summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Centralize definition of integer limits.Andres Freund2015-03-251-1/+1
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-256-129/+291
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-231-1/+2
* Fix copy & paste error in 4f1b890b137.Andres Freund2015-03-231-1/+1
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-154-354/+551
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-151-1/+1
* Remove pause_at_recovery_target recovery.conf setting.Andres Freund2015-03-151-32/+0
* Suppress maybe-uninitialized compiler warnings.Fujii Masao2015-03-151-21/+18
* Fix memory leaks in GIN index vacuum.Heikki Linnakangas2015-03-121-14/+20
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-113-25/+218
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-102-19/+6
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-092-22/+95
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-092-2/+2
* Add missing "goto err" statements in xlogreader.c.Fujii Masao2015-03-091-0/+6
* Fix typo in comment.Fujii Masao2015-03-051-1/+1
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-261-12/+17
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-231-54/+208
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-231-13/+24
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-2/+3
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-213-34/+34
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-203-10/+8
* Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane2015-02-201-3/+5
* Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas2015-02-171-2/+2
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-091-21/+44
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-091-22/+65
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-042-21/+27
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-041-8/+8
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-302-7/+19
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-291-4/+9
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-291-4/+11
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-282-5/+76
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-281-39/+21
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-221-9/+10
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-191-0/+2
* BRIN typo fix.Robert Haas2015-01-191-1/+1
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-151-2/+2
* Tweak heapam's rmgr desc output slightlyAlvaro Herrera2015-01-121-9/+6
* Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas2015-01-071-5/+0
* Update copyright for 2015Bruce Momjian2015-01-06107-107/+107
* Fix thinko in lock mode enumAlvaro Herrera2015-01-041-2/+4
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-041-2/+1
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-031-1/+1
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-261-111/+172
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-251-7/+4
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-251-1/+0
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-251-4/+7
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-3/+2
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-2/+3
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-222-113/+33