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
Age
Commit message (
Expand
)
Author
2013-01-18
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-17
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-16
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-15
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-14
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-05
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2013-01-01
Unify some tar functionality across different parts
Magnus Hagander
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-27
Remove unused NextLogPage macro
Alvaro Herrera
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
Add function prototype from previous commit.
Simon Riggs
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
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-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
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-11
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-06
Background worker processes
Alvaro Herrera
2012-12-04
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
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
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
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-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
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
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
[next]