| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane | 2009-05-05 | 1 | -4/+6 |
| * | Don't use the result of strcmp as if it were a boolean. | Tom Lane | 2009-04-23 | 1 | -3/+3 |
| * | Add missing periods. | Alvaro Herrera | 2009-04-15 | 1 | -3/+3 |
| * | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 1 | -7/+7 |
| * | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas | 2009-01-30 | 1 | -1/+13 |
| * | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 | 1 | -1/+4 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -2/+350 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -27/+27 |
| * | Force a checkpoint in CREATE DATABASE before starting to copy the files, | Heikki Linnakangas | 2008-10-09 | 1 | -4/+9 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -10/+1 |
| * | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 | 1 | -2/+17 |
| * | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -11/+83 |
| * | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane | 2008-08-04 | 1 | -7/+40 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+4 |
| * | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 | 1 | -4/+4 |
| * | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas | 2008-04-18 | 1 | -7/+9 |
| * | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 1 | -13/+32 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -21/+21 |
| * | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander | 2007-10-16 | 1 | -2/+9 |