Commit Graph

53338 Commits (9c08aea6a3090a396be334cc58c511edab05776a)
 

Author SHA1 Message Date
Thomas Munro 52b5568432 Improve command line options for pg_waldump. 4 years ago
Andres Freund f28bf667f6 Add retries for further investigation of 019_replslot_limit.pl failures. 4 years ago
Daniel Gustafsson 26ebb0e280 List offending databases in pg_upgrade datallowconn check 4 years ago
Tom Lane ce95c54376 Fix pg_statio_all_tables view for multiple TOAST indexes. 4 years ago
Daniel Gustafsson 7dac61402e Remove unused module imports from TAP tests 4 years ago
Robert Haas 412ad7a556 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 4 years ago
Alvaro Herrera 86459b3296
Wrap inline function definitions in #ifndef FRONTEND 4 years ago
Tomas Vondra 75b1521dae Add decoding of sequences to built-in replication 4 years ago
Tom Lane 0adb3dc68b Doc: add some documentation about serialization failure handling. 4 years ago
Alvaro Herrera e27f4ee0a7
Change fastgetattr and heap_getattr to inline functions 4 years ago
Tom Lane 0bd7af082a Invent recursive_worktable_factor GUC to replace hard-wired constant. 4 years ago
Peter Eisentraut a47651447f Remove unnecessary translator comment 4 years ago
Michael Paquier bbd4951b73 doc: Improve postgres command for shared_memory_size_in_huge_pages 4 years ago
Thomas Munro 127aea2a65 Add additional filtering options to pg_waldump. 4 years ago
Tatsuo Ishii ac9c5dc5d4 Fix pgbench TAP test. 4 years ago
Michael Paquier d4781d8873 Refactor code related to pg_hba_file_rules() into new file 4 years ago
Michael Paquier a1bc4d3590 Add some basic regression tests for pg_freespacemap 4 years ago
Andres Freund 3ac7d02412 Don't try to translate NULL in GetConfigOptionByNum(). 4 years ago
Andres Freund 1c6bb380e5 Don't call fwrite() with len == 0 when writing out relcache init file. 4 years ago
Andres Freund e71c76fcab configure: check for dlsym instead of dlopen. 4 years ago
Andrew Dunstan c97e4bdcb1 Clean test_rls_hooks module 4 years ago
Andres Freund 81b9f23c9c ci: test headerscheck, cpluspluscheck as part of CompilerWarnings task. 4 years ago
Alvaro Herrera 3e1c942a4e
pg_upgrade: Upgrade an Assert to a real 'if' test 4 years ago
Robert Haas 591767150f pg_basebackup: Try to fix some failures on Windows. 4 years ago
Alvaro Herrera 9d92582abf
Fix "missing continuation record" after standby promotion 4 years ago
Alvaro Herrera dfdb2f3bf5
test_decoding: Add comments about delaying BEGIN/PREPARE 4 years ago
Robert Haas 68d8f9bfb2 In get_bc_algorithm_name, add a dummy return statement. 4 years ago
Andrew Dunstan 7c51b7f7cc
Force NO_LOCALE / UTF8 for test_oat_hooks tests 4 years ago
Andrew Dunstan fc15396dc6
Use approved style for listing OBJS in test_oat_hooks Makefile 4 years ago
Robert Haas 607e75e8f0 Unbreak the build. 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Thomas Munro 383f222119 Try to stabilize vacuum test. 4 years ago
Andrew Dunstan 5b29a9f772 Temporarily disable installcheck for test_oat_hooks module 4 years ago
Andrew Dunstan 1460fc5942 Revert "Common SQL/JSON clauses" 4 years ago
Andres Freund 3707e437c7 Add missing xlogdefs.h include to pg_subscription.h. 4 years ago
Andrew Dunstan 865fe4d5df Common SQL/JSON clauses 4 years ago
Andrew Dunstan a3b071bbe0 Tidy up Object Access hooks tests 4 years ago
Andrew Dunstan f0206d9952 Fix new Object Access hooks test 4 years ago
Andres Freund 097786fbbb Add missing dependency of pg_dumpall to WIN32RES. 4 years ago
Andres Freund ce8c978295 pgstat: fix function name in comment. 4 years ago
Andrew Dunstan 90efa2f556 Add a test module for Object Access hooks 4 years ago
Andrew Dunstan d11e84ea46 Add String object access hooks 4 years ago
Tom Lane 29992a6a50 Revert "graceful shutdown" changes for Windows. 4 years ago
Dean Rasheed 7faa5fc84b Add support for security invoker views. 4 years ago
Peter Eisentraut f5576a21b0 pgcrypto: Remove internal padding implementation 4 years ago
Michael Paquier 9ca234bae7 Fix failures in SSL tests caused by out-of-tree keys and certificates 4 years ago
Amit Kapila 208c5d65bb Add ALTER SUBSCRIPTION ... SKIP. 4 years ago
Andres Freund 315ae75e9b pgstat: reorder pgstat.[ch] contents. 4 years ago
Tom Lane 2591ee8ec4 Fix assorted missing logic for GroupingFunc nodes. 4 years ago