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
/
outfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-30
1
-5
/
+16
*
Simplify ParamListInfo data structure to support only numbered parameters,
Tom Lane
2006-04-22
1
-3
/
+2
*
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
-3
/
+4
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-1
/
+5
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
Neil Conway
2006-02-19
1
-1
/
+6
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
1
-3
/
+21
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
1
-6
/
+18
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
1
-2
/
+16
*
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
1
-3
/
+3
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
1
-1
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-14
/
+13
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
1
-1
/
+4
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-3
/
+16
*
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-07-02
1
-2
/
+5
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-2
/
+2
*
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-26
1
-1
/
+14
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
1
-13
/
+2
*
Nab some low-hanging fruit: replace the planner's base_rel_list and
Tom Lane
2005-06-06
1
-3
/
+2
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-3
/
+85
*
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
Tatsuo Ishii
2005-05-09
1
-2
/
+1
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-2
/
+4
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-13
/
+12
*
Rethink original decision to use AND/OR Expr nodes to represent bitmap
Tom Lane
2005-04-21
1
-1
/
+29
*
Install some slightly realistic cost estimation for bitmap index scans.
Tom Lane
2005-04-21
1
-1
/
+3
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
1
-4
/
+72
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
1
-20
/
+7
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
1
-1
/
+14
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-8
/
+9
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE
Tom Lane
2004-08-02
1
-6
/
+8
*
Tablespaces. Alternate database locations are dead, long live tablespaces.
Tom Lane
2004-06-18
1
-3
/
+5
*
Support assignment to subfields of composite columns in UPDATE and INSERT.
Tom Lane
2004-06-09
1
-11
/
+74
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
1
-3
/
+1
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-90
/
+44
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
1
-1
/
+14
*
Alter string format used for integer and OID lists in stored rules.
Tom Lane
2004-05-08
1
-3
/
+7
*
Rewrite nodeRead() in a less obfuscated fashion, per discussion with
Tom Lane
2004-05-06
1
-2
/
+1
*
Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END
Tom Lane
2004-03-17
1
-1
/
+13
*
Micro-opt: replace calls like
Neil Conway
2004-01-31
1
-3
/
+3
*
Correct error introduced in recent hasoids changes --- it's not a bool
Tom Lane
2004-01-22
1
-2
/
+2
*
Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time
Tom Lane
2004-01-14
1
-4
/
+3
*
Instead of rechecking lossy index operators by putting them into the
Tom Lane
2004-01-06
1
-1
/
+11
*
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
1
-3
/
+4
*
Improve UniquePath logic to detect the case where the input is already
Tom Lane
2004-01-05
1
-2
/
+2
*
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-05
1
-4
/
+5
*
Merge restrictlist_selectivity into clauselist_selectivity by
Tom Lane
2004-01-04
1
-1
/
+2
[next]