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
/
parser
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
FIx hasSubLinks for Vadim.
Bruce Momjian
1998-02-06
1
-18
/
+27
*
Add Var.varlevelup to code. More parser cleanup.
Bruce Momjian
1998-01-20
1
-4
/
+4
*
Parser cleanup.
Bruce Momjian
1998-01-20
1
-108
/
+34
*
Create SubLink nodes in parser for Vadim.
Bruce Momjian
1998-01-19
1
-3
/
+3
*
Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.
Bruce Momjian
1998-01-15
1
-8
/
+7
*
Add UNION, GROUP, DISTINCT to INSERT.
Bruce Momjian
1998-01-11
1
-2
/
+20
*
Bye CursorStmt, now use SelectStmt.
Bruce Momjian
1998-01-10
1
-43
/
+13
*
Remove old quel labels.
Bruce Momjian
1998-01-09
1
-13
/
+13
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-13
/
+13
*
Change some mallocs to palloc.
Bruce Momjian
1997-12-29
1
-3
/
+2
*
Fix for ORDER BY in UNION.
Bruce Momjian
1997-12-29
1
-4
/
+3
*
Cleanup of UNION ALL fix. Manual page updates.
Bruce Momjian
1997-12-29
1
-71
/
+4
*
UNION work for UNION ALL and other union stuff.
Bruce Momjian
1997-12-27
1
-5
/
+64
*
Implementation of UNIONs.
Bruce Momjian
1997-12-24
1
-14
/
+16
*
Change variable name reference from selectClause to more appropriate unionCla...
Thomas G. Lockhart
1997-12-23
1
-2
/
+9
*
Improve (well, ok, fix) generated constraint name for column CHECK clause.
Thomas G. Lockhart
1997-12-16
1
-2
/
+2
*
Add information message about implicitly created indices.
Thomas G. Lockhart
1997-12-09
1
-10
/
+78
*
Add SQL92-compliant syntax for constraints.
Thomas G. Lockhart
1997-12-04
1
-1
/
+329
*
Cleanup up include files.
Bruce Momjian
1997-11-26
1
-3
/
+3
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
1
-2677
/
+15
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
1
-18
/
+353
*
Fix up elog messages for consistant usage of quotes around arguments.
Thomas G. Lockhart
1997-10-30
1
-22
/
+16
*
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-10-25
1
-2
/
+2
*
Ignore copies of columns specified in ORDER/GROUP BY
Vadim B. Mikheev
1997-10-16
1
-7
/
+36
*
DEFAULT is handled by analyze.c now.
Vadim B. Mikheev
1997-10-12
1
-7
/
+82
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
1
-2
/
+2
*
Convert sequence names tolower.
Vadim B. Mikheev
1997-09-18
1
-2
/
+7
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-79
/
+79
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
1
-7
/
+7
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-823
/
+831
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-2032
/
+2292
*
Cleanups needed for indent.
Bruce Momjian
1997-09-05
1
-3
/
+2
*
Cleanups needed for indent. Remove };
Bruce Momjian
1997-09-05
1
-2
/
+2
*
Add detection and warnings for UNION and HAVING clauses.
Thomas G. Lockhart
1997-09-01
1
-2
/
+15
*
Allow functions and operators on internally-identical types to succeed.
Bruce Momjian
1997-08-22
1
-2
/
+2
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
1
-2
/
+3
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
1
-4
/
+4
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
1
-2
/
+2
*
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-08-12
1
-3
/
+2
*
Cleanup for NAMEDATALEN use.
Bruce Momjian
1997-08-03
1
-3
/
+3
*
Allow use parameters in target list having aggregates in functions.
Vadim B. Mikheev
1997-07-30
1
-3
/
+4
*
Fix typechecking problem pointed out by Thomas.
Bruce Momjian
1997-05-08
1
-2
/
+2
*
Fix GroupBy: enable functions over aggregates and GroupBy-ed fields
Vadim B. Mikheev
1997-04-29
1
-38
/
+40
*
Modify references to function manager to use lower-case calls.
Thomas G. Lockhart
1997-04-27
1
-3
/
+3
*
Now we can GROUP BY func_results.
Vadim B. Mikheev
1997-04-05
1
-8
/
+44
*
CREATE/DROP SEQUENCE ...
Vadim B. Mikheev
1997-04-02
1
-1
/
+38
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
1
-44
/
+78
*
Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.
Bruce Momjian
1997-03-02
1
-51
/
+1
*
Add attribute optimization statistics.
Bruce Momjian
1997-02-07
1
-3
/
+3
*
Cast constants to the type of the other binary operand.
Bruce Momjian
1997-01-22
1
-3
/
+5
[next]