summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-09-26Fix some typos in commentPeter Eisentraut
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-03New recovery target recovery_target_lsnSimon Riggs
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-01Minor cleanup for access/transam/parallel.c.Tom Lane
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
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