summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12In generic WAL application and replay, ensure page "hole" is always zero.Tom Lane
2016-04-12Correct copyright for newly added genericdesc.cStephen Frost
2016-04-10Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.Tom Lane
2016-04-09Micro-optimize GenericXLogFinish().Tom Lane
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-09Code review/prettification for generic_xlog.c.Tom Lane
2016-04-09Run pgindent on generic_xlog.c.Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Extend relations multiple blocks at a time to improve scalability.Robert Haas
2016-04-07Detect SSI conflicts before reporting constraint violationsKevin Grittner
2016-04-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-04Display WAL pointer in rm_redo error callbackAlvaro Herrera
2016-04-04Silence compiler warningAlvaro Herrera
2016-04-03Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs
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-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-15Fix typos.Robert Haas
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-13Fix memory leak in repeated GIN index searches.Tom Lane
2016-03-11Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Reduce size of two phase file headerSimon Riggs
2016-03-10Reduce lock level for altering fillfactorSimon Riggs
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-03-08Add new flags argument for xl_heap_visible to heap2_desc.Robert Haas
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-05Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2016-03-04Minor improvements to transaction manager README.Robert Haas
2016-03-04Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas
2016-03-03Revert buggy optimization of index scansSimon Riggs