summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-16Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier
2022-01-15Remove standby_schedule and associated test files.Tom Lane
2022-01-15Add simple test for physical replication of sequences.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Add tab-completion for CREATE FOREIGN TABLE.Fujii Masao
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-14Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-15Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-15Revert "Test replay of regression tests."Thomas Munro
2022-01-15Test replay of regression tests.Thomas Munro
2022-01-15Add new simple TAP test for tablespaces.Thomas Munro
2022-01-15Use in-place tablespaces in regression test.Thomas Munro
2022-01-15Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-14Refactor AlterRole()Peter Eisentraut
2022-01-13Assert redirect pointers are sensible after heap_page_prune().Andres Freund
2022-01-13Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-13Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier
2022-01-12Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan
2022-01-12vacuumlazy.c: fix "garbage tuples" reference.Peter Geoghegan
2022-01-12Consider fractional paths in generate_orderedappend_pathsTomas Vondra
2022-01-12Add index on pg_publication_rel.prpubidAlvaro Herrera
2022-01-12ecpg: Catch zero-length Unicode identifiers correctlyPeter Eisentraut
2022-01-12Move any code specific to log_destination=csvlog to its own fileMichael Paquier
2022-01-12Refactor set of routines specific to elog.cMichael Paquier
2022-01-12Fix comment related to pg_cryptohash_error()Michael Paquier
2022-01-12Add missing include guard to win32ntdll.h.Thomas Munro
2022-01-11Improve error message for missing extension.Tom Lane
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve warning message in pg_signal_backend()John Naylor
2022-01-11Clean up error message reported after \password encryption failure.Tom Lane
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-11Fix typo in rewriteheap.c.Amit Kapila
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-10Avoid warning about uninitialized value in MSVC python3 testsAndrew Dunstan
2022-01-11Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-10Rename functions to avoid future conflictsPeter Eisentraut
2022-01-09Prefer $HOME when looking up the current user's home directory.Tom Lane
2022-01-09Make pg_get_expr() more bulletproof.Tom Lane
2022-01-08More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Fix pgperlcritic complaint, per buildfarm.Jeff Davis
2022-01-08Fix issues with describe queries of extended statistics in psqlMichael Paquier
2022-01-07Respect permissions within logical replication.Jeff Davis
2022-01-08Fix thinko coming from 000f3adfMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
2022-01-07Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan
2022-01-07Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan