| Commit message (Expand) | Author | Age |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue | 2000-03-01 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | 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 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | 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 |
* | index_insert has now HeapRelation as last param (for | Vadim B. Mikheev | 1997-01-10 |
* | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 |
* | another directory cleaned of extraneous #includes | Marc G. Fournier | 1996-11-05 |
* | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 |
* | Remove -I../.. and -I../../include from Makefile | Marc G. Fournier | 1996-10-31 |
* | Take out the PERFECT_MMGR #ifdefs: | Marc G. Fournier | 1996-10-24 |
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
* | -Wall'd | Marc G. Fournier | 1996-10-21 |
* | First pass at fixing my own mistakes | Marc G. Fournier | 1996-10-20 |
* | Okay...another directory cleaned out and compilable | Marc G. Fournier | 1996-10-20 |
* | There, now we support GiST...now what? :) | Marc G. Fournier | 1996-08-26 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |