summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-39/+4
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-251-2/+2
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-7/+7
* It seems that SPI_prepare() doesn't work well in some cases.Bruce Momjian1999-01-211-2/+2
* Copy RowMark node (it's for (-:)) FOR UPDATE).Vadim B. Mikheev1999-01-211-1/+17
* Implement CASE expression.Thomas G. Lockhart1998-12-041-1/+48
* Fix using indices in OR.Vadim B. Mikheev1998-11-221-1/+2
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-221-1/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-15/+15
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-4/+4
* Allow index use with OR clauses.Bruce Momjian1998-08-011-6/+6
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-5/+5
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-6/+6
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* 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