summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-19Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas
2017-02-17Fix typo on commentPeter Eisentraut
2017-02-16Add new function dsa_allocate0.Robert Haas
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