summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-06Allow autovacuum to log WAL usage statistics.Amit Kapila
2020-04-06Refactor cluster.c to use new routine get_index_isclustered()Michael Paquier
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-06Recompute stack base in forked postmaster children.Andres Freund
2020-04-06Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund
2020-04-05Fix recently introduced typo.Andres Freund
2020-04-05Save errno across LWLockRelease() callsPeter Eisentraut
2020-04-04Remove bogus Assert, add some regression test cases showing why.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
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-03Cosmetic improvements for code related to partitionwise join.Tom Lane
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-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-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
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-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 coverity complaint about commit 40d964ec99.Amit Kapila
2020-03-31Add CREATE INDEX deduplication assertions.Peter Geoghegan
2020-03-31Fix race condition in statext_store().Tom Lane
2020-03-31Improve the message logged when recovery is paused.Fujii Masao
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