summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-09-04Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-08Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
2012-05-30Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas
2012-05-18Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas
2012-05-11Ensure age() returns a stable value rather than the latest valueSimon Riggs
2012-05-10Fix outdated comment.Heikki Linnakangas
2012-05-08Fix an issue in recent walwriter hibernation patch.Tom Lane
2012-05-08Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane
2012-04-26Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas
2012-04-23Lots of doc corrections.Robert Haas
2012-04-20Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-03-26Code cleanup for heap_freeze_tuple.Robert Haas
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane
2012-03-04Add function pg_xlog_location_diff to help comparisonsMagnus Hagander
2012-02-21Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane
2012-01-29Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-11Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas
2012-01-06Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-19Rename updateNodeLink to spgUpdateNodeLink.Tom Lane
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-16Various micro-optimizations for GetSnapshopData().Robert Haas
2011-12-12Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-11-07Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-10-18Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane