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_target.c
Commit message (
Expand
)
Author
Age
*
Avoid redundant SysCache searches in coerce_type, for another
Tom Lane
1999-05-29
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Do not assign output columns to junk attributes created from
Tom Lane
1999-05-23
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
*
SELECT * error message fix.
Bruce Momjian
1999-05-17
*
Defend against 'update oid'. Someday we might want to support
Tom Lane
1999-04-29
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
*
Improve CASE statement support.
Thomas G. Lockhart
1998-12-13
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
*
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
*
Fix for indexing problems.
Bruce Momjian
1998-09-02
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Fix for select bug.
Bruce Momjian
1998-08-26
*
Cleanup of target file.
Bruce Momjian
1998-08-25
*
Make sure resdomno for update/insert match attribute number for
Bruce Momjian
1998-08-25
*
cleanup
Bruce Momjian
1998-08-23
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
From: David Hartwig <daybee@bellatlantic.net>
Marc G. Fournier
1998-08-05
*
Cleanup makeTargetEntry and remove internal.c.
Bruce Momjian
1998-07-20
*
Change atttypmod from int16 to int32, for Thomas.
Bruce Momjian
1998-07-12
*
Allow floating point constants for "def_arg" numeric arguments.
Thomas G. Lockhart
1998-07-08
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
I made several adjustments to my earlier patch to handle the
Bruce Momjian
1998-06-05
*
Do type conversion to match columns in UNION clauses.
Thomas G. Lockhart
1998-05-29
*
From: David Hartwig <daveh@insightdist.com>
Marc G. Fournier
1998-05-21
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Atttypmod cleanup.
Bruce Momjian
1998-02-13
*
Pass around typmod as int16.
Bruce Momjian
1998-02-10
*
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-10
*
Parser cleanup.
Bruce Momjian
1998-01-20
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
*
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