summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Microvacuum for GISTTeodor Sigaev2015-09-092-2/+18
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-091-0/+1
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-021-1/+1
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-141-0/+3
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-122-0/+3
* Don't include low level locking code from frontend code.Andres Freund2015-08-073-3/+3
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-051-2/+0
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-7/+1
* Don't assume that 'char' is signed.Heikki Linnakangas2015-07-271-1/+1
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-271-2/+2
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-253-62/+84
* Fix some oversights in BRIN patch.Tom Lane2015-07-211-2/+2
* Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas2015-07-021-11/+0
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-021-6/+13
* Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao2015-06-121-0/+4
* pgindent run for 9.5Bruce Momjian2015-05-2318-89/+91
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-231-3/+4
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-221-0/+1
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-211-3/+0
* Collection of typo fixes.Heikki Linnakangas2015-05-204-4/+4
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-152-8/+2
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-154-43/+77
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-153-0/+65
* Add archive_mode='always' option.Heikki Linnakangas2015-05-151-2/+11
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-152-0/+4
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-152-0/+12
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-121-1/+8
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-081-0/+5
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-081-0/+18
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-081-0/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-084-15/+80
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-071-3/+4
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-051-1/+1
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-011-2/+3
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-302-0/+79
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-299-10/+30
* Fix various typos and grammar errors in comments.Andres Freund2015-04-262-2/+2
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-3/+3
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-131-0/+1
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-101-1/+0
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-261-0/+2
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-263-3/+11
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-261-5/+1
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-251-2/+34
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-151-1/+1
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-152-60/+157
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-114-6/+47
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-103-13/+35
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-091-1/+3
* Fix typo in comment.Fujii Masao2015-03-091-1/+1