summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGroup.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-8/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-3/+4
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-5/+3
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-21/+42
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-5/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-22/+28
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-81/+129
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-5/+5
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-7/+13
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,Tom Lane1999-07-111-1/+7
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-7/+7
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-12/+11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+2
* Fix for Group ReScan suggested by Vadim.Bruce Momjian1998-07-161-1/+5
* Patch for ReScan of Group.Bruce Momjian1998-07-161-1/+10
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-23/+24
* New nodeGroup.c code uses own copy of first tuple in a group.Vadim B. Mikheev1998-02-181-85/+58
* Pass around typmod as int16.Bruce Momjian1998-02-101-3/+3
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-3/+5
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+1
* Reversed out group by patch.Bruce Momjian1998-01-271-6/+3
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-01-261-3/+6
* Free ascii representations of compared values!Vadim B. Mikheev1997-10-271-1/+7
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-12/+12
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-27/+27
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-302/+330
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+3
* More compile cleanupsBruce Momjian1996-11-081-1/+2
* Compile and warning cleanupBruce Momjian1996-11-081-1/+2
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+407