Commit Graph

54431 Commits (74a1a36d755bf5a5c656d78ef7f1df1cfeeeeb20)
 

Author SHA1 Message Date
Tom Lane 74a1a36d75 Fix JSON error reporting for many cases of erroneous string values. 3 years ago
Tom Lane 5fd61bdc11 Fix failure to detect some cases of improperly-nested aggregates. 3 years ago
Dean Rasheed da6257eee3 Fix MERGE command tag for actions blocked by BEFORE ROW triggers. 3 years ago
Dean Rasheed 7d9a75713a Fix concurrent update issues with MERGE. 3 years ago
Michael Paquier 4493256c5c Fix inconsistent error handling for GSS encryption in PQconnectPoll() 3 years ago
Andrew Dunstan 9e236f9436 Mark unsafe_tests module as not runnable with installcheck 3 years ago
Andres Freund e8a9750d03 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund 6d9588108a amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Tom Lane 6170386c7f Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Tom Lane 59947bac73 Ensure COPY TO on an RLS-enabled table copies no more than it should. 3 years ago
Thomas Munro af397c6c27 Fix race in SERIALIZABLE READ ONLY. 3 years ago
Andres Freund 391f08fd68 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids 3 years ago
Tom Lane 76d2177fb6 Fix more bugs caused by adding columns to the end of a view. 3 years ago
Peter Eisentraut ae48601832 doc: Update pg_size_pretty documentation about petabytes support 3 years ago
Tom Lane 70ef509543 Fix some more cases of missed GENERATED-column updates. 3 years ago
Robert Haas 349803b18f In basebackup.c, perform end-of-file test after checksum validation. 3 years ago
Thomas Munro 055990904a Fix assert failures in parallel SERIALIZABLE READ ONLY. 3 years ago
Tom Lane f61e60102f Avoid failure when altering state of partitioned foreign-key triggers. 3 years ago
Michael Paquier 9d41ecfcd9 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane eae09137d5 Avoid fetching one past the end of translate()'s "to" parameter. 3 years ago
Michael Paquier b5784e6a5e doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect 3 years ago
Tom Lane b15db7f690 Drop test view when done with it. 3 years ago
Tom Lane bc77be7145 Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Andrew Dunstan 696fa4749b Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Dean Rasheed a6864751cd Doc: Miscellaneous doc updates for MERGE. 3 years ago
Tom Lane a033f9165c Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 3 years ago
Dean Rasheed 8e5b4e0013 Fix mishandling of OLD/NEW references in subqueries in rule actions. 3 years ago
Tom Lane cef1c9c0cf Don't repeatedly register cache callbacks in pgoutput plugin. 3 years ago
Dean Rasheed 940b547436 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. 3 years ago
Tomas Vondra 949ac32e12 Fix snapshot handling in logicalmsg_decode 3 years ago
Dean Rasheed 576b25bfd0 Add missing support for the latest SPI status codes. 3 years ago
Dean Rasheed d8c3b65db5 Fix Assert failure for MERGE into a partitioned table with RLS. 3 years ago
Dean Rasheed 018af1cc1c Fix MERGE command tag for cross-partition updates. 3 years ago
Michael Paquier fa5dd460c1 Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG 3 years ago
Tom Lane f6a55c1d55 Fix erroneous Valgrind markings in AllocSetRealloc. 3 years ago
Michael Paquier 5bace41abc Fix handling of escape sequences in postgres_fdw.application_name 3 years ago
Alvaro Herrera 108a22bd14
pgbench: Prepare commands in pipelines in advance 3 years ago
Tom Lane ded5ede277 Fix parsing of ISO-8601 interval fields with exponential notation. 3 years ago
Tom Lane e6d8639cf2 Prevent join removal from removing the query's result relation. 3 years ago
Jeff Davis da32a99df1 Limit memory usage of pg_walinspect functions. 3 years ago
Tomas Vondra 305d89ad93 Fix handling of multi-column BRIN indexes 3 years ago
Tom Lane c8a5f1685f Print the correct aliases for DML target tables in ruleutils. 3 years ago
Alvaro Herrera 5d8ec1b9f6
Don't rely on uninitialized value in MERGE / DELETE 3 years ago
Michael Paquier 5fd61055ea Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
David Rowley a9fa6d79ad Disable WindowAgg inverse transitions when subplans are present 3 years ago
Tom Lane 0ef65d0f55 Avoid dereferencing an undefined pointer in DecodeInterval(). 3 years ago
Robert Haas ecb01e6ebb Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode." 3 years ago
Tom Lane 2ee703c9d1 Stop recommending auto-download of DTD files, and indeed disable it. 3 years ago
Michael Paquier dbe8a1726c Remove SQL regression tests for GUCs related to NO_SHOW_ALL 3 years ago
Tom Lane 78ec02d612 Stamp 15.2. 3 years ago