aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Fix comment regarding the meaning of infinity for timeline history entryFujii Masao2015-09-15
* Microvacuum for GISTTeodor Sigaev2015-09-09
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-02
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Don't assume that 'char' is signed.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix some oversights in BRIN patch.Tom Lane2015-07-21
* Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas2015-07-02
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-15
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-05
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26