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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
1
-2
/
+4
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
5
-40
/
+32
*
Fix backwards logic in previous commit.
Robert Haas
2012-01-06
1
-5
/
+6
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
3
-251
/
+166
*
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-06
2
-3
/
+32
*
Fix variable confusion in BufferSync().
Robert Haas
2012-01-06
1
-1
/
+1
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
5
-2
/
+32
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
1
-5
/
+15
*
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-02
1
-1
/
+27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
560
-560
/
+560
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
4
-16
/
+179
*
Revert "Remove troublesome Asserts in cost_mergejoin()."
Tom Lane
2011-12-30
1
-0
/
+3
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
2
-3
/
+3
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
1
-21
/
+2
*
Sort file list when creating gettext-files
Peter Eisentraut
2011-12-27
1
-1
/
+1
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
8
-615
/
+487
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
6
-303
/
+492
*
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-23
1
-0
/
+47
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
13
-29
/
+125
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
3
-2
/
+20
*
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
1
-0
/
+75
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
3
-43
/
+44
*
Take fewer snapshots.
Robert Haas
2011-12-21
5
-31
/
+38
*
Shave a few cycles in string_agg().
Robert Haas
2011-12-21
1
-1
/
+1
*
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
1
-144
/
+352
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
4
-26
/
+20
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
12
-22
/
+690
*
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
2
-15
/
+15
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
7
-28
/
+64
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
6
-104
/
+186
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
5
-3
/
+43
*
Defend against null scankeys in spgist searches.
Tom Lane
2011-12-17
1
-6
/
+24
*
Fix some long-obsolete references to XLogOpenRelation.
Tom Lane
2011-12-17
2
-5
/
+3
*
Fix compiler warning seen on 64-bit machine.
Tom Lane
2011-12-17
1
-2
/
+2
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
15
-2
/
+7122
*
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
1
-17
/
+20
*
include_if_exists facility for config file.
Andrew Dunstan
2011-12-15
1
-8
/
+33
*
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-15
2
-44
/
+70
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
5
-134
/
+188
*
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
2
-27
/
+35
*
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-12
1
-49
/
+49
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
3
-0
/
+20
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
3
-0
/
+100
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
2
-5
/
+18
*
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-09
3
-1
/
+18
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
7
-872
/
+872
*
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
2
-18
/
+46
*
Better error reporting if the link target is too long
Magnus Hagander
2011-12-07
1
-1
/
+4
*
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-07
1
-3
/
+22
*
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
2
-2
/
+39
[prev]
[next]