Commit Graph

54494 Commits (1ed1b84bdcd26abf3c4d08a9cf1aa9f7834262ab)
 

Author SHA1 Message Date
Michael Paquier 1ed1b84bdc Re-add tracking of wait event SLRUFlushSync 3 years ago
Daniel Gustafsson 0319b306e8 Fix vacuum_cost_delay check for balance calculation. 3 years ago
Michael Paquier aa6177c882 Fix buffer refcount leak with FDW bulk inserts 3 years ago
Tom Lane c1598d85fe Fix memory leakage in plpgsql DO blocks that use cast expressions. 3 years ago
Daniel Gustafsson a63b821c13 Remove duplicate lines of code 3 years ago
Alexander Korotkov 214495dc5b Validate ltree siglen GiST option to be int-aligned 3 years ago
Alexander Korotkov 6e7361c85e Fix custom validators call in build_local_reloptions() 3 years ago
Jeff Davis 109363de0a Avoid character classification in regex escape parsing. 3 years ago
Tom Lane a14afd3bdc Use --strip-unneeded when stripping static libraries with GNU strip. 3 years ago
David Rowley 63a03aea6b Fix list_copy_head() with empty Lists 3 years ago
David Rowley 94d73f9abd Doc: clarify NULLS NOT DISTINCT use in unique indexes 3 years ago
Tom Lane 62b22caa55 Update time zone data files to tzdata release 2023c. 3 years ago
Michael Paquier 8c746be440 ecpg: Fix handling of strings in ORACLE compat code with SQLDA 3 years ago
Tom Lane 2207df7c34 Avoid trying to write an empty WAL record in log_newpage_range(). 3 years ago
Tom Lane c53ed26ea4 Fix assignment to array of domain over composite, redux. 3 years ago
Daniel Gustafsson de575c78e1 doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ 3 years ago
David Rowley 0c09160e11 Fix incorrect partition pruning logic for boolean partitioned tables 3 years ago
Robert Haas fa83e9e23c basebackup_to_shell: Check for a NULL return from OpenPipeStream. 3 years ago
Robert Haas 749320cdc3 Document BaseBackupSync and BaseBackupWrite wait events. 3 years ago
Tom Lane f4badbcf45 Fix parallel-safety marking when moving initplans to another node. 3 years ago
Michael Paquier 5c32549460 Fix detection of unseekable files for fseek() and ftello() with MSVC 3 years ago
Tom Lane 8b07ee0beb Doc: add missed entries in BRIN extensibility tables. 3 years ago
Tom Lane 707691ea62 Doc: adjust examples of EXTRACT() output to match current reality. 3 years ago
Stephen Frost ced712f1a1 For Kerberos testing, disable DNS lookups 3 years ago
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