summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-143/+1
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-271-48/+47
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-31/+31
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-211-5/+13
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-211-2/+2
* Support for subselects.Vadim B. Mikheev1998-02-131-1/+5
* Pass around typmod as int16.Bruce Momjian1998-02-101-2/+2
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-4/+8
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-1/+5
* Parser cleanup.Bruce Momjian1998-01-201-2/+2
* Fix problem with nodes handling.Bruce Momjian1998-01-191-2/+2
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-171-1/+44
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-18/+6
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
* Fix for views and outnodes.Bruce Momjian1998-01-071-3/+1
* Cleanup of sort nodes and use of strtoul .Bruce Momjian1998-01-061-51/+53
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-62/+142
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-271-1/+2
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-23/+1
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-168/+168
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1528/+1671
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-7/+4
* Added _readAggreg() to work with T_Aggreg type.Vadim B. Mikheev1997-05-121-1/+42
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Compile and warning cleanupBruce Momjian1996-11-081-5/+5
* Fixes:Marc G. Fournier1996-07-311-3/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1948