aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Use INT64_FORMAT when formatting int64 values in explainTomas Vondra2020-04-07
* Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan2020-04-06
* Fix show_incremental_sort_info with force_parallel_modeTomas Vondra2020-04-06
* Implement Incremental SortTomas Vondra2020-04-06
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Allow autovacuum to log WAL usage statistics.Amit Kapila2020-04-06
* Refactor cluster.c to use new routine get_index_isclustered()Michael Paquier2020-04-06
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Recompute stack base in forked postmaster children.Andres Freund2020-04-05
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Fix recently introduced typo.Andres Freund2020-04-05
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-05
* Remove bogus Assert, add some regression test cases showing why.Tom Lane2020-04-04
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Include chunk overhead in hash table entry size estimate.Jeff Davis2020-04-03
* Fix resource management bug with replication=database.Robert Haas2020-04-03
* Be more careful about time_t vs. pg_time_t in basebackup.c.Robert Haas2020-04-03
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-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
* 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
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-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
* 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 coverity complaint about commit 40d964ec99.Amit Kapila2020-04-01
* Add CREATE INDEX deduplication assertions.Peter Geoghegan2020-03-31
* Fix race condition in statext_store().Tom Lane2020-03-31
* Improve the message logged when recovery is paused.Fujii Masao2020-04-01
* 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