| Commit message (Expand) | Author | Age |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Modify keys_are_unique optimization to release buffer pins before it | Tom Lane | 2003-03-24 |
* | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |
* | 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 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | 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 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | 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 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | More cleanups | Marc G. Fournier | 1996-11-05 |
* | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 |
* | Same clean up of Makefile, and addition of include files | Marc G. Fournier | 1996-10-31 |
* | -Wall'd ... I missed a subdir under access :( | Marc G. Fournier | 1996-10-21 |
* | More #include cleanups | Marc G. Fournier | 1996-10-20 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |