| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 | 1 | -3/+3 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -3/+3 |
| * | Clean up loose ends remaining from schema privileges discussion. | Tom Lane | 2002-04-30 | 1 | -21/+47 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -6/+6 |
| * | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 | 1 | -16/+23 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 1 | -10/+17 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -4/+5 |
| * | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -16/+4 |
| * | Update new Russian FAQ. | Bruce Momjian | 2002-04-12 | 1 | -6/+6 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -7/+2 |
| * | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane | 2002-04-01 | 1 | -1/+11 |
| * | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane | 2002-03-31 | 1 | -16/+4 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -4/+2 |
| * | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 | 1 | -3/+7 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -53/+74 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -55/+63 |
| * | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | 1 | -6/+2 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -5/+1 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -44/+35 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -38/+44 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -3/+3 |
| * | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian | 2002-03-19 | 1 | -24/+3 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -1/+19 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -10/+1 |
| * | Fix syntax error introduced by patch. | Bruce Momjian | 2002-03-06 | 1 | -31/+1 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -1/+16 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -3/+5 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -1/+9 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -109/+21 |
| * | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | 2002-02-24 | 1 | -3/+4 |
| * | Removed a check for REINDEX TABLE. | Hiroshi Inoue | 2002-02-07 | 1 | -10/+1 |
| * | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane | 2002-01-03 | 1 | -1/+8 |
| * | Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3 | Tom Lane | 2001-11-20 | 1 | -2/+11 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -5/+3 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |
| * | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 | 1 | -2/+2 |
| * | Fix typo in error message. Noted by laser@zhengmai.com.cn. | Tom Lane | 2001-10-09 | 1 | -2/+2 |
| * | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | 1 | -2/+2 |
| * | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 | 1 | -2/+2 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -2/+1 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -13/+1 |
| * | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 1 | -2/+4 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 1 | -6/+6 |
| * | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 | 1 | -13/+1 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -3/+3 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -11/+18 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -12/+11 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -33/+34 |
| * | Add permission check for CHECKPOINT. | Peter Eisentraut | 2001-01-27 | 1 | -1/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |