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