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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
2
-11
/
+31
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
1
-1
/
+1
*
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
2
-5
/
+9
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
1
-1
/
+1
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
3
-21
/
+64
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
3
-125
/
+136
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
1
-0
/
+3
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
7
-5
/
+31
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
2
-0
/
+7
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
1
-1
/
+1
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
2
-1
/
+3
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
1
-3
/
+0
*
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-24
1
-3
/
+8
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
24
-75
/
+245
*
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
1
-0
/
+2
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
2
-1
/
+1
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
3
-1
/
+3
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
2
-1
/
+3
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
5
-15
/
+5
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
1
-1
/
+1
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
1
-4
/
+14
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
2
-1
/
+2
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
2
-3
/
+6
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
3
-13
/
+29
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
1
-0
/
+116
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
3
-7
/
+4
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
1
-0
/
+2
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
4
-9
/
+87
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
2
-1
/
+3
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
1
-0
/
+3
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
2
-2
/
+24
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
1
-1
/
+1
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
2
-4
/
+15
*
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
1
-0
/
+1
*
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-02
1
-0
/
+9
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
419
-419
/
+419
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
1
-0
/
+4
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
1
-0
/
+1
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
12
-43
/
+44
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
1
-14
/
+0
*
Remove unused NextLogPage macro
Alvaro Herrera
2012-12-27
1
-11
/
+0
*
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
1
-2
/
+11
*
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
2
-3
/
+3
*
Add function prototype from previous commit.
Simon Riggs
2012-12-24
1
-1
/
+1
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
16
-52
/
+52
*
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-23
1
-1
/
+2
*
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
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
1
-11
/
+6
*
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-14
1
-0
/
+12
[next]