summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure Soundex difference() function handles empty input sanely.REL_15_STABLETom Lane2023-05-163-7/+15
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-161-6/+6
* Tighten usage of PSQL_WATCH_PAGER.Tom Lane2023-05-122-19/+26
* Doc: Fix link to fillfactor reloption.Peter Geoghegan2023-05-101-1/+1
* Fix publication syntax error messageAlvaro Herrera2023-05-103-2/+15
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-106-4/+118
* Stamp 15.3.REL_15_3Tom Lane2023-05-082-10/+10
* Last-minute updates for release notes.Tom Lane2023-05-081-0/+70
* Adjust sepgsql expected output for 681d9e462 et al.Tom Lane2023-05-081-1/+0
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-083-0/+54
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-087-11/+165
* Translation updatesPeter Eisentraut2023-05-08129-35684/+46260
* Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.Tom Lane2023-05-071-12/+7
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-073-0/+262
* First-draft release notes for 15.3.Tom Lane2023-05-051-0/+1713
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-051-1/+1
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-051-1/+1
* Move return statements out of PG_TRY blocks.Nathan Bossart2023-05-041-18/+36
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-041-4/+12
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-043-121/+212
* Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane2023-05-023-10/+32
* doc: Fix typo in pg_amcheck for term "schema"Michael Paquier2023-05-021-1/+1
* Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane2023-04-293-23/+119
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-283-16/+23
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-286-22/+192
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-271-1/+1
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-273-1/+29
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-261-0/+2
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-251-1/+1
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-253-2/+48
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+66
* Remove duplicate lines of codeDaniel Gustafsson2023-04-242-2/+0
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-234-4/+27
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Avoid character classification in regex escape parsing.Jeff Davis2023-04-211-3/+10
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-202-2/+2
* Fix list_copy_head() with empty ListsDavid Rowley2023-04-211-3/+3
* Doc: clarify NULLS NOT DISTINCT use in unique indexesDavid Rowley2023-04-201-4/+6
* Update time zone data files to tzdata release 2023c.Tom Lane2023-04-182-29/+106
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-185-127/+310
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-171-0/+4
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-153-2/+21
* doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson2023-04-141-0/+2
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-143-31/+288
* basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas2023-04-121-0/+5
* Document BaseBackupSync and BaseBackupWrite wait events.Robert Haas2023-04-121-0/+8
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-124-10/+22
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-127-23/+163
* Doc: add missed entries in BRIN extensibility tables.Tom Lane2023-04-101-0/+8
* Doc: adjust examples of EXTRACT() output to match current reality.Tom Lane2023-04-101-8/+8