summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-301-0/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-14/+0
* Remove unused NextLogPage macroAlvaro Herrera2012-12-271-11/+0
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-211-1/+0
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-201-2/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-132-2/+3
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-132-25/+48
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-041-1/+19
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-021-2/+1
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-011-0/+2
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-281-0/+19
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-191-1/+2
* Fix multiple problems in WAL replay.Tom Lane2012-11-122-16/+8
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-261-7/+29
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-022-0/+46
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-271-0/+3
* Trim spgist_private.h inclusionAlvaro Herrera2012-09-051-1/+2
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-041-2/+2
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-308-630/+666
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-283-241/+264
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-161-1/+2
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-021-0/+1
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-251-1/+3
* Remove sanity test in XRecOffIsValid.Robert Haas2012-06-251-2/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas2012-06-241-1/+1
* Use LL suffix for 64-bit constants.Heikki Linnakangas2012-06-241-1/+1
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-243-64/+26
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-242-8/+7
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-241-21/+14
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-243-77/+61
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-141-0/+2
* Add new function log_newpage_buffer.Robert Haas2012-06-141-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-109-55/+56
* Make include files work without having to include other ones firstPeter Eisentraut2012-06-101-0/+1
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-301-28/+6
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-181-0/+3
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-111-0/+1
* Fix outdated comment.Heikki Linnakangas2012-05-101-4/+4
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-081-0/+1
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-081-3/+1
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-264-4/+5
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-201-1/+1
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-261-2/+1
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-111-16/+46
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-102-5/+9
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-041-0/+1
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-211-1/+2
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+1