| Commit message (Expand) | Author | Age | Files | Lines |
| * | Message improvements | Peter Eisentraut | 2014-10-12 | 1 | -1/+1 |
| * | Assorted message fixes and improvements | Peter Eisentraut | 2014-09-05 | 1 | -2/+4 |
| * | Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. | Tom Lane | 2014-07-01 | 1 | -9/+77 |
| * | Refactor CREATE/ALTER DATABASE syntax so options need not be keywords. | Tom Lane | 2014-07-01 | 1 | -23/+31 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -7/+8 |
| * | Introduce logical decoding. | Robert Haas | 2014-03-03 | 1 | -0/+15 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Rename various "freeze multixact" variables | Alvaro Herrera | 2013-09-16 | 1 | -1/+1 |
| * | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 | 1 | -58/+8 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -6/+9 |
| * | Extend object-access hook machinery to support post-alter events. | Robert Haas | 2013-03-17 | 1 | -0/+10 |
| * | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 | 1 | -10/+2 |
| * | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 | 1 | -4/+11 |
| * | Protect against SnapshotNow race conditions in pg_tablespace scans. | Tom Lane | 2013-01-18 | 1 | -3/+54 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Adjust more backend functions to return OID rather than void. | Robert Haas | 2012-12-29 | 1 | -4/+13 |
| * | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 | 1 | -2/+8 |
| * | Split out rmgr rm_desc functions into their own files | Alvaro Herrera | 2012-11-28 | 1 | -24/+0 |
| * | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
| * | Split resowner.h | Alvaro Herrera | 2012-08-28 | 1 | -0/+1 |
| * | Add more message pluralization | Peter Eisentraut | 2012-06-15 | 1 | -9/+10 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -13/+13 |
| * | Consistently quote encoding and locale names in messages | Peter Eisentraut | 2012-04-13 | 1 | -6/+6 |
| * | Replace empty locale name with implied value in CREATE DATABASE and initdb. | Tom Lane | 2012-03-25 | 1 | -3/+6 |
| * | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 | 1 | -1/+11 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Comment changes to show bgwriter no longer performs checkpoints. | Simon Riggs | 2011-11-01 | 1 | -4/+4 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -5/+0 |
| * | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 | 1 | -1/+4 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -6/+6 |
| * | DDL support for collations | Peter Eisentraut | 2011-02-12 | 1 | -56/+60 |
| * | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -2/+2 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+4 |
| * | Move copydir() prototype into its own header file. | Robert Haas | 2010-11-12 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -23/+16 |
| * | Properly replay CREATE TABLESPACE during crash recovery by deleting | Bruce Momjian | 2010-07-20 | 1 | -1/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -24/+26 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -16/+6 |
| * | Lock database while running drop database in Hot Standby to protect | Simon Riggs | 2010-01-16 | 1 | -1/+20 |
| * | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 | 1 | -24/+2 |
| * | During Hot Standby, fix drop database when sessions idle. | Simon Riggs | 2010-01-10 | 1 | -14/+19 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -1/+23 |
| * | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 | 1 | -8/+12 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -81/+25 |
| * | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -39/+11 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -49/+51 |
| * | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane | 2009-05-06 | 1 | -10/+28 |