| .. |
|
access
|
Re-pgindent brin.c.
|
2025-10-21 09:56:26 -05:00 |
|
bootstrap
|
Skip WAL for new relfilenodes, under wal_level=minimal.
|
2020-04-04 12:25:34 -07:00 |
|
catalog
|
Fix StatisticsObjIsVisibleExt() for pg_temp.
|
2025-09-29 11:15:49 -07:00 |
|
commands
|
Fix self-deadlock during DROP SUBSCRIPTION.
|
2025-08-19 04:17:03 +00:00 |
|
executor
|
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
|
2025-10-15 17:15:05 +09:00 |
|
foreign
|
Restrict accesses to non-system views and foreign tables during pg_dump.
|
2024-08-05 06:05:20 -07:00 |
|
jit
|
jit: fix build with LLVM-21
|
2025-09-15 08:32:14 +02:00 |
|
lib
|
Accommodate very large dshash tables.
|
2024-12-17 15:24:45 -06:00 |
|
libpq
|
Fix build breakage on Solaris-alikes with late-model GCC.
|
2025-07-23 15:44:29 -04:00 |
|
main
|
Fix elog(FATAL) before PostmasterMain() or just after fork().
|
2024-12-10 13:52:02 -08:00 |
|
nodes
|
Build whole-row Vars the same way during parsing and planning.
|
2025-03-12 11:47:19 -04:00 |
|
optimizer
|
Fix planner error when estimating SubPlan cost
|
2025-09-03 16:19:06 +09:00 |
|
parser
|
Calculate agglevelsup correctly when Aggref contains a CTE.
|
2025-09-17 16:32:57 -04:00 |
|
partitioning
|
Fix creation of partition descriptor during concurrent detach+drop
|
2024-08-12 18:17:56 -04:00 |
|
po
|
Translation updates
|
2025-08-11 14:45:15 +02:00 |
|
port
|
Don't treat EINVAL from semget() as a hard failure.
|
2025-08-13 11:59:47 -04:00 |
|
postmaster
|
Fix checkpointer shared memory allocation
|
2025-08-07 14:31:26 +03:00 |
|
regex
|
Fix recently-exposed portability issue in regex optimization.
|
2024-11-17 14:14:06 -05:00 |
|
replication
|
Remove state.tmp when failing to save a replication slot
|
2025-10-10 09:24:59 +09:00 |
|
rewrite
|
Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.
|
2025-03-13 12:13:07 -04:00 |
|
snowball
|
Avoid null pointer dereference crash after OOM in Snowball stemmers.
|
2025-02-18 21:24:12 -05:00 |
|
statistics
|
Fix security checks in selectivity estimation functions.
|
2025-08-11 09:13:20 +01:00 |
|
storage
|
Make safeguard against incorrect flags for fsync more portable.
|
2025-07-01 12:08:58 -04:00 |
|
tcop
|
Remove assertion from PortalRunMulti
|
2025-07-17 17:40:22 +02:00 |
|
tsearch
|
Clear errno before calling strtol() in spell.c.
|
2025-03-08 11:25:01 -05:00 |
|
utils
|
Fix incorrect message-printing in win32security.c.
|
2025-10-13 17:56:45 -04:00 |
|
.gitignore
|
Add .gitignore entries for AIX-specific intermediate build artifacts.
|
2015-07-08 20:44:22 -04:00 |
|
common.mk
|
Remove PARTIAL_LINKING build mode.
|
2018-03-30 17:33:04 -07:00 |
|
Makefile
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
nls.mk
|
Translation updates
|
2020-09-14 13:14:53 +02:00 |