summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-162-6/+15
* Rework design of functions in pg_walinspectMichael Paquier2023-03-146-163/+169
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-134-3/+48
* Refactor and improve tests of pg_walinspectMichael Paquier2023-03-136-34/+128
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-111-5/+28
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-111-1/+4
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-113-10/+25
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-1/+1
* pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier2023-03-104-72/+152
* Use ICU by default at initdb time.Jeff Davis2023-03-096-3/+52
* Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier2023-03-083-27/+29
* Improve cleanup phases in regression tests of pg_stat_statementsMichael Paquier2023-03-077-11/+29
* Refactor more the regression tests of pg_stat_statementsMichael Paquier2023-03-0312-1071/+1109
* Remove bms_first_member().Tom Lane2023-03-022-5/+7
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-021-1/+1
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-025-56/+62
* Drop test view when done with it.Tom Lane2023-02-272-0/+7
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-2812-59/+91
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-272-81/+64
* Update types in smgr APIPeter Eisentraut2023-02-271-1/+1
* Fix comment indentation and whitespacePeter Eisentraut2023-02-241-1/+1
* Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier2023-02-211-4/+18
* Limit memory usage of pg_walinspect functions.Jeff Davis2023-02-201-5/+53
* Expand regression tests of pg_stat_statements for utility queriesMichael Paquier2023-02-206-30/+774
* Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier2023-02-2012-570/+623
* Redesign archive modulesMichael Paquier2023-02-171-13/+73