summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2017-03-07hash: Refactor hash index creation.Robert Haas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-06Reduce lock levels for table storage params related to planningSimon Riggs
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-03-01hash: Refactor and clean up bucket split code.Robert Haas
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-27hash: Refactor overflow page allocation.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15btree: Support parallel index scans.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-09Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas
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-09pageinspect: Fix hash_bitmap_info not to read the underlying page.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-07Fix compiler warning.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-03Improve grammar of message about two-phase state files.Robert Haas
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-01Refactor other replication commands to use DestRemoteSimple.Robert Haas
2017-01-31Move comment about test slightly closer to test.Robert Haas
2017-01-25Be more aggressive in avoiding tuple conversion.Robert Haas
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-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-18Improve comment in hashsearch.c.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2017-01-10Improve coding in _hash_addovflpage.Robert Haas
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-09BRIN revmap pages are not standard pages ...Alvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-26Remove triggerable Assert in hashname().Tom Lane
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-22Fix broken error check in _hash_doinsert.Robert Haas
2016-12-19Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas