Commit Graph

4497 Commits (cf109ffc205063f82258e0643588491a153c3a45)

Author SHA1 Message Date
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 2 years ago
Tomas Vondra 428c0cae92 Show empty BRIN ranges in brin_page_items 2 years ago
Tom Lane 1d369c9e90 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 2 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 2 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 2 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago
Tom Lane 1c54b93a8c Avoid using non-ASCII commentary in daitch_mokotoff.c. 2 years ago
Tom Lane d6b5dee42d Remove some non-ASCII symbols from a comment. 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Alvaro Herrera 21e6bf4ddd
Revert "Adjust contrib/sepgsql regression test expected outputs." 2 years ago
Robert Haas 8e82db97b0 basebackup_to_shell: Check for a NULL return from OpenPipeStream. 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Thomas Munro 6db75edb2e Update contrib/trgm_regexp's memory management. 2 years ago
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2 years ago
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