summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2012-12-27Remove unused NextLogPage macroAlvaro Herrera
2012-12-21Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-12-04Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-19Fix archive_cleanup_command.Heikki Linnakangas
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner
2012-10-02Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-25Remove sanity test in XRecOffIsValid.Robert Haas
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-24Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas
2012-06-24Use LL suffix for 64-bit constants.Heikki Linnakangas
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Allow WAL record header to be split across pages.Heikki Linnakangas
2012-06-24Move WAL continuation record information to WAL page header.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas
2012-06-14Add new function log_newpage_buffer.Robert Haas
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-09Fix an issue in recent walwriter hibernation patch.Tom Lane
2012-05-09Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane
2012-04-27Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Recast "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-30Assorted 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