aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix copy & paste error in 4f1b890b137.Andres Freund2015-03-23
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Remove pause_at_recovery_target recovery.conf setting.Andres Freund2015-03-15
* Suppress maybe-uninitialized compiler warnings.Fujii Masao2015-03-15
* Fix memory leaks in GIN index vacuum.Heikki Linnakangas2015-03-12
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-10
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Add missing "goto err" statements in xlogreader.c.Fujii Masao2015-03-09
* Fix typo in comment.Fujii Masao2015-03-05
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-26
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane2015-02-20
* Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas2015-02-17
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-29
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-29
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-22
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* BRIN typo fix.Robert Haas2015-01-19
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-15
* Tweak heapam's rmgr desc output slightlyAlvaro Herrera2015-01-12
* Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-04
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-22
* Fix file descriptor leak at end of recovery.Heikki Linnakangas2014-12-21
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19