Commit Graph

54470 Commits (0787432f33fbbda4f628f4499468a3f7d0bc11ad)
 

Author SHA1 Message Date
Stephen Frost 0787432f33 For Kerberos testing, disable reverse DNS lookup 3 years ago
Tom Lane d6ac2348b8 Stabilize just-added regression test cases. 3 years ago
Tom Lane f976a77787 Fix ts_headline() edge cases for empty query and empty search text. 3 years ago
Tom Lane 2624de79ef Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 3 years ago
John Naylor f5d60b1ea2 doc: Update error messages in RLS examples 3 years ago
Michael Paquier b135a94db7 doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 3 years ago
Tom Lane 6e36981736 Reject system columns as elements of foreign keys. 3 years ago
Tom Lane 6f7ca625b9 Ensure acquire_inherited_sample_rows sets its output parameters. 3 years ago
David Rowley df567fbf6e Fix List memory issue in transformColumnDefinition 3 years ago
Tom Lane 2dc77adc76 Fix dereference of dangling pointer in GiST index buffering build. 3 years ago
Robert Haas 453f53821f amcheck: In verify_heapam, allows tuples with xmin 0. 3 years ago
Tom Lane bf5c4b3d9d Fix corner-case planner failure for MERGE. 3 years ago
Daniel Gustafsson 50792b1553 doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines 3 years ago
Tom Lane d90d59e250 Reject attempts to alter composite types used in indexes. 3 years ago
Tom Lane 7c4873438f Fix oversights in array manipulation. 3 years ago
Robert Haas 701ec55579 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Amit Kapila b6bf90edcd Ignore generated columns during apply of update/delete. 3 years ago
Andres Freund 560bb56c6e Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG 3 years ago
Michael Paquier a70e6e4306 doc: Add description of some missing monitoring functions 3 years ago
Amit Kapila 3c12407f4c Ignore dropped columns during apply of update/delete. 3 years ago
Thomas Munro c03c6e8cf6 Fix race in parallel hash join batch cleanup, take II. 3 years ago
Tomas Vondra 0c7726c282 Fix netmask handling in inet_minmax_multi_ops 3 years ago
David Rowley 8de4660a57 Fix memory leak in Memoize cache key evaluation 3 years ago
Tom Lane 8995eac6c4 Doc: fix documentation example for bytea hex output format. 3 years ago
Jeff Davis 8b87e92919 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 3 years ago
Tom Lane 2b216da1e5 Fix pg_dump for hash partitioning on enum columns. 3 years ago
Andres Freund ce29cea17f tests: Prevent syslog activity by slapd, take 2 3 years ago
David Rowley 371e3daaa5 Fix incorrect logic for determining safe WindowAgg run conditions 3 years ago
Andres Freund fd65711f3b tests: Minimize syslog activity by slapd 3 years ago
Thomas Munro e8a774d007 Small tidyup for commit d41a178b, part II. 3 years ago
Andres Freund fb1132e50f Work around spurious compiler warning in inet operators 3 years ago
Thomas Munro 75e7378f6e Small tidyup for commit d41a178b. 3 years ago
Tom Lane b0488cb511 Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF. 3 years ago
Tom Lane 3908d6ae11 Support PlaceHolderVars in MERGE actions. 3 years ago
Michael Paquier 69b6032e0d Improve WIN32 port of fstat() to detect more file types 3 years ago
Thomas Munro d9c9c43af5 Fix fractional vacuum_cost_delay. 3 years ago
Thomas Munro 06066915d4 Fix waitpid() emulation on Windows. 3 years ago
Tom Lane a67c75f825 Fix corner case bug in numeric to_char() some more. 3 years ago
Tom Lane 3b45944430 Remove unnecessary code in dependency_is_compatible_expression(). 3 years ago
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