| Commit message (Expand) | Author | Age | Files | Lines |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 3 | -6/+6 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 22 | -43/+43 |
| * | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian | 2006-03-04 | 1 | -6/+2 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 1 | -2/+2 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -2/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+6 |
| * | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 | 1 | -1/+2 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -9/+13 |
| * | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane | 2005-12-14 | 1 | -1/+2 |
| * | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 | 2 | -6/+8 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 2 | -6/+6 |
| * | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 | 1 | -2/+2 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 5 | -5/+14 |
| * | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 | 3 | -7/+8 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 10 | -39/+39 |
| * | Minor API cleanup for async notifications: we can only register the | Neil Conway | 2005-10-06 | 1 | -4/+4 |
| * | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 | 1 | -18/+1 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -4/+5 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -0/+1 |
| * | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 | 1 | -1/+4 |
| * | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 | 1 | -1/+2 |
| * | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 4 | -5/+17 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+2 |
| * | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 | 1 | -1/+4 |
| * | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -2/+2 |
| * | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway | 2005-07-08 | 1 | -12/+3 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 7 | -27/+23 |
| * | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 | 1 | -4/+5 |
| * | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 | 1 | -1/+2 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -1/+5 |
| * | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 | 1 | -1/+2 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 3 | -6/+3 |
| * | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 | 1 | -2/+11 |
| * | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian | 2005-05-10 | 1 | -2/+3 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -1/+2 |
| * | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 | 1 | -3/+3 |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -2/+2 |
| * | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane | 2005-03-23 | 1 | -5/+30 |
| * | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 | 1 | -1/+2 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -12/+1 |
| * | Add support for temporary views, including documentation and regression | Neil Conway | 2005-02-02 | 1 | -2/+2 |
| * | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 2 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 20 | -40/+40 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -1/+4 |
| * | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 | 1 | -1/+3 |
| * | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane | 2004-10-17 | 1 | -1/+3 |
| * | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 1 | -4/+4 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 2 | -7/+8 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -13/+15 |