Commit Graph

52409 Commits (b3b4d8e68ae83f432f43f035c7eb481ef93e1583)
 

Author SHA1 Message Date
Tom Lane ad740067ae Re-alphabetize the win32_tzmap[] array. 4 years ago
Michael Paquier 2b0da0365b pg_stat_statements: Add some tests for older versions still usable 4 years ago
Andres Freund 795862c280 Reference test binary using TESTDIR in 001_libpq_pipeline.pl. 4 years ago
Alvaro Herrera c6bc655ee2
Error out if SKIP LOCKED and WITH TIES are both specified 4 years ago
Alvaro Herrera d186d233df
Remove unstable, unnecessary test; fix typo 4 years ago
Daniel Gustafsson 0ded7039fa Fix memory leak in pg_hmac 4 years ago
Tom Lane 8c1144ba73 Avoid believing incomplete MCV-only stats in get_variable_range(). 4 years ago
Tom Lane 7b5d4c29ed Fix Portal snapshot tracking to handle subtransactions properly. 4 years ago
Amit Kapila 2d44dee028 Doc: Move pg_stat_replication_slots view to "Collected Statistics Views" section. 4 years ago
David Rowley 16239c5fdf Ensure interleaved_parts field is always initialized 4 years ago
Tom Lane 20f8671ef6 Remove gratuitous environment dependency in 002_types.pl test. 4 years ago
Tom Lane b484ddf4d2 Treat ETIMEDOUT as indicating a non-recoverable connection failure. 4 years ago
Alvaro Herrera d03bca4d70
Repair two portability oversights of new test 4 years ago
Peter Eisentraut 14d755b000 psql: Add various tests 4 years ago
Alvaro Herrera ff9f111bce
Fix WAL replay in presence of an incomplete record 4 years ago
Fujii Masao 2acb7cc6b5 pgbench: Fix handling of socket errors during benchmark. 4 years ago
Fujii Masao d336747089 pgbench: Correct log level of message output when socket wait method fails. 4 years ago
Michael Paquier 070d2e19e4 Clarify use of "statistics objects" in the code 4 years ago
Peter Eisentraut 0b947c3101 Fix incorrect format placeholder 4 years ago
Michael Paquier c8dd2cb494 doc: Fix some typos and markups 4 years ago
Michael Paquier 5b0b699f74 Refactor output file handling when forking syslogger under EXEC_BACKEND 4 years ago
Tom Lane 6bc6bd47cf Fix instability in contrib/bloom TAP tests. 4 years ago
Magnus Hagander 07f8a9e784 Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns 4 years ago
Peter Eisentraut c3b011d991 Support amcheck of sequences 4 years ago
Tom Lane 7d1aa6bf1c Re-enable contrib/bloom's TAP tests. 4 years ago
Michael Paquier e767ddcd35 Fix typos and grammar in code comments 4 years ago
Peter Geoghegan 895267a326 Remove unneeded nbtree latestRemovedXid comments. 4 years ago
Thomas Munro e6a7600202 Track LLVM 14 API changes. 4 years ago
Tom Lane e94c1a55da Avoid unnecessary division in interval_cmp_value(). 4 years ago
Michael Paquier 7c1d8a243f Fix typos in docs 4 years ago
Peter Geoghegan ce2a860533 Update obsolete nbtree deletion comments. 4 years ago
Peter Geoghegan c1a47dfe2e vacuumlazy.c: Remove obsolete 'onecall' comment. 4 years ago
Tom Lane 7b0be9fb2d Doc: extend warnings about collation-mismatch hazards in postgres_fdw. 4 years ago
Michael Paquier 1ba841072e doc: Improve description of index vacuuming with GUCs 4 years ago
Michael Paquier 1ab70b11e6 doc: Add missing markup in CREATE EVENT TRIGGER page 4 years ago
Peter Geoghegan 48064a8d33 nbtree README: Add note about latestRemovedXid. 4 years ago
Peter Eisentraut 73aa5e0caf Add missing $Test::Builder::Level settings 4 years ago
John Naylor 88b0ae15bc Add exception for unicode_east_asian_fw_table.h to headerscheck also 4 years ago
John Naylor a315b19cce Add exception for unicode_east_asian_fw_table.h to cpluspluscheck 4 years ago
Alexander Korotkov b92f9f7443 Split macros from visibilitymap.h into a separate header 4 years ago
Tomas Vondra ad8a166ca8 Release memory allocated by dependency_degree 4 years ago
Tomas Vondra 83772cc78e Free memory after building each statistics object 4 years ago
Peter Geoghegan c7aeb775df Document issue with heapam line pointer truncation. 4 years ago
Fujii Masao 85c6961128 postgres_fdw: Refactor transaction rollback code to avoid code duplication. 4 years ago
Peter Eisentraut f9ea296031 Make use of PG_INT64_MAX/PG_INT64_MIN 4 years ago
Amit Kapila 4548c76738 Invalidate all partitions for a partitioned table in publication. 4 years ago
Amit Kapila 5e77625b26 Add parent table name in an error in reorderbuffer.c. 4 years ago
Peter Geoghegan dd94c2852e Fix "single value strategy" index deletion issue. 4 years ago
Michael Paquier 1a9d802828 Fix some issues with TAP tests for postgres -C 4 years ago
Michael Paquier 0d91c52a8f Fix places in TestLib.pm in need of adaptation to the output of Msys perl 4 years ago