summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-011-17/+18
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-191-630/+244
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+3
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-291-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-24/+26
* Do not assign output columns to junk attributes created fromTom Lane1999-05-231-10/+11
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-4/+6
* Change resjunk to a boolean.Bruce Momjian1999-05-171-9/+10
* SELECT * error message fix.Bruce Momjian1999-05-171-4/+3
* Defend against 'update oid'. Someday we might want to supportTom Lane1999-04-291-1/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-3/+3
* 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