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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2012-09-06
Fix WAL file replacement during cascading replication on Windows.
Heikki Linnakangas
2012-09-06
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
Fix compiler warnings about unused variables, caused by my previous commit.
Heikki Linnakangas
2012-09-05
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-03
Replace memcpy() calls in xlog.c critical sections with struct assignments.
Tom Lane
2012-08-31
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-29
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-21
Avoid somewhat-theoretical overflow risks in RecordIsValid().
Tom Lane
2012-08-20
Don't get confused if a WAL partial record header has xl_tot_len == 0.
Heikki Linnakangas
2012-08-16
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
Bruce Momjian
2012-08-16
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-15
Update C comment to NOTICE to reflect previous commit changing the error
Bruce Momjian
2012-08-08
Fix minor bug in XLogFileRead() that accidentally worked.
Simon Riggs
2012-08-08
Fix TwoPhaseGetDummyBackendId().
Tom Lane
2012-08-07
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-03
Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.
Tom Lane
2012-08-03
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-13
Cosmetic cleanup of ginInsertValue().
Tom Lane
2012-07-02
Fix a stupid bug I introduced into XLogFlush().
Robert Haas
2012-07-02
Fix position of WalSndWakeupRequest call.
Robert Haas
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-07-02
Work a little harder on comments for walsender wakeup patch.
Robert Haas
2012-07-02
Make commit_delay much smarter.
Robert Haas
2012-07-02
Make walsender more responsive.
Robert Haas
2012-06-30
Validate xlog record header before enlarging the work area to store it.
Heikki Linnakangas
2012-06-29
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-28
Update outdated commit; xlp_rem_len field is in page header now.
Heikki Linnakangas
2012-06-27
Fix two more neglected comments, still referring to log/seg.
Heikki Linnakangas
2012-06-27
I neglected many comments in the log+seg -> 64-bit segno patch. Fix.
Heikki Linnakangas
2012-06-26
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
Reduce use of heavyweight locking inside hash AM.
Robert Haas
2012-06-25
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-24
Oops. Remove stray paren.
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-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-14
Improve readability and error messages in pg_backup_start_time.
Robert Haas
2012-06-14
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
During transaction cleanup, release locks before deleting files.
Robert Haas
[next]