| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -1/+2 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -2/+1 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -1/+2 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -1/+2 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -1/+35 |
| * | Remove gratuitous discrepancy between extract() and date_part(), | Peter Eisentraut | 2001-10-10 | 1 | -3/+1 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -1/+2 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -1/+2 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -2/+1 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -1/+3 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -2/+1 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -1/+2 |
| * | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 | 1 | -1/+2 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -1/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+8 |
| * | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane | 2001-02-21 | 1 | -10/+53 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 | 1 | -2/+1 |
| * | Remove current->old mapping. | Bruce Momjian | 2000-12-15 | 1 | -3/+1 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 1 | -1/+2 |
| * | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian | 2000-11-08 | 1 | -1/+2 |
| * | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart | 2000-11-06 | 1 | -1/+2 |
| * | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 | 1 | -1/+2 |
| * | This patch implements the following command: | Bruce Momjian | 2000-09-12 | 1 | -1/+2 |
| * | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 | 1 | -1/+4 |
| * | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 | 1 | -5/+8 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -2/+3 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -3/+5 |
| * | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 | 1 | -6/+2 |
| * | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 | 1 | -2/+6 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+6 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -1/+2 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -2/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 1 | -1/+2 |
| * | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart | 2000-03-21 | 1 | -1/+2 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+2 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+3 |
| * | Add "DEC" as synonym for "DECIMAL". | Thomas G. Lockhart | 2000-02-15 | 1 | -1/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | create/alter user extension | Bruce Momjian | 1999-11-30 | 1 | -1/+2 |
| * | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian | 1999-10-15 | 1 | -1/+2 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 1 | -1/+8 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -3/+1 |
| * | Add keywords to implement Vadim's transaction isolation | Thomas G. Lockhart | 1999-05-12 | 1 | -3/+8 |
| * | Add temporary for temp. | Bruce Momjian | 1999-04-19 | 1 | -1/+2 |
| * | Really remove Recipe. | Bruce Momjian | 1999-03-07 | 1 | -2/+1 |