Commit Graph

52732 Commits (0801345758db44ea8d2da7d8e7d8be2cf3d9bc4e)
 

Author SHA1 Message Date
Michael Paquier 0801345758 Make EXEC_BACKEND more convenient on Linux and FreeBSD. 3 years ago
Tom Lane e4c4e6258c Stamp 14.7. 3 years ago
Tom Lane dfb5ad7cf0 Last-minute updates for release notes. 3 years ago
Peter Eisentraut 28ac6d0a99 Translation updates 3 years ago
Michael Paquier 626f2c1d6b Properly NULL-terminate GSS receive buffer on error packet reception 3 years ago
Tom Lane e8c21223e7 Release notes for 15.2, 14.7, 13.10, 12.14, 11.19. 3 years ago
Dean Rasheed 86bfbeab4f Make int64_div_fast_to_numeric() more robust. 3 years ago
Peter Eisentraut 89d28f928c doc: Fix XML formatting that psql cannot handle 3 years ago
Thomas Munro 36c910f037 Doc: Abstract AF_UNIX sockets don't work on Windows. 3 years ago
Tom Lane 7e61547799 Update time zone data files to tzdata release 2022g. 3 years ago
Tom Lane 26da294098 Doc: clarify use of NULL to drop comments and security labels. 3 years ago
Michael Paquier 96d42bd27f Remove recovery test 011_crash_recovery.pl 3 years ago
Thomas Munro 2f65b84683 Fix rare sharedtuplestore.c corruption. 3 years ago
Michael Paquier e9774151c2 doc: Fix network_ops -> inet_ops in SpGiST operator class list 3 years ago
Amit Kapila fd270b728b Fix the Drop Database hang. 3 years ago
Andres Freund 0a796b8b3e Fix error handling in libpqrcv_connect() 3 years ago
David Rowley 0765b2f8f6 Use OFFSET 0 instead of ORDER BY to stop subquery pullup 3 years ago
David Rowley bcec08907e Fix LATERAL join test in test memoize.sql 3 years ago
Tom Lane 70ec756b01 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. 3 years ago
Noah Misch 6900aea67e Reject CancelRequestPacket having unexpected length. 3 years ago
Tom Lane 21c058648e Make our back branches build under -fkeep-inline-functions. 3 years ago
Tom Lane 1034507245 Log the correct ending timestamp in recovery_target_xid mode. 3 years ago
Michael Paquier 2e21e2857e Add missing assign hook for GUC checkpoint_completion_target 3 years ago
Michael Paquier efd2474ab5 Fix failure with perlcritic in psql's create_help.pl 3 years ago
Tom Lane 1b62971bbc AdjustUpgrade.pm should zap test_ext_cine, too. 3 years ago
Tom Lane 8e7398dce5 Create common infrastructure for cross-version upgrade testing. 3 years ago
Peter Eisentraut f463335e1f Fix some BufFileRead() error reporting 3 years ago
Tom Lane a8b88c26f7 Make new GENERATED-expressions code more bulletproof. 3 years ago
Thomas Munro 547e60b831 Fix WaitEventSetWait() buffer overrun. 3 years ago
Alexander Korotkov 0d9221f1d2 Fix jsonpath existense checking of missing variables 3 years ago
Amit Kapila b2cc5b8100 Remove the streaming files for incomplete xacts after restart. 3 years ago
Dean Rasheed 48599a18d0 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. 3 years ago
Thomas Munro af209b7893 Fix pg_truncate() on Windows. 3 years ago
Tom Lane 8cd190e13a Fix calculation of which GENERATED columns need to be updated. 3 years ago
Robert Haas 5136c3fb57 Improve documentation of the CREATEROLE attibute. 3 years ago
Michael Paquier e373e5578b Fix typos in comments, code and documentation 3 years ago
Andres Freund 7b5dec760f perl: Hide warnings inside perl.h when using gcc compatible compiler 3 years ago
Tom Lane a02740e53f Avoid reference to nonexistent array element in ExecInitAgg(). 3 years ago
Bruce Momjian fdaba0a2d7 Update copyright for 2023 3 years ago
Tomas Vondra 883dc0214a Fix assert in BRIN build_distances 3 years ago
Alvaro Herrera 169d301f33
Fix event trigger example 3 years ago
Michael Paquier fd36b82c5d Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS 3 years ago
Michael Paquier 7ad458e06b Fix come incorrect elog() messages in aclchk.c 3 years ago
Tom Lane 97431d6739 Add some recursion and looping defenses in prepjointree.c. 3 years ago
Tom Lane f489b480f4 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Tom Lane ea5ae4cae6 Fix inability to reference CYCLE column from inside its CTE. 3 years ago
David Rowley 171d7746a2 Re-adjust drop-index-concurrently-1 isolation test 3 years ago
Tom Lane ae47f8a966 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Tom Lane a18328bb33 Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
Etsuro Fujita d43a97ef49 Remove new structure member from ResultRelInfo. 3 years ago