Commit Graph

4474 Commits (d73c285af5c29a0b486643b77350bc23fbb6114c)

Author SHA1 Message Date
Tom Lane 2bfbad9c42 Remove useless dependencies in daitch_mokotoff_header.pl. 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Tom Lane edc627ae27 Pacify perlcritic. 2 years ago
Tom Lane 76c111a7f1 Adjust contrib/sepgsql regression test expected outputs. 2 years ago
Tom Lane a290378a37 Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2 years ago
Daniel Gustafsson 664d757531 Refactor background psql TAP functions 2 years ago
Tom Lane f3fa31327e Add pg_buffercache_usage_counts() to contrib/pg_buffercache. 2 years ago
Etsuro Fujita 983ec23007 postgres_fdw: Add support for parallel abort. 2 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2 years ago
Michael Paquier 1d477a907e Fix row tracking in pg_stat_statements with extended query protocol 2 years ago
Daniel Gustafsson fb6fad6ef1 Fix function reference in comment 2 years ago
Noah Misch ab73291d26 Fix copy-pasto in contrib/auth_delay/meson.build variable name. 2 years ago
Andres Freund 61b313e47e Pass down table relation into more index relation functions 2 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 2 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 2 years ago
Robert Haas b7cea58822 amcheck: In verify_heapam, allows tuples with xmin 0. 2 years ago
Peter Geoghegan bade01cb4d Fix recent pg_walinspect fpi_length bug. 2 years ago
Peter Geoghegan 637dce2254 pg_walinspect: Adjust memory context name. 2 years ago
Robert Haas c87aff065c amcheck: Generalize one of the recently-added update chain checks. 2 years ago
Robert Haas 80d5e3a615 amcheck: Tighten up validation of redirect line pointers. 2 years ago
Michael Paquier 0276ae42dd Improve a few things in pg_walinspect 2 years ago
Robert Haas e88754a196 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 2 years ago
Robert Haas 949e2e7c4f amcheck: Fix a few bugs in new update chain validation. 2 years ago
Michael Paquier 4f1882b960 Improve a bit the tests of pg_walinspect 2 years ago
Robert Haas bbc1376b39 Teach verify_heapam() to validate update chains within a page. 2 years ago
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 2 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 2 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 2 years ago
Tom Lane 2333803d84 Use "data directory" not "current directory" in error messages. 2 years ago
Michael Paquier e643a315fc Tweak regression test of pg_walinspect to be less collation-sensitive 2 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 2 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 2 years ago
Michael Paquier 1f282c24e4 Refactor and improve tests of pg_walinspect 2 years ago
Andres Freund 4f5d461e04 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 2 years ago
Andres Freund 16327240da amcheck: Fix ordering bug in update_cached_xid_range() 2 years ago
Tom Lane 1925ac281a Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 2 years ago
Jeff Davis c45dc7ffbb initdb: derive encoding from locale for ICU; similar to libc. 2 years ago
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 2 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 2 years ago
Michael Paquier daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements 2 years ago
Michael Paquier 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements 2 years ago
Michael Paquier d0028e35a0 Refactor more the regression tests of pg_stat_statements 2 years ago
Tom Lane 462bb7f128 Remove bms_first_member(). 2 years ago
Daniel Gustafsson 2f80c95740 Mark options as deprecated in usage output 2 years ago
Michael Paquier be753639d3 pageinspect: Fix crash with gist_page_items() 2 years ago
Tom Lane 71a75626d5 Drop test view when done with it. 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 2 years ago
Tom Lane 53fe7e6cb8 Harden postgres_fdw tests against unexpected cache flushes. 2 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 2 years ago