aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Fix more hash index bugs around marking buffers dirty.Robert Haas2016-12-16
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Fix bug in hashbulkdelete.Robert Haas2016-12-13
* Remove should_free arguments to tuplesort routines.Robert Haas2016-12-12
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.Robert Haas2016-12-05
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Remove barrier.hRobert Haas2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Improve handling of dead tuples in hash indexes.Robert Haas2016-11-08
* Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane2016-11-06
* Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane2016-11-04
* Fix leftover reference to background writer performing checkpoints.Robert Haas2016-10-28
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Fix comment formatting.Robert Haas2016-10-21
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Drop server support for FE/BE protocol version 1.0.Tom Lane2016-10-11
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane2016-09-26
* Remove useless code.Tom Lane2016-09-23
* Delay updating control file to "in production"Peter Eisentraut2016-09-21
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane2016-09-09
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix corruption of 2PC recovery with subxactsSimon Riggs2016-09-09
* Fix minor memory leak in Standby startupSimon Riggs2016-09-08
* Add location field to DefElemPeter Eisentraut2016-09-06
* Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane2016-09-03
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31