Commit Graph

52799 Commits (0cb01a04f60e000c437d82f5fe9928422831cdf7)
 

Author SHA1 Message Date
Tom Lane 0cb01a04f6 Doc: add missed entries in BRIN extensibility tables. 3 years ago
Tom Lane 07a9f4f733 Doc: adjust examples of EXTRACT() output to match current reality. 3 years ago
Stephen Frost 0a46b2f89e For Kerberos testing, disable DNS lookups 3 years ago
Stephen Frost 1fdd1fbe10 For Kerberos testing, disable reverse DNS lookup 3 years ago
Tom Lane 1bee3ca238 Stabilize just-added regression test cases. 3 years ago
Tom Lane 34ad3aedb0 Fix ts_headline() edge cases for empty query and empty search text. 3 years ago
Tom Lane 0a6aaf0116 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 3 years ago
John Naylor 72e7872712 doc: Update error messages in RLS examples 3 years ago
Michael Paquier ba0e8377be doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 3 years ago
Tom Lane b0b55d8b80 Reject system columns as elements of foreign keys. 3 years ago
Tom Lane 2dcd92e97d Ensure acquire_inherited_sample_rows sets its output parameters. 3 years ago
David Rowley 2110162206 Fix List memory issue in transformColumnDefinition 3 years ago
Tom Lane a1904c9ce5 Fix dereference of dangling pointer in GiST index buffering build. 3 years ago
Robert Haas e3363cda9c amcheck: In verify_heapam, allows tuples with xmin 0. 3 years ago
Daniel Gustafsson c6f1f4e443 doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines 3 years ago
Tom Lane 334cc4c966 Reject attempts to alter composite types used in indexes. 3 years ago
Tom Lane 11213d4466 Fix oversights in array manipulation. 3 years ago
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