Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | pgindent run. | Bruce Momjian | 2002-09-04 |
| | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
| | | | | | | | yesterday's proposal to pghackers. Also remove unnecessary parameters to heap_beginscan, heap_rescan. I modified pg_proc.h to reflect the new numbers of parameters for the AM interface routines, but did not force an initdb because nothing actually looks at those fields. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
| | |||
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
| | |||
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
| | | | | | functions that take pass-by-value datatypes. Should be ready for port testing ... | ||
* | Add: | Bruce Momjian | 2000-01-26 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
| | |||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
| | |||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 |
| | | | | indenting. Also static variable indenting. | ||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
| | |||
* | Fix memory overhelding while forming index' result: | Vadim B. Mikheev | 1996-11-21 |
| | | | | | memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc. | ||
* | One more to go | Marc G. Fournier | 1996-11-05 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | More of the same...clean Makefile, add include files | Marc G. Fournier | 1996-10-31 |
| | |||
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
| | |||
* | More #include cleanups | Marc G. Fournier | 1996-10-20 |
| | | | | | Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct | ||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |