| Commit message (Expand) | Author | Age |
* | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane | 2001-05-10 |
* | 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 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | prevent open failure of VIEW | Hiroshi Inoue | 2000-11-13 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut | 2000-10-02 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | Ensure that kernel error code is included in smgr-level error reports. | Tom Lane | 2000-06-19 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane | 2000-04-10 |
* | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | 1999-11-04 |
* | Repair a bunch of problems in md.c. This builds on Hiroshi's | Tom Lane | 1999-09-02 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | 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 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Add disk space message to "can not extend" message. | Bruce Momjian | 1999-04-23 |
* | 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 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Cleanup Name usage. | Bruce Momjian | 1998-07-20 |
* | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 |
* | rename MAIN_MEMORY to STABLE_MEMORY_STORAGE | Bruce Momjian | 1998-06-23 |
* | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 |
* | From: Maurice Gittens <mgittens@david.gits.nl> | Marc G. Fournier | 1998-04-01 |
* | 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 |