| Commit message (Expand) | Author | Age |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 |
* | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane | 1999-09-26 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | 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 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 |
* | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 |
* | Fix executor to work correctly with mergejoins where left and | Tom Lane | 1999-02-28 |
* | Define JoinExpr structure for outer join syntax. | Thomas G. Lockhart | 1999-02-23 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Changed ExecConstraints() and ExecRelCheck() to cache the constraints | Jan Wieck | 1999-02-07 |
* | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 |
* | SELECT FOR UPDATE is implemented... | Vadim B. Mikheev | 1999-01-25 |
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Update mark/reset index code for multiple indexes, (OR code). | Bruce Momjian | 1998-08-03 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | GroupState changed. | Vadim B. Mikheev | 1998-02-18 |
* | New SubPlan node for subselects. | Vadim B. Mikheev | 1998-02-13 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 |
* | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | 1997-08-06 |
* | another pass through. | Marc G. Fournier | 1996-11-04 |
* | More cleans of the inter-dependencies in the #include files | Marc G. Fournier | 1996-11-03 |
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
* | More include files cleaned up | Marc G. Fournier | 1996-10-20 |
* | Welp, another subdirectory cleaned out of redundant/unused #include | Marc G. Fournier | 1996-10-19 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 |