summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-14Remove trailing commas in enums.Andres Freund
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-03Revert buggy optimization of index scansSimon Riggs
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
2015-07-27Don't assume that 'char' is signed.Heikki Linnakangas
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-02Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao
2015-06-12Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-21More fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-05Avoid using a C++ keyword as a structure member name.Robert Haas
2015-05-01Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-04-10Optimize locking a tuple already locked by another subxactAlvaro Herrera
2015-03-26Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-26Minor cleanup of GiST code, for readability.Heikki Linnakangas