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
Age
Commit message (
Expand
)
Author
2012-12-12
Disable event triggers in standalone mode.
Tom Lane
2012-12-11
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
Consistency check should compare last record replayed, not last record read.
Heikki Linnakangas
2012-12-10
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-10
Fix the tracking of min recovery point timeline.
Heikki Linnakangas
2012-12-09
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-07
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
Clarify that COPY FREEZE is not a hard rule.
Simon Riggs
2012-12-06
Background worker processes
Alvaro Herrera
2012-12-06
Fix intermittent crash in DROP INDEX CONCURRENTLY.
Tom Lane
2012-12-06
Update comment at top of index_create
Alvaro Herrera
2012-12-05
Ensure recovery pause feature doesn't pause unless users can connect.
Tom Lane
2012-12-05
Oops, meant to change the comment in writeTimeLineHistory.
Heikki Linnakangas
2012-12-05
Must not reach consistency before XLOG_BACKUP_RECORD
Simon Riggs
2012-12-04
Attempt to un-break Windows builds with USE_LDAP.
Tom Lane
2012-12-04
Downgrade a status message from LOG to DEBUG2.
Heikki Linnakangas
2012-12-04
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-12-04
Fix build of LDAP URL feature
Peter Eisentraut
2012-12-04
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
Add support for LDAP URLs
Peter Eisentraut
2012-12-03
Avoid holding vmbuffer pin after VACUUM.
Simon Riggs
2012-12-03
Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...
Andrew Dunstan
2012-12-03
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
Clarify locking for PageGetLSN() in XLogCheckBuffer()
Simon Riggs
2012-12-03
Clarify when to use PageSetLSN/PageGetLSN().
Simon Riggs
2012-12-03
Refactor the code implementing standby-mode logic.
Heikki Linnakangas
2012-12-02
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-12-02
XidEpoch++ if wraparound during checkpoint.
Simon Riggs
2012-12-02
Clarify operation of online checkpoints.
Simon Riggs
2012-12-01
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-30
Change test ExceptionalCondition to return void
Alvaro Herrera
2012-11-30
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-30
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
Correctly init fast path fields on PGPROC
Simon Riggs
2012-11-29
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
Basic binary heap implementation.
Robert Haas
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
If we don't have a backup-end-location, don't claim we've reached it.
Heikki Linnakangas
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-26
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-22
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-21
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-21
Speed up operations on numeric, mostly by avoiding palloc() overhead.
Heikki Linnakangas
2012-11-19
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
[next]