summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-01-13Fix comment in heapam.cMichael Paquier
2020-01-13Delete empty pages in each pass during GIST VACUUM.Amit Kapila
2020-01-13Apply multiple multivariate MCV lists when possibleTomas Vondra
2020-01-13Apply all available functional dependenciesTomas Vondra
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-11Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut
2020-01-11Remove STATUS_FOUNDPeter Eisentraut
2020-01-11Maintain valid md.c state when FileClose() fails.Noah Misch
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-08Reimplement nullification of walsender timestampAlvaro Herrera
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
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