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
2013-10-03
Minor GIN code refactoring.
Heikki Linnakangas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-08-19
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-08
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-07
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-21
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Tom Lane
2013-02-15
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-10
Document and clean up gistsplit.c.
Tom Lane
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-06
Split out list of XLog resource managers
Alvaro Herrera
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-24
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-18
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
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-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
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
[next]