Commit Graph

52409 Commits (b3b4d8e68ae83f432f43f035c7eb481ef93e1583)
 

Author SHA1 Message Date
Robert Haas 967a17fe2f Refactor basebackup.c's _tarWriteDir() function. 4 years ago
Peter Eisentraut d9ddc50baf psql: Fix test 4 years ago
Peter Eisentraut 67c069848a psql: Add test for handling of replication commands 4 years ago
Peter Eisentraut c0280bc3ed psql: More tests 4 years ago
Michael Paquier f9c4cb6868 Add more $Test::Builder::Level in the TAP tests 4 years ago
Fujii Masao e3e29cec10 Make autovacuum launcher more responsive to pg_log_backend_memory_contexts(). 4 years ago
Peter Geoghegan 292698f158 amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Tom Lane 4a235efdda Make configure check for minimum required version of IPC::Run. 4 years ago
Tom Lane 39ae0ef856 Fix EXPLAIN of SEARCH BREADTH FIRST queries some more. 4 years ago
Michael Paquier 68f7c4b57a Clean up more code using "(expr) ? true : false" 4 years ago
Tom Lane 3eb1f4d097 Doc: update testing recipe in src/test/perl/README. 4 years ago
Tom Lane 2ae5d72f00 Doc: improve documentation for ^@ starts-with operator. 4 years ago
Michael Paquier 8b76f89c37 Refactor fallback to stderr for csvlog to handle better WIN32 service case 4 years ago
Tom Lane 08e2daf06c Doc: update our claims about the minimum recommended AIX version. 4 years ago
Tom Lane 93fb39eca6 Update test/perl/README to insist on Perl version >= 5.8.3, too. 4 years ago
Tom Lane 92e6a98c36 Adjust configure to insist on Perl version >= 5.8.3. 4 years ago
Tom Lane 05798c9f7f plperl: update ppport.h to Perl 5.34.0. 4 years ago
Etsuro Fujita 972c7c6567 postgres_fdw: Fix comments in connection.c. 4 years ago
Etsuro Fujita 700c733128 Add missing word to comment in joinrels.c. 4 years ago
Michael Paquier 05c4248ad1 Fix compilation warning in syslogger.c 4 years ago
Peter Eisentraut d942887039 Improve order in file 4 years ago
Michael Paquier 5c6e33f071 Refactor per-destination file rotation in logging collector 4 years ago
Tom Lane 3071bbfe44 Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane db692b0c84 Doc: improve timezone/README's recipe for tracking Windows zones. 4 years ago
Dean Rasheed e54a758d24 Fix corner-case loss of precision in numeric_power(). 4 years ago
Peter Eisentraut ba216d3b54 Fix loop variable signedness 4 years ago
Michael Paquier ec2133a447 Fix warning in TAP test of pg_verifybackup 4 years ago
Robert Haas 0266e98c6b Flexible options for CREATE_REPLICATION_SLOT. 4 years ago
Robert Haas 0ba281cb4b Flexible options for BASE_BACKUP. 4 years ago
Fujii Masao 68601985e6 Make recovery report error message when invalid page header is found. 4 years ago
Tom Lane f3fec23dbd Doc: improve description of UNION/INTERSECT/EXCEPT syntax. 4 years ago
Fujii Masao f6b5d05ba9 doc: Document pg_encoding_to_char() and pg_char_to_encoding(). 4 years ago
Amit Kapila 826584fa52 Remove obsolete comment in snapbuild.c. 4 years ago
Fujii Masao 0b0d277c35 psql: Improve tab-completion for LOCK TABLE. 4 years ago
Bruce Momjian e825943906 doc: remove URL for ICU explorer/locexp 4 years ago
Andres Freund 2f74db1236 Fix TestLib::slurp_file() with offset on windows. 4 years ago
Andres Freund 8162464a25 windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. 4 years ago
Daniel Gustafsson de744e9efb Fix check for trapping exit() calls in libpq 4 years ago
Tom Lane c1aa3b3c0d Update our mapping of Windows time zone names some more. 4 years ago
Peter Eisentraut e752727195 Make Unicode makefile parallel-safe 4 years ago
Tom Lane 36d1a848a8 Doc: fix minor issues in GiST support function documentation. 4 years ago
Daniel Gustafsson 7111e332c5 Fix duplicate words in comments 4 years ago
Daniel Gustafsson e9bc0441f1 Provide error hint on exit() check when building libpq 4 years ago
Peter Eisentraut ce27c8953e Update Unicode map text files 4 years ago
Daniel Gustafsson b5cb4db913 Provide error hint if TAP tests are not enabled 4 years ago
Daniel Gustafsson 941921b875 Replace occurrences of InvalidXid with InvalidTransactionId 4 years ago
Michael Paquier 8a4237908c Fix snapshot builds during promotion of hot standby node with 2PC 4 years ago
Tom Lane a0558cfa39 Fix checking of query type in plpgsql's RETURN QUERY command. 4 years ago
Peter Geoghegan 2903f1404d Enable deduplication in system catalog indexes. 4 years ago
Tom Lane 9b8d68cc65 Update our mapping of Windows time zone names using CLDR info. 4 years ago