| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 1 | -1/+13 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -11/+11 |
| * | Refactor CheckDropPermissions() to move some initialization code for | Neil Conway | 2004-05-07 | 1 | -12/+30 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -123/+8 |
| * | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 | 1 | -2/+2 |
| * | Fix for BEGIN with ISOLATION/READONLY clauses. | Bruce Momjian | 2004-04-19 | 1 | -9/+6 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -3/+4 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 | 1 | -2/+2 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -3/+1 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -69/+76 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -8/+10 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -55/+103 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -95/+78 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 1 | -20/+3 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -4/+136 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -1/+384 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 1 | -1/+4 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 1 | -1/+6 |
| * | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 | 1 | -10/+3 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -3/+7 |
| * | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
| * | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 1 | -2/+7 |
| * | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane | 2003-02-10 | 1 | -27/+19 |
| * | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 | 1 | -2/+2 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -10/+115 |
| * | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 | 1 | -5/+15 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -11/+3 |
| * | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian | 2002-12-30 | 1 | -2/+2 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -1/+45 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -45/+1 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -1/+45 |
| * | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 | 1 | -6/+3 |
| * | Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 | 1 | -2/+1 |
| * | Move responsibility for setting QuerySnapshot for utility statements | Tom Lane | 2002-10-08 | 1 | -9/+2 |
| * | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 | 1 | -6/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -69/+85 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 1 | -2/+2 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -4/+6 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -7/+2 |
| * | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 | 1 | -9/+16 |
| * | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 | 1 | -3/+2 |
| * | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian | 2002-08-17 | 1 | -4/+3 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -1/+15 |
| * | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 | 1 | -15/+10 |
| * | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 | 1 | -1/+23 |