summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure Soundex difference() function handles empty input sanely.REL_12_STABLETom Lane2023-05-163-7/+15
* Doc: Fix link to fillfactor reloption.Peter Geoghegan2023-05-101-1/+1
* Stamp 12.15.REL_12_15Tom Lane2023-05-085-20/+20
* 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-084-10/+100
* Translation updatesPeter Eisentraut2023-05-0849-11130/+11373
* Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.Tom Lane2023-05-071-0/+1132
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-051-1/+0
* 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-044-122/+273
* Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane2023-05-023-10/+32
* 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-284-12/+32
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-287-22/+193
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-273-1/+29
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-251-1/+1
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+67
* Remove duplicate lines of codeDaniel Gustafsson2023-04-241-1/+0
* 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
* 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
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-124-10/+22
* For Kerberos testing, disable DNS lookupsStephen Frost2023-04-071-0/+7
* For Kerberos testing, disable reverse DNS lookupStephen Frost2023-04-071-0/+12
* Stabilize just-added regression test cases.Tom Lane2023-04-062-8/+4
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-063-2/+33
* doc: Update error messages in RLS examplesJohn Naylor2023-04-051-4/+4
* doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}Michael Paquier2023-04-051-4/+8
* Reject system columns as elements of foreign keys.Tom Lane2023-03-313-10/+23
* Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane2023-03-311-2/+4
* Fix List memory issue in transformColumnDefinitionDavid Rowley2023-03-311-0/+3
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-291-4/+13
* doc: Fix XML_CATALOG_FILES env var for Apple Silicon machinesDaniel Gustafsson2023-03-271-1/+5
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-273-10/+68
* Fix oversights in array manipulation.Tom Lane2023-03-262-8/+11
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-232-6/+17
* doc: Add description of some missing monitoring functionsMichael Paquier2023-03-221-0/+18
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-212-3/+64
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-213-33/+74
* Doc: fix documentation example for bytea hex output format.Tom Lane2023-03-181-1/+6
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-177-52/+287
* tests: Prevent syslog activity by slapd, take 2Andres Freund2023-03-161-2/+2