summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-33/+34
* Partial fix for select distinct in subselect.Bruce Momjian1998-02-231-2/+5
* First step done,Marc G. Fournier1998-02-211-1/+2
* Support for subselects.Vadim B. Mikheev1998-02-131-1/+31
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+3
* Small varlena cleanup.Bruce Momjian1998-01-211-2/+2
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-1/+2
* 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/+27
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-2/+2
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-16/+3
* Clean up of copyfuncs.Bruce Momjian1998-01-111-80/+39
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-091-12/+14
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-041-1/+2
* Implementation of UNIONs.Bruce Momjian1997-12-241-2/+13
* Reverse out Thomas's group clause change.Bruce Momjian1997-12-231-19/+1
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-231-1/+19
* Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart1997-12-231-2/+20
* copy query cleanup.Bruce Momjian1997-12-181-2/+2
* Fix copy for no aggregates.Bruce Momjian1997-12-181-6/+11
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-22/+1
* Cleanup of agg copy.Bruce Momjian1997-12-181-2/+6
* Cleanup of agg copy.Bruce Momjian1997-12-181-2/+3
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-181-3/+8
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-3/+1
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-16/+3
* + _copyGroup(Group *from)Vadim B. Mikheev1997-09-191-1/+26
* Cleanup from patch applied.Bruce Momjian1997-09-131-2/+2
* Fix for select null, "fail" from pg_am from Patrick van KleefBruce Momjian1997-09-121-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-54/+54
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-7/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-310/+310
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1288/+1346
* Fixed _copyRangeTblEntryVadim B. Mikheev1997-09-041-3/+23
* Copy indexkeys in _copyIndexPath.Vadim B. Mikheev1997-04-101-1/+14
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+42
* Compile and warning cleanupBruce Momjian1996-11-081-3/+3
* Fixes:Marc G. Fournier1996-08-191-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1675