summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
...
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-271-1/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-268-44/+71
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-232-2/+4
* Subselects...Vadim B. Mikheev1998-02-138-8/+36
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-17/+1
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-245-20/+12
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-191-1/+3
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-37/+19
* Add pg_type.h to include list to regain declaration of type OID assignments.Thomas G. Lockhart1997-11-301-0/+1
* Make parser functions static where possible.Bruce Momjian1997-11-261-3/+3
* Cleanup up include files.Bruce Momjian1997-11-261-1/+9
* Cleanup up include files.Bruce Momjian1997-11-2615-30/+76
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-1/+0
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-3/+3
* Make GetAttributeByNum visible again for external use.Bruce Momjian1997-09-271-3/+4
* + SPI_palloc(), SPI_repalloc(), SPI_pfree()Vadim B. Mikheev1997-09-241-0/+3
* Added: SPI_copytuple() & SPI_modifytuple()Vadim B. Mikheev1997-09-121-1/+5
* char* --> DatumVadim B. Mikheev1997-09-121-1/+1
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-1/+1
* Cleanups.Vadim B. Mikheev1997-09-111-3/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0821-177/+177
* Add typdefs to pgindent run.Bruce Momjian1997-09-082-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-0822-192/+192
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0723-593/+624
* Cleanups.Vadim B. Mikheev1997-09-061-15/+6
* Prototypes, definitions...Vadim B. Mikheev1997-09-041-12/+37
* SPI manager.Vadim B. Mikheev1997-08-291-0/+69
* + ExecConstraints ()Vadim B. Mikheev1997-08-221-1/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-197-70/+7
* Fix for SELECT * INTO TABLE for char(), varchar() fields.Bruce Momjian1997-05-311-1/+4
* Added needed prototype.Bruce Momjian1996-12-261-1/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-102-7/+3
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-081-1/+7
* Another run through.Marc G. Fournier1996-11-052-18/+7
* Make sure all the cleaned up includes are commitedMarc G. Fournier1996-11-041-4/+5
* another pass through.Marc G. Fournier1996-11-042-5/+6
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-032-47/+12
* remove:Marc G. Fournier1996-10-311-2/+1
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-232-2/+6
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-2/+1
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-2822-0/+1255