index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2012-12-27
Remove unused NextLogPage macro
Alvaro Herrera
2012-12-21
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Heikki Linnakangas
2012-12-20
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-04
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-12-02
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-19
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-13
Fix multiple problems in WAL replay.
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-02
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-09-27
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-05
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-16
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-06-25
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
Remove sanity test in XRecOffIsValid.
Robert Haas
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-24
Use UINT64CONST for 64-bit integer constants.
Heikki Linnakangas
2012-06-24
Use LL suffix for 64-bit constants.
Heikki Linnakangas
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
Move WAL continuation record information to WAL page header.
Heikki Linnakangas
2012-06-24
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-14
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
Add new function log_newpage_buffer.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Fix outdated comment.
Heikki Linnakangas
2012-05-09
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-09
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-04-27
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-03-26
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-04
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-02-21
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
[next]