summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2015-06-12Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao
2015-05-24pgindent 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-06Avoid 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
2015-03-25Reduce pinning and buffer content locking for btree scans.Kevin Grittner
2015-03-15Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-03-09Keep CommitTs module in sync in standby and masterAlvaro Herrera
2015-03-09Fix typo in comment.Fujii Masao
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-23Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-19Remove dead structs.Heikki Linnakangas
2015-02-09Minor cleanup/code review for "indirect toast" stuff.Tom Lane
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-04Use a separate memory context for GIN scan keys.Heikki Linnakangas
2015-01-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas