aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane1999-11-12
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-30
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* 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