Commit Graph

52831 Commits (01e8182c73b24ec45849e369ad8b3ecd4ed1ba2b)
 

Author SHA1 Message Date
Noah Misch 01e8182c73 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Peter Eisentraut 76a3e1d7a8 Translation updates 2 years ago
Tom Lane ff4213cdc2 Release notes for 15.3, 14.8, 13.11, 12.15, 11.20. 2 years ago
Michael Paquier ae4ffa7227 Fix typo with wait event for SLRU buffer of commit timestamps 2 years ago
Peter Eisentraut e070225004 Fix prove_installcheck when used with PGXS 2 years ago
Nathan Bossart 52c9cf3239 Move return statements out of PG_TRY blocks. 2 years ago
Tom Lane d5de344a50 In array_position()/array_positions(), beware of empty input array. 2 years ago
Tom Lane 9d517339e9 Tighten array dimensionality checks in Python -> SQL array conversion. 2 years ago
Tom Lane 66ab2660e0 Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers. 2 years ago
Michael Paquier 43beaa2fb1 doc: Fix typo in pg_amcheck for term "schema" 2 years ago
Tom Lane 1e868bb6c6 Tighten array dimensionality checks in Perl -> SQL array conversion. 2 years ago
Tom Lane a1d9aacc41 Handle zero-length sublist correctly in Python -> SQL array conversion. 2 years ago
Michael Paquier d29eba1987 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements 2 years ago
Nathan Bossart 1370030369 Prevent underflow in KeepLogSeg(). 2 years ago
Tom Lane c74f88c406 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Michael Paquier aeb6f4b3b0 Re-add tracking of wait event SLRUFlushSync 2 years ago
Daniel Gustafsson 0e8e5e856c Fix vacuum_cost_delay check for balance calculation. 2 years ago
Michael Paquier 4cc56f8edb Fix buffer refcount leak with FDW bulk inserts 2 years ago
Tom Lane 2ba890ce7e Fix memory leakage in plpgsql DO blocks that use cast expressions. 2 years ago
Daniel Gustafsson 34e09e71ac Remove duplicate lines of code 2 years ago
Alexander Korotkov f4a4a18ecb Validate ltree siglen GiST option to be int-aligned 2 years ago
Alexander Korotkov 9ef5a35837 Fix custom validators call in build_local_reloptions() 2 years ago
Jeff Davis dde926b0f6 Avoid character classification in regex escape parsing. 2 years ago
Tom Lane 6d60b718ce Use --strip-unneeded when stripping static libraries with GNU strip. 2 years ago
Tom Lane b79b36f269 Update time zone data files to tzdata release 2023c. 2 years ago
Michael Paquier 02f0764546 ecpg: Fix handling of strings in ORACLE compat code with SQLDA 2 years ago
Tom Lane 72a914e9fb Avoid trying to write an empty WAL record in log_newpage_range(). 2 years ago
Tom Lane 9b104a27c7 Fix assignment to array of domain over composite, redux. 2 years ago
Daniel Gustafsson e9884e9921 doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ 2 years ago
David Rowley ae85fb828c Fix incorrect partition pruning logic for boolean partitioned tables 2 years ago
Tom Lane 0dd55ef9b8 Fix parallel-safety marking when moving initplans to another node. 2 years ago
Michael Paquier 34105eea62 Fix detection of unseekable files for fseek() and ftello() with MSVC 2 years ago
Tom Lane 0cb01a04f6 Doc: add missed entries in BRIN extensibility tables. 2 years ago
Tom Lane 07a9f4f733 Doc: adjust examples of EXTRACT() output to match current reality. 2 years ago
Stephen Frost 0a46b2f89e For Kerberos testing, disable DNS lookups 2 years ago
Stephen Frost 1fdd1fbe10 For Kerberos testing, disable reverse DNS lookup 2 years ago
Tom Lane 1bee3ca238 Stabilize just-added regression test cases. 2 years ago
Tom Lane 34ad3aedb0 Fix ts_headline() edge cases for empty query and empty search text. 2 years ago
Tom Lane 0a6aaf0116 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 2 years ago
John Naylor 72e7872712 doc: Update error messages in RLS examples 2 years ago
Michael Paquier ba0e8377be doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 2 years ago
Tom Lane b0b55d8b80 Reject system columns as elements of foreign keys. 2 years ago
Tom Lane 2dcd92e97d Ensure acquire_inherited_sample_rows sets its output parameters. 2 years ago
David Rowley 2110162206 Fix List memory issue in transformColumnDefinition 2 years ago
Tom Lane a1904c9ce5 Fix dereference of dangling pointer in GiST index buffering build. 2 years ago
Robert Haas e3363cda9c amcheck: In verify_heapam, allows tuples with xmin 0. 2 years ago
Daniel Gustafsson c6f1f4e443 doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines 2 years ago
Tom Lane 334cc4c966 Reject attempts to alter composite types used in indexes. 2 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