summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15Replace min_parallel_relation_size with two new GUCs.Robert Haas
2017-02-15Fix wrong articles in pg_proc descriptions.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Avoid redefining simplehash_allocate/simplehash_free.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-02-01Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-27Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-26Fix typo in description for pg_replication_origin_advance function.Fujii Masao
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane
2017-01-25Make UNKNOWN into an actual pseudo-type.Tom Lane
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-24Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-21Add more includes so header files are self-containedPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Bump catversionPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera