| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -3/+3 |
| * | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane | 2007-10-12 | 1 | -1/+7 |
| * | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 | 1 | -1/+29 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 1 | -9/+11 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -3/+11 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -9/+7 |
| * | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane | 2007-06-01 | 1 | -39/+49 |
| * | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 | 1 | -1/+4 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -6/+1 |
| * | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 | 1 | -1/+7 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 | 1 | -1/+8 |
| * | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 | 1 | -6/+6 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -18/+11 |
| * | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 | 1 | -6/+68 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -38/+38 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -19/+9 |
| * | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 1 | -211/+240 |
| * | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 | 1 | -42/+17 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -6/+11 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -5/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -4/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -18/+18 |
| * | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 | 1 | -3/+19 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -95/+91 |
| * | Use a safer order of operations in dropdb(): rollbackable operations, | Tom Lane | 2005-10-10 | 1 | -6/+6 |
| * | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 | 1 | -2/+3 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -4/+8 |
| * | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane | 2005-08-02 | 1 | -214/+165 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+106 |
| * | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 | 1 | -21/+32 |
| * | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway | 2005-07-08 | 1 | -89/+1 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -1/+17 |
| * | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 | 1 | -3/+3 |
| * | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 | 1 | -4/+8 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -26/+24 |
| * | Force a checkpoint before committing a CREATE DATABASE command. This | Tom Lane | 2005-06-25 | 1 | -1/+31 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 1 | -2/+2 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -3/+3 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -7/+1 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -21/+20 |
| * | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane | 2005-03-23 | 1 | -26/+112 |