summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-18pg_restore: Fix security label handling with --no-publications/subscriptions.Fujii Masao
2025-09-17Calculate agglevelsup correctly when Aggref contains a CTE.Tom Lane
2025-09-16Add missing EPQ recheck for TID ScanDavid Rowley
2025-09-16Fix pg_dump COMMENT dependency for separate domain constraints.Noah Misch
2025-09-16pg_dump: Fix dumping of security labels on subscriptions and event triggers.Fujii Masao
2025-09-16pg_restore: Fix comment handling with --no-publications / --no-subscriptions.Fujii Masao
2025-09-15jit: fix build with LLVM-21Peter Eisentraut
2025-09-13Amend recent fix for SIMILAR TO regex conversion.Tom Lane
2025-09-11Fix description of WAL record blocks in hash_xlog.hMichael Paquier
2025-09-10Fix memory leakage in nodeSubplan.c.Tom Lane
2025-09-04Fix compiler error introduced by 5386bfb9c1f.Dean Rasheed
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-09-03Fix planner error when estimating SubPlan costRichard Guo
2025-08-26Put "excludeOnly" GIN scan keys at the end of the scankey array.Tom Lane
2025-08-26Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.Tom Lane
2025-08-23Rewrite previous commit's test for TestUpgradeXversion compatibility.Noah Misch
2025-08-23Sort DO_DEFAULT_ACL dump objects independent of OIDs.Noah Misch
2025-08-22Ignore temporary relations in RelidByRelfilenumber()Michael Paquier
2025-08-21doc: Improve description of wal_compressionMichael Paquier
2025-08-20Fix assertion failure with replication slot release in single-user modeMichael Paquier
2025-08-19Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.Masahiko Sawada
2025-08-19Fix self-deadlock during DROP SUBSCRIPTION.Amit Kapila
2025-08-13Don't treat EINVAL from semget() as a hard failure.Tom Lane
2025-08-11Stamp 13.22.REL_13_22Tom Lane
2025-08-11Last-minute updates for release notes.Tom Lane
2025-08-11Fix MSVC pg_upgrade test.Nathan Bossart
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-08-11Convert newlines to spaces in names written in v11+ pg_dump comments.Noah Misch
2025-08-11Translation updatesPeter Eisentraut
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-10Release notes for 17.6, 16.10, 15.14, 14.19, 13.22.Tom Lane
2025-08-10Remove, from stable branches, the new assertion of no pg_dump OID sort.Noah Misch
2025-08-08Fix incorrect lack of Datum conversion in _int_matchsel()Peter Eisentraut
2025-08-08Fix oversight in FindTriggerIncompatibleWithInheritance.Etsuro Fujita
2025-08-08pg_upgrade: Add missing newline in output, another onePeter Eisentraut
2025-08-08Disallow collecting transition tuples from child foreign tables.Etsuro Fujita
2025-08-07pg_upgrade: Make format strings consistentPeter Eisentraut
2025-08-07pg_upgrade: Add missing newline in outputPeter Eisentraut
2025-08-07doc: add float as an alias for double precision.Tom Lane
2025-08-07Fix checkpointer shared memory allocationAlexander Korotkov
2025-08-07Revert "Clarify documentation for the initcap function"Alexander Korotkov
2025-08-07Update ICU C++ API symbolsJohn Naylor
2025-08-07pg_upgrade: Improve message indentationPeter Eisentraut
2025-08-04Fix typo in create_index.sql.Dean Rasheed
2025-08-04doc: mention unusability of dropped CHECK to verify NOT NULLÁlvaro Herrera
2025-08-02Doc: clarify the restrictions of AFTER triggers with transition tables.Etsuro Fujita
2025-07-31Sort dump objects independent of OIDs, for the 7 holdout object types.Noah Misch
2025-07-31pg_dump: provide a stable sort order for rules.Tom Lane
2025-07-30Fix ./configure checks with __cpuidex() and __cpuid()Michael Paquier
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane