aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* pg_validatebackup: Adjust TAP tests to placate perlcritic.Robert Haas2020-04-03
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-04
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Improve stability of explain regression test.Fujii Masao2020-04-04
* pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.Robert Haas2020-04-03
* Add checksum helper functions.Robert Haas2020-04-03
* Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane2020-04-03
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-03
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Add support for \aset in pgbenchMichael Paquier2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* pg_waldump: Add a --quiet option.Robert Haas2020-04-02
* Improve stability fix for partition_aggregate test.Tom Lane2020-04-02
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Attempt to stabilize partitionwise_aggregate testDavid Rowley2020-04-02
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-02
* Add some comments to some SQL featuresPeter Eisentraut2020-04-02
* Add maintenance_io_concurrency to postgresql.conf.sample.Thomas Munro2020-04-02
* Allow parallel vacuum to accumulate buffer usage.Amit Kapila2020-04-02
* Allow pg_stat_statements to track planning statistics.Fujii Masao2020-04-02
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Check equality semantics for unique indexes on partitioned tables.Tom Lane2020-04-01
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* Refactor code to look up local replication tuplePeter Eisentraut2020-04-01
* Fix crash in psql when attempting to reuse old connectionMichael Paquier2020-04-01
* Fix coverity complaint about commit 40d964ec99.Amit Kapila2020-04-01
* psql: do file completion for \gxBruce Momjian2020-03-31
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Add CREATE INDEX deduplication assertions.Peter Geoghegan2020-03-31
* Fix race condition in statext_store().Tom Lane2020-03-31
* Still another try at stabilizing stats_ext test results.Tom Lane2020-03-31
* Improve the message logged when recovery is paused.Fujii Masao2020-04-01
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-31
* Teach pg_ls_dir_files() to ignore ENOENT failures from stat().Tom Lane2020-03-31
* Improve error reporting in opclasscmds.cAlexander Korotkov2020-03-31
* Fix assorted typosMagnus Hagander2020-03-31
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-31
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Update SQL featuresPeter Eisentraut2020-03-31
* Avoid calls to RelationGetRelationName() and RelationGetNamespace() inAmit Kapila2020-03-31
* Further simplify nbtree high key truncation.Peter Geoghegan2020-03-30
* Revert "Skip redundant anti-wraparound vacuums"Michael Paquier2020-03-31
* Refactor nbtree high key truncation.Peter Geoghegan2020-03-30
* Deduplicate PageIsNew() check in lazy_scan_heap().Andres Freund2020-03-30
* Fix missing SP-GiST support in 911e702077Alexander Korotkov2020-03-30
* Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov2020-03-30
* Consistently truncate non-key suffix columns.Peter Geoghegan2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-30