| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -2/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -42/+43 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -7/+7 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -57/+125 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -3/+4 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -183/+127 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -6/+5 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -3/+3 |
| * | Fix obsolete error message (isImmutable doesn't exist). | Tom Lane | 2003-01-23 | 1 | -3/+3 |
| * | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 | 1 | -2/+48 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -5/+2 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -1/+4 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -3/+3 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -25/+24 |
| * | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 | 1 | -1/+6 |
| * | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane | 2002-09-23 | 1 | -2/+2 |
| * | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane | 2002-09-19 | 1 | -21/+6 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -5/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+12 |
| * | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -5/+6 |
| * | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane | 2002-08-29 | 1 | -17/+15 |
| * | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane | 2002-08-16 | 1 | -1/+4 |
| * | Backed out. It is part of a later patch. | Bruce Momjian | 2002-08-15 | 1 | -4/+1 |
| * | Appears there is a problem finding the opclass when indexing a domain. | Bruce Momjian | 2002-08-15 | 1 | -1/+4 |
| * | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 | 1 | -3/+3 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -9/+3 |
| * | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 | 1 | -34/+5 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -4/+4 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -3/+10 |
| * | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 | 1 | -7/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -3/+3 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -2/+3 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -1/+20 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -36/+79 |
| * | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -9/+20 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+4 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -5/+6 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -7/+8 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -4/+2 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -32/+42 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -6/+4 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -4/+4 |
| * | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane | 2002-01-03 | 1 | -7/+18 |
| * | Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3 | Tom Lane | 2001-11-20 | 1 | -3/+5 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -19/+21 |
| * | Allow concurrent index creation for the same table. | Hiroshi Inoue | 2001-10-24 | 1 | -2/+2 |
| * | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane | 2001-10-04 | 1 | -4/+14 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -109/+81 |