index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Age
Commit message (
Expand
)
Author
2008-04-17
Repair two places where SIGTERM exit could leave shared memory state
Tom Lane
2007-04-12
Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug
Tom Lane
2007-01-27
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
Tom Lane
2006-11-05
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-10-18
Add some code to CREATE DATABASE to check for pre-existing subdirectories
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-07-10
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-05-04
Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.
Tom Lane
2006-05-03
Create a syscache for pg_database-indexed-by-oid, and make use of it
Tom Lane
2006-03-29
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-24
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-12
I've created a new shared catalog table pg_shdescription to store
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
DROP DATABASE IF EXISTS variant
Andrew Dunstan
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-10
Use a safer order of operations in dropdb(): rollbackable operations,
Tom Lane
2005-08-22
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-12
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-02
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-07-31
Add per-user and per-database connection limit options.
Tom Lane
2005-07-14
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-08
Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Neil Conway
2005-07-07
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-06-30
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-29
More cleanup on roles patch. Allow admin option to be inherited through
Tom Lane
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-25
Force a checkpoint before committing a CREATE DATABASE command. This
Tom Lane
2005-06-21
Cause initdb to create a third standard database "postgres", which
Tom Lane
2005-06-06
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-05-19
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-03-23
WAL must log CREATE and DROP DATABASE operations *without* using any
Tom Lane
2005-03-12
When cloning template0 (or other fully-frozen databases), set the new
Tom Lane
2005-03-12
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
Tom Lane
2005-03-04
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-02-26
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-01-27
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-11-18
Force pg_database updates out to disk immediately after ALTER DATABASE;
Tom Lane
2004-10-28
On Windows, force a checkpoint just before dropping a database's physical
Tom Lane
2004-10-17
Give a more user-friendly error message in situation where CREATE DATABASE
Tom Lane
2004-08-30
Dept. of second thoughts: it'd be a good idea to flush buffers
Tom Lane
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
[next]