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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
1
-7
/
+7
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
12
-12
/
+12
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
2
-56
/
+481
*
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
1
-4
/
+4
*
Support automatically-updatable views.
Tom Lane
2012-12-08
6
-22
/
+1582
*
Correct xmax test for COPY FREEZE
Simon Riggs
2012-12-07
1
-5
/
+5
*
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
2
-3
/
+17
*
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-06
2
-0
/
+244
*
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-02
2
-31
/
+48
*
Prevent passing gmake's environment variables down through pg_regress.
Tom Lane
2012-12-01
1
-0
/
+13
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
2
-0
/
+51
*
Second tweak of COPY FREEZE
Simon Riggs
2012-12-01
1
-1
/
+0
*
Tweak tests in COPY FREEZE
Simon Riggs
2012-12-01
2
-6
/
+10
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
2
-0
/
+184
*
Move long_options structures to the top of main() functions, for
Bruce Momjian
2012-11-30
1
-7
/
+7
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
2
-0
/
+44
*
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-19
7
-0
/
+118
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
2
-0
/
+29
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
1
-8
/
+6
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
2
-0
/
+349
*
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-24
2
-0
/
+37
*
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
3
-0
/
+79
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
2
-0
/
+103
*
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
5
-116
/
+0
*
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
5
-0
/
+116
*
alter_generic regression test cannot run concurrently with privileges test.
Tom Lane
2012-10-15
2
-4
/
+8
*
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
2
-0
/
+35
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
2
-0
/
+32
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
1
-14
/
+0
*
Fix lo_export usage in example programs.
Tom Lane
2012-10-08
2
-3
/
+3
*
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
4
-53
/
+108
*
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-07
4
-1
/
+426
*
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-04
1
-2
/
+2
*
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
2
-0
/
+22
*
Remove collations from generic ALTER test
Alvaro Herrera
2012-10-01
3
-621
/
+10
*
Add alternative expected output for alter_generic
Alvaro Herrera
2012-09-29
2
-2
/
+547
*
Add alter_generic regression test
Alvaro Herrera
2012-09-28
4
-1
/
+964
*
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
2
-8
/
+4
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
2
-0
/
+42
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
8
-96
/
+525
*
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-18
2
-0
/
+69
*
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-16
2
-13
/
+13
*
Adjust largeobject_1.source per buildfarm.
Tom Lane
2012-09-15
1
-1
/
+1
*
Improve largeobject regression test to show size of object read from file.
Tom Lane
2012-09-14
3
-0
/
+37
*
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2012-09-13
2
-0
/
+18
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
2
-0
/
+35
*
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
3
-0
/
+88
*
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-09-04
4
-8
/
+35
*
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-09-01
2
-5
/
+7
*
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-09-01
2
-0
/
+51
[next]