Commit Graph

52826 Commits (6478896675660402171c97d6307e6e1519250025)
 

Author SHA1 Message Date
Tom Lane 6478896675 Teach hash_ok_operator() that record_eq is only sometimes hashable. 4 years ago
Tom Lane fe75517443 Fix psql's tab-completion of enum label values. 4 years ago
Tom Lane ed48e3582e Clean up TAP tests' usage of wait_for_catchup(). 4 years ago
Tomas Vondra 269b532aef Add stxdinherit flag to pg_statistic_ext_data 4 years ago
Michael Paquier e701bdd2f0 Update copyright notice to 2022 for recently-introduced TAP test 4 years ago
Tom Lane 4483b2cf29 Remove standby_schedule and associated test files. 4 years ago
Tom Lane 46cf109089 Add simple test for physical replication of sequences. 4 years ago
Tomas Vondra 20b9fa308e Build inherited extended stats on partitioned tables 4 years ago
Fujii Masao 74527c3e02 Add tab-completion for CREATE FOREIGN TABLE. 4 years ago
Tomas Vondra 36c4bc6e72 Ignore extended statistics for inheritance trees 4 years ago
Peter Geoghegan 49c9d9fcfa Unify VACUUM VERBOSE and autovacuum logging. 4 years ago
Thomas Munro 0c53a6658e Revert "Add new simple TAP test for tablespaces." 4 years ago
Thomas Munro dccee0f2b7 Revert "Test replay of regression tests." 4 years ago
Thomas Munro 123828a7fa Test replay of regression tests. 4 years ago
Thomas Munro d1511fe1b0 Add new simple TAP test for tablespaces. 4 years ago
Thomas Munro d6d317dbf6 Use in-place tablespaces in regression test. 4 years ago
Thomas Munro 7170f2159f Allow "in place" tablespaces. 4 years ago
Peter Eisentraut c4cc2850f4 Rename value node fields 4 years ago
Peter Eisentraut 93415a3b5a Refactor AlterRole() 4 years ago
Andres Freund bb42bfb5cc Assert redirect pointers are sensible after heap_page_prune(). 4 years ago
Andres Freund 18b87b201f Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning. 4 years ago
Tom Lane 43c2175121 Fix ruleutils.c's dumping of whole-row Vars in more contexts. 4 years ago
Andres Freund dfc0cb3940 ci: windows: run initdb with --no-sync. 4 years ago
Andres Freund 8a1ce5e54f ci: windows: enable build summary to make it easier to spot warnings / errors. 4 years ago
Michael Paquier 5513dc6a30 Improve error handling of HMAC computations 4 years ago
Fujii Masao 379a28b56a doc: Add "(process)" to the term "WAL receiver" in glossary. 4 years ago
Michael Paquier 87f29f4fcc Fix incorrect comments in hmac.c and hmac_openssl.c 4 years ago
Peter Geoghegan db6736c93c Fix memory leak in indexUnchanged hint mechanism. 4 years ago
Peter Geoghegan e9b873f667 vacuumlazy.c: fix "garbage tuples" reference. 4 years ago
Tomas Vondra 6b94e7a6da Consider fractional paths in generate_orderedappend_paths 4 years ago
Alvaro Herrera 025b920a3d
Add index on pg_publication_rel.prpubid 4 years ago
Tom Lane 134d974636 Include permissive/enforcing state in sepgsql log messages. 4 years ago
Peter Eisentraut a18b6d2dc2 ecpg: Catch zero-length Unicode identifiers correctly 4 years ago
Michael Paquier bed6ed3de9 Move any code specific to log_destination=csvlog to its own file 4 years ago
Michael Paquier ac7c80758a Refactor set of routines specific to elog.c 4 years ago
Michael Paquier 9a3d8e1886 Fix comment related to pg_cryptohash_error() 4 years ago
Thomas Munro af9e6331ae Add missing include guard to win32ntdll.h. 4 years ago
Tom Lane 6f6943fc94 Improve error message for missing extension. 4 years ago
Tom Lane 98e93a1fc9 Clean up messy API for src/port/thread.c. 4 years ago
John Naylor 7fa945b857 Improve warning message in pg_signal_backend() 4 years ago
Tom Lane 9cb5518b7f Clean up error message reported after \password encryption failure. 4 years ago
Fujii Masao 790fbda902 Enhance pg_log_backend_memory_contexts() for auxiliary processes. 4 years ago
Amit Kapila 85c61ba892 Update docs of logical replication for commit 8d74fc96db. 4 years ago
Amit Kapila dbfa1022e4 Fix typo in rewriteheap.c. 4 years ago
Michael Paquier b69aba7457 Improve error handling of cryptohash computations 4 years ago
Tom Lane 9ef2c65555 Doc: fix bogus example about ambiguous timestamps. 4 years ago
Andrew Dunstan 90657b42bf
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Peter Eisentraut ee41960738 Rename functions to avoid future conflicts 4 years ago
Tom Lane 376ce3e404 Prefer $HOME when looking up the current user's home directory. 4 years ago