aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* Make simplehash.h grow hashtable in additional cases.Andres Freund2017-03-06
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-06
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-06
* Use class_args field in opclass_dropPeter Eisentraut2017-03-06
* Mark pg_start_backup and pg_stop_backup as parallel-restricted.Robert Haas2017-03-06
* Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut2017-03-03
* psql: Add tab completion for logical replicationPeter Eisentraut2017-03-03
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-03
* Add pg_current_logfile() function.Robert Haas2017-03-03
* Notify bgworker registrant after freeing worker slot.Robert Haas2017-03-03
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund2017-03-01
* Fix naming inconsistencyPeter Eisentraut2017-03-01
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-01
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Reduce size of common allocation header.Andres Freund2017-02-28
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* hash: Refactor overflow page allocation.Robert Haas2017-02-27
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund2017-02-27
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-27
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-26
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix unportable definition of BSWAP64() macro.Tom Lane2017-02-24
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* De-support floating-point timestamps.Tom Lane2017-02-23
* Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut2017-02-23
* Pass the source text for a parallel query to the workers.Robert Haas2017-02-22
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-19
* Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas2017-02-19
* Fix typo on commentPeter Eisentraut2017-02-16
* Add new function dsa_allocate0.Robert Haas2017-02-16
* Formatting and docs corrections for logical decoding output plugins.Tom Lane2017-02-15
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-15
* Fix wrong articles in pg_proc descriptions.Robert Haas2017-02-15
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* btree: Support parallel index scans.Robert Haas2017-02-15
* Allow parallel workers to execute subplans.Robert Haas2017-02-14
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14