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
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change processing of extended-Query mode so that an unnamed statement
Tom Lane
2006-09-06
1
-1
/
+8
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
1
-2
/
+2
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
1
-9
/
+2
*
Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Bruce Momjian
2006-09-03
1
-1
/
+8
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
1
-3
/
+3
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
1
-2
/
+8
*
Move xact.c's partial support for Lists of TransactionIds into pg_list.h.
Tom Lane
2006-08-27
1
-1
/
+12
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
2
-2
/
+5
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
2
-7
/
+4
*
Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
Tom Lane
2006-08-12
1
-2
/
+3
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
2
-4
/
+24
*
Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have
Tom Lane
2006-08-10
1
-2
/
+3
*
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-04
1
-2
/
+2
*
Arrange for ValuesScan to keep per-sublist expression eval state in a
Tom Lane
2006-08-02
1
-3
/
+10
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
4
-20
/
+66
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
1
-2
/
+1
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
2
-5
/
+5
*
Code review for bigint-LIMIT patch. Fix missed planner dependency,
Tom Lane
2006-07-26
2
-4
/
+7
*
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-26
1
-4
/
+4
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
3
-8
/
+4
*
Remove trailing comma from CreateStmtLikeOption enum definition. This
Neil Conway
2006-07-13
1
-2
/
+2
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-11
/
+10
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-14
/
+9
*
ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)
Bruce Momjian
2006-07-02
1
-2
/
+5
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-24
/
+28
*
Fix hash aggregation to suppress unneeded columns from being stored in
Tom Lane
2006-06-28
1
-1
/
+3
*
Adjust TupleHashTables to use MinimalTuple format for contained tuples.
Tom Lane
2006-06-28
1
-2
/
+2
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
1
-2
/
+11
*
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-06-16
1
-1
/
+7
*
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-06
1
-1
/
+4
*
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-30
3
-15
/
+24
*
Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.
Bruce Momjian
2006-04-30
1
-2
/
+3
*
Use schema search path to find the first matching contraint name for SET
Bruce Momjian
2006-04-27
1
-2
/
+2
*
Simplify ParamListInfo data structure to support only numbered parameters,
Tom Lane
2006-04-22
2
-75
/
+35
*
Support the syntax
Tom Lane
2006-04-15
2
-30
/
+7
*
Add error location info to ResTarget parse nodes. Allows error cursor to be ...
Tom Lane
2006-03-23
1
-1
/
+2
*
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-16
1
-5
/
+9
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
2
-7
/
+18
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
1
-8
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
16
-32
/
+32
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
1
-1
/
+2
*
Teach nodeSort and nodeMaterial to optimize out unnecessary overhead
Tom Lane
2006-02-28
1
-2
/
+4
*
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
Neil Conway
2006-02-19
1
-18
/
+27
*
DROP IF EXISTS for ROLE/USER/GROUP
Andrew Dunstan
2006-02-04
1
-1
/
+2
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
2
-23
/
+116
*
Add GRANT ON SEQUENCE syntax to support sequence-only permissions.
Bruce Momjian
2006-01-21
1
-2
/
+3
*
Trim an obsolete comment: it is no longer relevant that "SELECT" was
Neil Conway
2006-01-01
1
-4
/
+4
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
4
-47
/
+101
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
3
-18
/
+41
*
Spell "explicitly" correctly, per Simon.
Tom Lane
2005-12-07
1
-3
/
+3
[next]