aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-06
* Tweak a comment to agree a bit better with the new dispensation thatTom Lane2009-05-05
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-23
* Add missing periods.Alvaro Herrera2009-04-15
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas2009-01-30
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas2008-10-09
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-23
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Improve CREATE/DROP/RENAME DATABASE so that when failing because the sourceTom Lane2008-08-04
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-16
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Remove hack in pg_tablespace_aclmask() that disallowed permissionsTom Lane2007-10-12
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-28
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-01
* Cancel pending fsync requests during WAL replay of DROP DATABASE, per bugTom Lane2007-04-12
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane2007-02-09
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-17
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-18
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12