..
access
Assert that a snapshot is active or registered before it's used
2025-03-11 23:20:34 +02:00
archive
Update copyright for 2025
2025-01-01 11:21:55 -05:00
backup
Change relpath() et al to return path by value
2025-02-25 09:02:07 -05:00
bootstrap
Remove unnecessary (char *) casts [mem]
2025-02-12 08:50:13 +01:00
catalog
CREATE INDEX: do update index stats if autovacuum=off.
2025-03-10 17:49:27 -04:00
commands
Assert that a snapshot is active or registered before it's used
2025-03-11 23:20:34 +02:00
executor
Handle interrupts while waiting on Append's async subplans
2025-03-12 20:53:09 +02:00
foreign
Update copyright for 2025
2025-01-01 11:21:55 -05:00
jit
Add special case fast-paths for strict functions
2025-03-11 12:02:42 +01:00
lib
Update copyright for 2025
2025-01-01 11:21:55 -05:00
libpq
Modularize log_connections output
2025-03-12 11:35:21 -04:00
main
Update copyright for 2025
2025-01-01 11:21:55 -05:00
nodes
Build whole-row Vars the same way during parsing and planning.
2025-03-12 11:47:38 -04:00
optimizer
Build whole-row Vars the same way during parsing and planning.
2025-03-12 11:47:38 -04:00
parser
Don't try to parallelize array_agg() on an anonymous record type.
2025-03-09 13:11:20 -04:00
partitioning
Fix bug in cbc127917 to handle nested Append correctly
2025-02-25 09:24:42 +09:00
po
Update copyright for 2025
2025-01-01 11:21:55 -05:00
port
Update copyright for 2025
2025-01-01 11:21:55 -05:00
postmaster
Add connection establishment duration logging
2025-03-12 11:35:27 -04:00
regex
Support PG_UNICODE_FAST locale in the builtin collation provider.
2025-01-17 15:56:30 -08:00
replication
Rename alloc/free functions in reorderbuffer.c
2025-03-12 22:03:39 +02:00
rewrite
Eliminate code duplication in replace_rte_variables callbacks
2025-02-25 16:11:34 +09:00
snowball
Update to latest Snowball sources.
2025-02-18 21:13:54 -05:00
statistics
Address stats import review comments.
2025-03-05 23:07:25 -08:00
storage
Make parallel nbtree index scans use an LWLock.
2025-03-08 11:10:14 -05:00
tcop
Add connection establishment duration logging
2025-03-12 11:35:27 -04:00
tsearch
Clear errno before calling strtol() in spell.c.
2025-03-08 11:24:25 -05:00
utils
Remove count_one_bits() in acl.c.
2025-03-12 15:01:52 -05:00
.gitignore
common.mk
Blind attempt to fix LLVM dependency in the backend
2022-09-15 10:53:48 +07:00
Makefile
Update copyright for 2025
2025-01-01 11:21:55 -05:00
meson.build
Update copyright for 2025
2025-01-01 11:21:55 -05:00
nls.mk
Return yyparse() result not via global variable
2025-01-24 06:55:39 +01:00