aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Remove useless dependencies in daitch_mokotoff_header.pl.Tom Lane2023-04-07
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Pacify perlcritic.Tom Lane2023-04-07
* Adjust contrib/sepgsql regression test expected outputs.Tom Lane2023-04-07
* Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.Tom Lane2023-04-07
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Add pg_buffercache_usage_counts() to contrib/pg_buffercache.Tom Lane2023-04-07
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-06
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* Fix function reference in commentDaniel Gustafsson2023-04-05
* Fix copy-pasto in contrib/auth_delay/meson.build variable name.Noah Misch2023-04-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Add show_data option to pg_get_wal_block_info.Peter Geoghegan2023-03-31
* Show record information in pg_get_wal_block_info.Peter Geoghegan2023-03-30
* amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas2023-03-28
* Fix recent pg_walinspect fpi_length bug.Peter Geoghegan2023-03-28
* pg_walinspect: Adjust memory context name.Peter Geoghegan2023-03-27
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-27
* amcheck: Tighten up validation of redirect line pointers.Robert Haas2023-03-27
* Improve a few things in pg_walinspectMichael Paquier2023-03-27
* amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas2023-03-24
* amcheck: Fix a few bugs in new update chain validation.Robert Haas2023-03-23
* Improve a bit the tests of pg_walinspectMichael Paquier2023-03-23
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-22
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita2023-03-17
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Use "data directory" not "current directory" in error messages.Tom Lane2023-03-16
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-16
* Rework design of functions in pg_walinspectMichael Paquier2023-03-14
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Refactor and improve tests of pg_walinspectMichael Paquier2023-03-13
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-11
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-11
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-10
* pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier2023-03-10
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier2023-03-08
* Improve cleanup phases in regression tests of pg_stat_statementsMichael Paquier2023-03-07
* Refactor more the regression tests of pg_stat_statementsMichael Paquier2023-03-03
* Remove bms_first_member().Tom Lane2023-03-02
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-02
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-02
* Drop test view when done with it.Tom Lane2023-02-27
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-28
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-27