summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-21Constlen can be -1, so make it a signed type.Bruce Momjian
1998-02-21First step done,Marc G. Fournier
1998-02-18GroupState changed.Vadim B. Mikheev
1998-02-13New SubPlan node for subselects.Vadim B. Mikheev
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-19Fix problem with nodes handling.Bruce Momjian
1998-01-19Create SubLink nodes in parser for Vadim.Bruce Momjian
1998-01-17Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian
1998-01-11Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian
1998-01-10Bye CursorStmt, now use SelectStmt.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-04Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian
1997-12-27UNION work for UNION ALL and other union stuff.Bruce Momjian
1997-12-24Implementation of UNIONs.Bruce Momjian
1997-12-23Change field name in RetrieveStmt from selectClause to unionClause.Thomas G. Lockhart
1997-12-18Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian
1997-12-04Change Constraint structure to be a full node structure.Thomas G. Lockhart
1997-12-04Add Constraint node type.Thomas G. Lockhart
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Archive cleanups.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-09-29MOVE implementation (added bool ismove to FetchStmt).Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-01+ Member for actions in CreateTrigStmt.Vadim B. Mikheev
1997-09-01Add structure for subselects.Thomas G. Lockhart
1997-08-31CREATE/DROP TRIGGER statement nodesVadim B. Mikheev
1997-08-27Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev
1997-08-22ConstraintDef changedVadim B. Mikheev
1997-08-21+ struct ConstaintDef - for constraints.Vadim B. Mikheev
1997-08-20CHECK/DEFAULT syntaxVadim B. Mikheev
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-08-06Allow internal sorts to be stored in memory rather than in files.Bruce Momjian