summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_clause.c
AgeCommit message (Expand)Author
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-16Small updates to #include lists for pending optimizer checkin.Tom Lane
1999-07-19Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-13Surround a variable declaration with ENABLE_OUTER_JOINS to suppressThomas G. Lockhart
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-02-23Include some new code for outer joins. Disabled by default, but enable byThomas G. Lockhart
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-02Fixed failed assertion happening in multiple action rulesJan Wieck
1998-09-25Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-25Make sure resdomno for update/insert match attribute number forBruce Momjian
1998-08-05From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier
1998-08-02Allows the following query to succeed: "SELECT NULL ORDER BY 1;"Thomas G. Lockhart
1998-07-14Fix for UNION selects with constant NULL expressions; e.g.Thomas G. Lockhart
1998-07-09Handle case of GROUP BY target list column number out of range.Thomas G. Lockhart
1998-07-08Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart
1998-06-05I made several adjustments to my earlier patch to handle theBruce Momjian
1998-05-29Do type conversion to match columns in UNION clauses.Thomas G. Lockhart
1998-05-21From: David Hartwig <daveh@insightdist.com>Marc G. Fournier
1998-03-31Merge rename name page into alter table. Fix UNION with DISTINCTBruce Momjian
1998-03-18Add checks for UNION target fields, and add optional TABLE to LOCKBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-20FIx for regression-test found bug.Bruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-20Parser cleanup.Bruce Momjian
1998-01-19Create SubLink nodes in parser for Vadim.Bruce Momjian
1998-01-06Fix sorting of multiple fields broken with UNION.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-29Fix for ORDER BY in UNION.Bruce Momjian
1997-12-29UNION cleanup again.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian