Commit Graph

52853 Commits (e0e6829459b0e0566dc4493675522afb69d39f36)
 

Author SHA1 Message Date
Michael Paquier e0e6829459 hstore: Tighten key/value parsing check for whitespaces 2 years ago
Michael Paquier c6043fcbb2 Fix missing initializations of MyProc.delayChkptEnd 2 years ago
Michael Paquier 28af91b4e7 Refactor routine to find single log content pattern in TAP tests 2 years ago
Michael Paquier 30469a6ed4 Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster 2 years ago
Fujii Masao fd3def3950 doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS. 2 years ago
Tomas Vondra 7f528e96c5 Use per-tuple context in ExecGetAllUpdatedCols 2 years ago
Heikki Linnakangas 525ec837e1 Initialize 'recordXtime' to silence compiler warning. 2 years ago
Tom Lane 1b322c1fae Doc: explain about dependency tracking for new-style SQL functions. 2 years ago
Tom Lane d6f549d7a6 Fix pg_dump's failure to honor dependencies of SQL functions. 2 years ago
Bruce Momjian 3d8aefece4 doc: add missing "the" in LATERAL sentence. 2 years ago
Peter Geoghegan 322c9b340a nbtree VACUUM: cope with right sibling link corruption. 2 years ago
Tom Lane f8320cc72d Fix misbehavior of EvalPlanQual checks with multiple result relations. 2 years ago
Tom Lane 4cdda71d4d Avoid naming conflict between transactions.sql and namespace.sql. 2 years ago
Michael Paquier e72580232c pageinspect: Fix gist_page_items() with included columns 2 years ago
Tomas Vondra 40d465cafc Fix handling of empty ranges and NULLs in BRIN 2 years ago
Tomas Vondra 3f1356e5d6 Fix handling of NULLs when merging BRIN summaries 2 years ago
Tom Lane ccd3623256 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Peter Geoghegan 7deeb02f6d Doc: Fix link to fillfactor reloption. 2 years ago
Tom Lane b6cf730e80 Stamp 14.8. 2 years ago
Tom Lane fe0b69fc66 Last-minute updates for release notes. 2 years ago
Tom Lane 1913f63dcc Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Tom Lane f8d799eda2 Handle RLS dependencies in inlined set-returning functions properly. 2 years ago
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