aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Rewrite hash join to use simple linked lists instead of aTom Lane1999-05-18
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* Fix some nasty coredump bugs in hashjoin. This code was justTom Lane1999-05-06
* Add missing function prototypes to stifle gcc warnings.Tom Lane1999-04-16
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Bring debugging print statement declarations up to date.Thomas G. Lockhart1999-02-23
* Add constants for outer join states in executor.Thomas G. Lockhart1999-02-23
* Fix typos in comments.Thomas G. Lockhart1999-02-23
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Optimizer cleanup.Bruce Momjian1999-02-12
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-27
* Hi!Bruce Momjian1999-01-18
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* New QUERY_LIMIT set command.Bruce Momjian1998-10-14
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Patch for ReScan of Group.Bruce Momjian1998-07-16
* Allow UNION/UNION ALL in subselects.Bruce Momjian1998-07-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-23
* Subselects...Vadim B. Mikheev1998-02-13
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-19
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-14
* Add pg_type.h to include list to regain declaration of type OID assignments.Thomas G. Lockhart1997-11-30
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20