aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-08
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* tidbitmap: Support shared iteration.Robert Haas2017-03-08
* hash: Refactor hash index creation.Robert Haas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Reduce lock levels for table storage params related to planningSimon Riggs2017-03-06
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* hash: Refactor and clean up bucket split code.Robert Haas2017-03-01
* Fix incorrect variable datatypeMagnus Hagander2017-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
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* btree: Support parallel index scans.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-09
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix compiler warning.Robert Haas2017-02-07
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Improve grammar of message about two-phase state files.Robert Haas2017-02-03
* pageinspect: Support hash indexes.Robert Haas2017-02-02
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Refactor other replication commands to use DestRemoteSimple.Robert Haas2017-02-01
* Move comment about test slightly closer to test.Robert Haas2017-01-31
* Be more aggressive in avoiding tuple conversion.Robert Haas2017-01-24
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Improve comment in hashsearch.c.Robert Haas2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Improve coding in _hash_addovflpage.Robert Haas2017-01-10
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09