index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Change some mallocs to palloc.
Bruce Momjian
1997-12-29
*
Fix for ORDER BY in UNION.
Bruce Momjian
1997-12-29
*
Cleanup of UNION ALL fix. Manual page updates.
Bruce Momjian
1997-12-29
*
UNION work for UNION ALL and other union stuff.
Bruce Momjian
1997-12-27
*
Implementation of UNIONs.
Bruce Momjian
1997-12-24
*
Change variable name reference from selectClause to more appropriate unionCla...
Thomas G. Lockhart
1997-12-23
*
Improve (well, ok, fix) generated constraint name for column CHECK clause.
Thomas G. Lockhart
1997-12-16
*
Add information message about implicitly created indices.
Thomas G. Lockhart
1997-12-09
*
Add SQL92-compliant syntax for constraints.
Thomas G. Lockhart
1997-12-04
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
Fix up elog messages for consistant usage of quotes around arguments.
Thomas G. Lockhart
1997-10-30
*
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-10-25
*
Ignore copies of columns specified in ORDER/GROUP BY
Vadim B. Mikheev
1997-10-16
*
DEFAULT is handled by analyze.c now.
Vadim B. Mikheev
1997-10-12
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Convert sequence names tolower.
Vadim B. Mikheev
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Cleanups needed for indent.
Bruce Momjian
1997-09-05
*
Cleanups needed for indent. Remove };
Bruce Momjian
1997-09-05
*
Add detection and warnings for UNION and HAVING clauses.
Thomas G. Lockhart
1997-09-01
*
Allow functions and operators on internally-identical types to succeed.
Bruce Momjian
1997-08-22
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
*
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-08-12
*
Cleanup for NAMEDATALEN use.
Bruce Momjian
1997-08-03
*
Allow use parameters in target list having aggregates in functions.
Vadim B. Mikheev
1997-07-30
*
Fix typechecking problem pointed out by Thomas.
Bruce Momjian
1997-05-08
*
Fix GroupBy: enable functions over aggregates and GroupBy-ed fields
Vadim B. Mikheev
1997-04-29
*
Modify references to function manager to use lower-case calls.
Thomas G. Lockhart
1997-04-27
*
Now we can GROUP BY func_results.
Vadim B. Mikheev
1997-04-05
*
CREATE/DROP SEQUENCE ...
Vadim B. Mikheev
1997-04-02
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.
Bruce Momjian
1997-03-02
*
Add attribute optimization statistics.
Bruce Momjian
1997-02-07
*
Cast constants to the type of the other binary operand.
Bruce Momjian
1997-01-22
*
Make GROUP BY work with aliases, ORDER BY with column numbers
Bruce Momjian
1996-12-17
*
This patch changes quite a few instances of references of Oid's
Bruce Momjian
1996-11-30
*
Allow select oid,* from table. Allow * anywhere in target list.
Bruce Momjian
1996-11-29
*
Make it compile on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1996-11-26
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
*
Remove NULL_PATCH define
Bruce Momjian
1996-11-04
[next]