Commit Graph

52808 Commits (6d60b718ceb09603eb26b6d6788b5c19c04ec5eb)
 

Author SHA1 Message Date
Andres Freund b3a83055c2 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund a42f515d6b amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Tom Lane 7865280399 Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Tom Lane 53a53ea332 Ensure COPY TO on an RLS-enabled table copies no more than it should. 3 years ago
Thomas Munro d811d74be3 Fix race in SERIALIZABLE READ ONLY. 3 years ago
Andres Freund 324281fd5b Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids 3 years ago
Tom Lane 9f1e51b596 Fix more bugs caused by adding columns to the end of a view. 3 years ago
Tom Lane 1e05ea51d3 Fix some more cases of missed GENERATED-column updates. 3 years ago
Thomas Munro e9051ecd58 Fix assert failures in parallel SERIALIZABLE READ ONLY. 3 years ago
Michael Paquier 5ad63eee13 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane 1a9356f657 Avoid fetching one past the end of translate()'s "to" parameter. 3 years ago
Tom Lane ba019b4dac Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Andrew Dunstan 4d68338b26 Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Tom Lane 9eaba06027 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 3 years ago
Dean Rasheed 27ff93d18c Fix mishandling of OLD/NEW references in subqueries in rule actions. 3 years ago
Tom Lane 0f78df719a Don't repeatedly register cache callbacks in pgoutput plugin. 3 years ago
Dean Rasheed f0423bea7f Fix multi-row DEFAULT handling for INSERT ... SELECT rules. 3 years ago
Tomas Vondra 8b9cbd42b6 Fix snapshot handling in logicalmsg_decode 3 years ago
Dean Rasheed 482ab3e4f9 Add missing support for the latest SPI status codes. 3 years ago
Tom Lane dc44180f6e Fix erroneous Valgrind markings in AllocSetRealloc. 3 years ago
Alvaro Herrera 663e50e832
pgbench: Prepare commands in pipelines in advance 3 years ago
Tomas Vondra f3daa3116f Fix handling of multi-column BRIN indexes 3 years ago
Tom Lane 14345f3c6a Print the correct aliases for DML target tables in ruleutils. 3 years ago
Michael Paquier 864f80fead Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
David Rowley 4aa43ba218 Disable WindowAgg inverse transitions when subplans are present 3 years ago
Tom Lane 7f8778fcf3 Stop recommending auto-download of DTD files, and indeed disable it. 3 years ago
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