| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Include NOLOGIN roles in the 'flat' password file. In the original | Tom Lane | 2007-10-15 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Add some comments about the safety of accessing rolpassword without using | Tom Lane | 2007-06-12 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 |
* | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Use SnapshotNow instead of SnapshotSelf for reading the catalogs | Tom Lane | 2005-02-20 |
* | Flat file cleanup phase 2: make it work for pg_group. The flat group | Tom Lane | 2005-02-20 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |