summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-24Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-06-02C comment improvement & typo fix.Kevin Grittner
2016-05-25Mark wal_level as PGDLLIMPORT.Tom Lane
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-15Remove trailing commas in enums.Andres Freund
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-03Revert buggy optimization of index scansSimon Riggs
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-21Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-18Re-pgindent a few files.Tom Lane
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
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-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera