| Commit message (Expand) | Author | Age |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | WriteBuffer return value: | Bruce Momjian | 2002-06-15 |
* | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | 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 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 |
* | 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 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 |
* | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 |
* | I had to change buffer tag: now RelFileNode is used instead of | Vadim B. Mikheev | 2000-10-18 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Clean up comments. | Tom Lane | 1999-11-21 |
* | 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 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | 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 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Lmgr cleanup, new locking modes for LLL. | Vadim B. Mikheev | 1998-08-01 |
* | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 |
* | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | 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 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-28 |
* | Restructure padding to handle structure already 128 bytes(alpha). | Bruce Momjian | 1997-01-25 |
* | Remove SB_PAD. Compute padding at compile time. | Bruce Momjian | 1997-01-23 |