summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-06Stamp 14.10.REL_14_10Tom Lane
2023-11-06Last-minute updates for release notes.Tom Lane
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch
2023-11-06Ban role pg_signal_backend from more superuser backend types.Noah Misch
2023-11-06Translation updatesPeter Eisentraut
2023-11-05Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.Tom Lane
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-11-03doc: CREATE DATABASE doesn't copy db-level perms. from templateBruce Momjian
2023-11-03pg_upgrade: Add missing newline to messagePeter Eisentraut
2023-11-03Doc: update CREATE RULE ref page's hoary discussion of views.Tom Lane
2023-11-03doc: ALTER DEFAULT PRIVILEGES does not affect inherited rolesBruce Momjian
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-11-01doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"Michael Paquier
2023-10-31doc: improve ALTER SYSTEM description of value list quotingBruce Momjian
2023-10-31doc: add function argument and query parameter limitsBruce Momjian
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-31Adjust the order of the prechecks in pgrowlocks()David Rowley
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-30amcheck: Distinguish interrupted page deletion from corruption.Noah Misch
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
2023-10-28Fix intra-query memory leak when a SRF returns zero rows.Tom Lane
2023-10-28Remove PHOT from our default timezone abbreviations list.Tom Lane
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra
2023-10-27Fix overflow when calculating timestamp distance in BRINTomas Vondra
2023-10-25Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT.Tom Lane
2023-10-25doc: Fix some typos and grammarMichael Paquier
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-24Doc: indexUnchanged is strictly a hint.Peter Geoghegan
2023-10-22Log LLVM library version in configure output.Thomas Munro
2023-10-21Fix min_dynamic_shared_memory on Windows.Thomas Munro
2023-10-20Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
2023-10-20Doc: update CREATE OPERATOR's statement about => as an operator.Tom Lane
2023-10-19Improve pglz_decompress's defenses against corrupt compressed data.Tom Lane
2023-10-18jit: Changes for LLVM 17.Thomas Munro
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-17windows: msvc: Define STDIN/OUT/ERR_FILENO.Nathan Bossart
2023-10-17Back-patch test cases for timetz_zone/timetz_izone.Tom Lane
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16Update the documentation on recovering from (M)XID exhaustion.Robert Haas
2023-10-16Try to handle torn reads of pg_control in frontend.Thomas Munro
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley