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
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
4
-16
/
+15
*
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-24
4
-69
/
+73
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
4
-8
/
+18
*
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-21
4
-4
/
+69
*
Add a paramtypmod field to Param nodes. This is dead weight for Params
Tom Lane
2006-12-10
4
-4
/
+8
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
2
-4
/
+4
*
Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.
Tom Lane
2006-10-13
2
-4
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
4
-13
/
+13
*
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-09-27
1
-2
/
+2
*
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-09-19
1
-1
/
+2
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
2
-2
/
+4
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
3
-3
/
+6
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
4
-7
/
+18
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
4
-6
/
+20
*
Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have
Tom Lane
2006-08-10
4
-4
/
+8
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
5
-7
/
+59
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
4
-8
/
+8
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
4
-10
/
+4
*
More include file adjustments.
Bruce Momjian
2006-07-13
1
-2
/
+2
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
4
-10
/
+4
*
Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep
Neil Conway
2006-07-02
2
-3
/
+4
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
4
-12
/
+23
*
ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)
Bruce Momjian
2006-07-02
1
-1
/
+2
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
2
-4
/
+6
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
2
-4
/
+4
*
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-06-16
2
-2
/
+14
*
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-30
4
-19
/
+69
*
Simplify ParamListInfo data structure to support only numbered parameters,
Tom Lane
2006-04-22
5
-111
/
+32
*
Support the syntax
Tom Lane
2006-04-15
2
-60
/
+10
*
Modify all callers of datatype input and receive functions so that if these
Tom Lane
2006-04-04
1
-3
/
+2
*
Add error location info to ResTarget parse nodes. Allows error cursor to be ...
Tom Lane
2006-03-23
3
-3
/
+6
*
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-16
4
-49
/
+13
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
5
-7
/
+59
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
14
-28
/
+28
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
2
-2
/
+4
*
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
Neil Conway
2006-02-19
4
-4
/
+28
*
DROP IF EXISTS for ROLE/USER/GROUP
Andrew Dunstan
2006-02-04
2
-2
/
+4
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
3
-5
/
+62
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
4
-22
/
+81
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
3
-4
/
+51
*
Change the parser to translate "foo [NOT] IN (expression-list)" to
Tom Lane
2005-11-28
1
-1
/
+6
*
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
2
-5
/
+5
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
2
-7
/
+7
*
DROP DATABASE IF EXISTS variant
Andrew Dunstan
2005-11-22
2
-2
/
+4
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
2
-5
/
+52
*
Clean up after DROP IF EXISTS patch.
Tom Lane
2005-11-20
2
-2
/
+4
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
3
-3
/
+6
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
10
-171
/
+168
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
1
-2
/
+2
*
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-28
1
-1
/
+10
[next]