summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-04Include chunk overhead in hash table entry size estimate.Jeff Davis
2020-04-04Fix resource management bug with replication=database.Robert Haas
2020-04-04Be more careful about time_t vs. pg_time_t in basebackup.c.Robert Haas
2020-04-03pg_validatebackup: Fix 'make clean' to remove tmp_check.Robert Haas
2020-04-03pg_validatebackup: Adjust TAP tests to undo permissions change.Robert Haas
2020-04-03pg_validatebackup: Also use perl2host in TAP tests.Robert Haas
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane
2020-04-03pg_validatebackup: Use tempdir_short in TAP tests.Robert Haas
2020-04-03pg_validatebackup: Adjust TAP tests to placate perlcritic.Robert Haas
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-04-03Improve stability of explain regression test.Fujii Masao
2020-04-03pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.Robert Haas
2020-04-03Add checksum helper functions.Robert Haas
2020-04-03Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Add wait events for recovery conflicts.Fujii Masao
2020-04-03Add support for \aset in pgbenchMichael Paquier
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-04-03pg_waldump: Add a --quiet option.Robert Haas
2020-04-02Improve stability fix for partition_aggregate test.Tom Lane
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-04-02Attempt to stabilize partitionwise_aggregate testDavid Rowley
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-02Add some comments to some SQL featuresPeter Eisentraut
2020-04-02Add maintenance_io_concurrency to postgresql.conf.sample.Thomas Munro
2020-04-02Allow parallel vacuum to accumulate buffer usage.Amit Kapila
2020-04-02Allow pg_stat_statements to track planning statistics.Fujii Masao
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-04-01Check equality semantics for unique indexes on partitioned tables.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-04-01Refactor code to look up local replication tuplePeter Eisentraut
2020-04-01Fix crash in psql when attempting to reuse old connectionMichael Paquier
2020-04-01Fix coverity complaint about commit 40d964ec99.Amit Kapila
2020-04-01psql: do file completion for \gxBruce Momjian
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-31Add CREATE INDEX deduplication assertions.Peter Geoghegan
2020-03-31Fix race condition in statext_store().Tom Lane
2020-03-31Still another try at stabilizing stats_ext test results.Tom Lane
2020-03-31Improve the message logged when recovery is paused.Fujii Masao
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-03-31Teach pg_ls_dir_files() to ignore ENOENT failures from stat().Tom Lane
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-31Fix assorted typosMagnus Hagander
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-31Update SQL featuresPeter Eisentraut