index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Remove useless dependencies in daitch_mokotoff_header.pl.
Tom Lane
2023-04-07
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Pacify perlcritic.
Tom Lane
2023-04-07
*
Adjust contrib/sepgsql regression test expected outputs.
Tom Lane
2023-04-07
*
Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.
Tom Lane
2023-04-07
*
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-07
*
Add pg_buffercache_usage_counts() to contrib/pg_buffercache.
Tom Lane
2023-04-07
*
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-06
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
*
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-06
*
Fix function reference in comment
Daniel Gustafsson
2023-04-05
*
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
Noah Misch
2023-04-02
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Add show_data option to pg_get_wal_block_info.
Peter Geoghegan
2023-03-31
*
Show record information in pg_get_wal_block_info.
Peter Geoghegan
2023-03-30
*
amcheck: In verify_heapam, allows tuples with xmin 0.
Robert Haas
2023-03-28
*
Fix recent pg_walinspect fpi_length bug.
Peter Geoghegan
2023-03-28
*
pg_walinspect: Adjust memory context name.
Peter Geoghegan
2023-03-27
*
amcheck: Generalize one of the recently-added update chain checks.
Robert Haas
2023-03-27
*
amcheck: Tighten up validation of redirect line pointers.
Robert Haas
2023-03-27
*
Improve a few things in pg_walinspect
Michael Paquier
2023-03-27
*
amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
Robert Haas
2023-03-24
*
amcheck: Fix a few bugs in new update chain validation.
Robert Haas
2023-03-23
*
Improve a bit the tests of pg_walinspect
Michael Paquier
2023-03-23
*
Teach verify_heapam() to validate update chains within a page.
Robert Haas
2023-03-22
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
postgres_fdw: Remove useless if-test in GetConnection().
Etsuro Fujita
2023-03-17
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
*
Use "data directory" not "current directory" in error messages.
Tom Lane
2023-03-16
*
Tweak regression test of pg_walinspect to be less collation-sensitive
Michael Paquier
2023-03-16
*
Rework design of functions in pg_walinspect
Michael Paquier
2023-03-14
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Refactor and improve tests of pg_walinspect
Michael Paquier
2023-03-13
*
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-11
*
amcheck: Fix ordering bug in update_cached_xid_range()
Andres Freund
2023-03-11
*
Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.
Tom Lane
2023-03-11
*
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
*
pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()
Michael Paquier
2023-03-10
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
*
Reflect normalization of query strings for utilities in pg_stat_statements
Michael Paquier
2023-03-08
*
Improve cleanup phases in regression tests of pg_stat_statements
Michael Paquier
2023-03-07
*
Refactor more the regression tests of pg_stat_statements
Michael Paquier
2023-03-03
*
Remove bms_first_member().
Tom Lane
2023-03-02
*
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
*
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-03-02
*
Drop test view when done with it.
Tom Lane
2023-02-27
*
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-28
*
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-27
[next]