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
/
rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
2
-53
/
+30
*
Apply a simple solution to the problem of making INSERT/UPDATE/DELETE
Tom Lane
2006-09-02
2
-70
/
+226
*
Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
Tom Lane
2006-08-12
1
-2
/
+3
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
1
-6
/
+164
*
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-18
1
-1
/
+3
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
3
-13
/
+3
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-06-16
1
-6
/
+15
*
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-30
2
-26
/
+19
*
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-04-05
2
-4
/
+4
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
5
-10
/
+10
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
1
-10
/
+29
*
Fix failure to apply domain constraints to a NULL constant that's added to
Tom Lane
2006-01-06
1
-2
/
+9
*
Fix problems with rewriter failing to set Query.hasSubLinks when inserting
Tom Lane
2005-11-23
2
-6
/
+28
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
3
-36
/
+38
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
1
-3
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
5
-291
/
+273
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-9
/
+19
*
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-07-28
1
-3
/
+2
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
2
-9
/
+9
*
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
2
-18
/
+32
*
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-06-03
1
-38
/
+214
*
Avoid unnecessary call of rangeTableEntry_used() for the result relation
Tom Lane
2005-05-29
1
-7
/
+3
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-12
/
+18
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
3
-14
/
+10
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-3
/
+3
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
2
-23
/
+23
*
Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists.
Tom Lane
2005-03-26
1
-56
/
+64
*
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
2
-93
/
+8
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
1
-2
/
+2
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
1
-4
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
5
-10
/
+10
*
Fix one more place where we were expecting lcons() to be nondestructive
Tom Lane
2004-11-20
1
-1
/
+3
*
When implementing a coercion to a domain type with a combined
Tom Lane
2004-11-06
1
-1
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
3
-47
/
+53
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
5
-10
/
+10
*
Repair some issues with column aliases and RowExpr construction in the
Tom Lane
2004-08-19
2
-45
/
+26
*
Standardize on the assumption that the arguments of a RowExpr correspond
Tom Lane
2004-08-17
1
-13
/
+26
*
Don't try to rewrite NEW references in a utility statement in a rule.
Tom Lane
2004-08-07
1
-2
/
+3
*
Represent type-specific length coercion functions as pg_cast entries,
Tom Lane
2004-06-16
1
-2
/
+3
*
Support assignment to subfields of composite columns in UPDATE and INSERT.
Tom Lane
2004-06-09
1
-21
/
+109
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
3
-27
/
+27
*
Fix another place that assumed 'x = lcons(y, z)' would not have any
Tom Lane
2004-05-29
1
-4
/
+5
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
3
-25
/
+27
*
setRuleCheckAsUser has to be applied to any subqueries appearing in a
Tom Lane
2004-05-18
1
-8
/
+17
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
2
-36
/
+81
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
1
-11
/
+2
*
Restructure smgr API as per recent proposal. smgr no longer depends on
Tom Lane
2004-02-10
2
-4
/
+9
*
Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time
Tom Lane
2004-01-14
2
-12
/
+10
*
Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of
Tom Lane
2004-01-14
1
-24
/
+22
[next]