summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-01-08Fix handling of generated columns in ALTER TABLE.Tom Lane
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-07pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
2020-01-07Increase the maximum value of track_activity_query_size.Robert Haas
2020-01-06Reduce the number of GetFlushRecPtr() calls done by walsenders.Tom Lane
2020-01-06Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-06Remove redundant incomplete split assertion.Peter Geoghegan
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-03Add xl_btree_delete optimization.Peter Geoghegan
2020-01-03Clear up btree_xlog_split() alignment comment.Peter Geoghegan
2020-01-02Correct _bt_delitems_vacuum() lock comments.Peter Geoghegan
2020-01-02Fix cloning of row triggers to sub-partitionsAlvaro Herrera
2020-01-02Fix typmod exposed for scalar function in FROM, too.Tom Lane
2020-01-02Fix collation exposed for scalar function in FROM.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2020-01-02Revise BTP_HAS_GARBAGE nbtree VACUUM comments.Peter Geoghegan
2020-01-01Update btree_xlog_delete() comments.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-28Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.Tom Lane
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
2019-12-26Fix some comments related to logical repslot advancingMichael Paquier
2019-12-26Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-23GetPublicationByName: Don't repeat ourselvesAlvaro Herrera
2019-12-23Update nbtree LP_DEAD item deletion comments.Peter Geoghegan
2019-12-20Disallow dropping rules on system tables by defaultPeter Eisentraut
2019-12-20Fix compiler warnings on MSYS2Peter Eisentraut
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-19Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan
2019-12-19revert: Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19makeArrayTypeName: Remove pointless relation open/closeAlvaro Herrera
2019-12-19Update neglected comment.Robert Haas
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Re-#include <time.h> in checkpointer.c.Robert Haas
2019-12-18Move heap-specific detoasting logic into a separate function.Robert Haas