aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAge
* Support for subselects.Vadim B. Mikheev1998-02-13
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Small varlena cleanup.Bruce Momjian1998-01-21
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Clean up of copyfuncs.Bruce Momjian1998-01-11
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Implementation of UNIONs.Bruce Momjian1997-12-24
* Reverse out Thomas's group clause change.Bruce Momjian1997-12-23
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-23
* Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart1997-12-23
* copy query cleanup.Bruce Momjian1997-12-18
* Fix copy for no aggregates.Bruce Momjian1997-12-18
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-18
* Cleanup of agg copy.Bruce Momjian1997-12-18
* Cleanup of agg copy.Bruce Momjian1997-12-18
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-18
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* + _copyGroup(Group *from)Vadim B. Mikheev1997-09-19
* Cleanup from patch applied.Bruce Momjian1997-09-13
* Fix for select null, "fail" from pg_am from Patrick van KleefBruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Fixed _copyRangeTblEntryVadim B. Mikheev1997-09-04
* Copy indexkeys in _copyIndexPath.Vadim B. Mikheev1997-04-10
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* Compile and warning cleanupBruce Momjian1996-11-08
* Fixes:Marc G. Fournier1996-08-19
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09