Age | Commit message (Expand) | Author |
2011-02-12 | DDL support for collations | Peter Eisentraut |
2011-02-08 | Per-column collation support | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-11-25 | Object access hook framework, with post-creation hook. | Robert Haas |
2010-11-12 | Move copydir() prototype into its own header file. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas |
2010-07-20 | Properly replay CREATE TABLESPACE during crash recovery by deleting | Bruce Momjian |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
2010-01-16 | Lock database while running drop database in Hot Standby to protect | Simon Riggs |
2010-01-14 | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs |
2010-01-10 | During Hot Standby, fix drop database when sessions idle. | Simon Riggs |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-05-06 | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane |
2009-05-05 | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane |
2009-04-23 | Don't use the result of strcmp as if it were a boolean. | Tom Lane |
2009-04-15 | Add missing periods. | Alvaro Herrera |
2009-04-06 | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas |
2009-01-30 | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
2008-10-09 | Force a checkpoint in CREATE DATABASE before starting to copy the files, | Heikki Linnakangas |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
2008-08-04 | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-04-18 | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane |
2008-04-18 | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas |
2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-10-16 | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander |
2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
2007-10-12 | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane |
2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
2007-04-12 | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane |