summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Ensure Soundex difference() function handles empty input sanely.Tom Lane2023-05-163-7/+15
* Adjust sepgsql expected output for 681d9e462 et al.Tom Lane2023-05-081-1/+0
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-083-1/+65
* Fix sepgsql expected test outputAlvaro Herrera2023-05-051-2/+2
* Fix typos in commentsMichael Paquier2023-05-022-3/+3
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-273-1/+29
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-252-0/+40
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-233-3/+25
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-4/+4
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-192-2/+2
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-182-2/+2
* Fix various typosDavid Rowley2023-04-184-4/+4
* Avoid using non-ASCII commentary in daitch_mokotoff.c.Tom Lane2023-04-161-15/+9
* Remove some non-ASCII symbols from a comment.Tom Lane2023-04-151-1/+1
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-136-73/+158
* Revert "Adjust contrib/sepgsql regression test expected outputs."Alvaro Herrera2023-04-122-2/+12
* basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas2023-04-121-0/+5
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-086-158/+73
* Update contrib/trgm_regexp's memory management.Thomas Munro2023-04-081-15/+2
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-082-2/+2
* Remove useless dependencies in daitch_mokotoff_header.pl.Tom Lane2023-04-071-4/+0
* Add support for Kerberos credential delegationStephen Frost2023-04-076-73/+158
* Pacify perlcritic.Tom Lane2023-04-071-1/+1
* Adjust contrib/sepgsql regression test expected outputs.Tom Lane2023-04-072-12/+2
* Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.Tom Lane2023-04-0712-4/+1153
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-47/+23
* Add pg_buffercache_usage_counts() to contrib/pg_buffercache.Tom Lane2023-04-074-0/+72
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-064-27/+458
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-051-10/+2
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-061-1/+1
* Fix function reference in commentDaniel Gustafsson2023-04-051-1/+1
* Fix copy-pasto in contrib/auth_delay/meson.build variable name.Noah Misch2023-04-021-2/+2
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-7/+8
* Add show_data option to pg_get_wal_block_info.Peter Geoghegan2023-03-315-21/+25
* Show record information in pg_get_wal_block_info.Peter Geoghegan2023-03-304-88/+140
* amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas2023-03-281-2/+1
* Fix recent pg_walinspect fpi_length bug.Peter Geoghegan2023-03-281-8/+7
* pg_walinspect: Adjust memory context name.Peter Geoghegan2023-03-271-1/+1
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-271-11/+9
* amcheck: Tighten up validation of redirect line pointers.Robert Haas2023-03-271-9/+31
* Improve a few things in pg_walinspectMichael Paquier2023-03-271-15/+27
* amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas2023-03-241-2/+6
* amcheck: Fix a few bugs in new update chain validation.Robert Haas2023-03-231-3/+7
* Improve a bit the tests of pg_walinspectMichael Paquier2023-03-234-45/+47
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-221-6/+285
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-173-28/+0
* Improve several permission-related error messages.Peter Eisentraut2023-03-173-7/+18
* postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita2023-03-171-2/+1
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-2/+2
* Use "data directory" not "current directory" in error messages.Tom Lane2023-03-162-2/+2