summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* Improve CASE statement support.Thomas G. Lockhart1998-12-131-3/+12
* Implement CASE expression.Thomas G. Lockhart1998-12-041-28/+62
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+3
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-251-53/+6
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-91/+105
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* Fix for select bug.Bruce Momjian1998-08-261-20/+22
* Cleanup of target file.Bruce Momjian1998-08-251-3/+5
* Make sure resdomno for update/insert match attribute number forBruce Momjian1998-08-251-187/+219
* cleanupBruce Momjian1998-08-231-150/+149
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-051-12/+13
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-4/+2
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-7/+7
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-081-93/+201
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-17/+1
* I made several adjustments to my earlier patch to handle theBruce Momjian1998-06-051-4/+4
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-291-12/+3
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-211-25/+47
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-94/+181
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-17/+20
* Atttypmod cleanup.Bruce Momjian1998-02-131-2/+2
* Pass around typmod as int16.Bruce Momjian1998-02-101-4/+4
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-21/+23
* Parser cleanup.Bruce Momjian1998-01-201-9/+8
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-12/+7
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-12/+12
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-041-3/+4
* Make parser functions static where possible.Bruce Momjian1997-11-261-4/+11
* Cleanup up include files.Bruce Momjian1997-11-261-26/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-0/+679