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