summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-18Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-17tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund
2022-01-17heap pruning: Only call BufferGetBlockNumber() once.Andres Freund
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Avoid calling gettext() in signal handlers.Tom Lane
2022-01-17Avoid calling strerror[_r] in PQcancel().Tom Lane
2022-01-17Fix for new Boolean nodePeter Eisentraut
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Fix typo in pg_dumpall.cMichael Paquier
2022-01-17Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-17Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane
2022-01-16Fix psql's tab-completion of enum label values.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
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-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Add new simple TAP test for tablespaces.Thomas Munro
2022-01-14Use in-place tablespaces in regression test.Thomas Munro
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-14Refactor AlterRole()Peter Eisentraut
2022-01-14Assert redirect pointers are sensible after heap_page_prune().Andres Freund
2022-01-14Fix 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-11Add 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