summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-13Disable WindowAgg inverse transitions when subplans are presentDavid Rowley
2023-02-08Stop recommending auto-download of DTD files, and indeed disable it.Tom Lane
2023-02-08Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier
2023-02-06Stamp 13.10.REL_13_10Tom Lane
2023-02-06Last-minute updates for release notes.Tom Lane
2023-02-06Translation updatesPeter Eisentraut
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2023-02-05Release notes for 15.2, 14.7, 13.10, 12.14, 11.19.Tom Lane
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-01-31Update time zone data files to tzdata release 2022g.Tom Lane
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2023-01-19Log the correct ending timestamp in recovery_target_xid mode.Tom Lane
2023-01-19Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-11Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2023-01-02Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Fix event trigger exampleAlvaro Herrera
2022-12-23Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
2022-12-23Fix come incorrect elog() messages in aclchk.cMichael Paquier
2022-12-22Add some recursion and looping defenses in prepjointree.c.Tom Lane
2022-12-21Fix contrib/seg to be more wary of long input numbers.Tom Lane
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-05doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier
2022-12-04Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
2022-12-01Doc: add example of round(v, s) with negative s.Tom Lane
2022-12-01revert: add transaction processing chapter with internals infoBruce Momjian