summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-13Fix typo.Amit Kapila
2020-01-11Remove STATUS_FOUNDPeter Eisentraut
2020-01-10nbtree: Rename BT_HEAP_TID_ATTR.Peter Geoghegan
2020-01-10nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.Peter Geoghegan
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-09Remove bogus 'return'.Robert Haas
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
2020-01-06Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane
2020-01-04Skip memcpy(x, x) in qunique().Noah Misch
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-03Add xl_btree_delete optimization.Peter Geoghegan
2020-01-02Reorder two nbtree.h function prototypes.Peter Geoghegan
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-26Improve comments in utils/rel.h.Tom Lane
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
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-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-23Normalize _bt_finish_split() argument names.Peter Geoghegan
2019-12-20Generate pg_config.h from pg_config.h.in on WindowsPeter 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-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Minimal portability fix for commit e1551f96e.Tom Lane
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-17simplehash: Allow for use in frontend code.Robert Haas
2019-12-17simplehash: Allow use of simplehash without MemoryContext.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-16Fix build of Perl-using modules of WindowsPeter Eisentraut
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane