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
/
parse_oper.c
Commit message (
Expand
)
Author
Age
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Clean up code in analyze.c for SERIAL data type.
Thomas G. Lockhart
1998-09-25
*
Use oper_select_candidate() for unary operators
Thomas G. Lockhart
1998-09-16
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Do type conversion to match columns in UNION clauses.
Thomas G. Lockhart
1998-05-29
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09
*
This patch...
Bruce Momjian
1998-04-27
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Parser cleanup.
Bruce Momjian
1998-01-20
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
*
Fix:
Marc G. Fournier
1998-01-15
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Change precedence for boolean operators to match expected behavior.
Thomas G. Lockhart
1998-01-01
*
Make parser functions static where possible.
Bruce Momjian
1997-11-26
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25