Commit Graph

52782 Commits (8fd5aa76c3673348437f4779ba3bd710eadb44f2)
 

Author SHA1 Message Date
Robert Haas 8fd5aa76c3 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Amit Kapila 9dac02c772 Ignore generated columns during apply of update/delete. 3 years ago
Michael Paquier 3ba8bce938 doc: Add description of some missing monitoring functions 3 years ago
Amit Kapila 65ead76961 Ignore dropped columns during apply of update/delete. 3 years ago
Thomas Munro 1b9e42e82a Fix race in parallel hash join batch cleanup, take II. 3 years ago
Tomas Vondra 6a78a42fea Fix netmask handling in inet_minmax_multi_ops 3 years ago
David Rowley f654f343c6 Fix memory leak in Memoize cache key evaluation 3 years ago
Tom Lane 6fe609496b Doc: fix documentation example for bytea hex output format. 3 years ago
Tom Lane 5fc1ac151d Fix pg_dump for hash partitioning on enum columns. 3 years ago
Andres Freund a9b716c33d tests: Prevent syslog activity by slapd, take 2 3 years ago
Andres Freund e304e50992 tests: Minimize syslog activity by slapd 3 years ago
Thomas Munro 1c0d4affa2 Small tidyup for commit d41a178b, part II. 3 years ago
Andres Freund a7a92738ff Work around spurious compiler warning in inet operators 3 years ago
Thomas Munro 00fc4b3a31 Small tidyup for commit d41a178b. 3 years ago
Tom Lane 8f90381a20 Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF. 3 years ago
Michael Paquier bbf18fe199 Improve WIN32 port of fstat() to detect more file types 3 years ago
Thomas Munro 2bef57ee8b Fix fractional vacuum_cost_delay. 3 years ago
Thomas Munro 9b6e0b9c37 Fix waitpid() emulation on Windows. 3 years ago
Tom Lane 7cac191057 Fix corner case bug in numeric to_char() some more. 3 years ago
Tom Lane 7c509f7e5a Remove unnecessary code in dependency_is_compatible_expression(). 3 years ago
Tom Lane 0ee9d685dd Fix JSON error reporting for many cases of erroneous string values. 3 years ago
Tom Lane 096e708056 Fix failure to detect some cases of improperly-nested aggregates. 3 years ago
Michael Paquier 7e319231c6 Fix inconsistent error handling for GSS encryption in PQconnectPoll() 3 years ago
Andrew Dunstan 4642c2b56a Mark unsafe_tests module as not runnable with installcheck 3 years ago
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