| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -327/+488 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 1 | -3/+3 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -60/+64 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | Prevent palloc(0) error when parent table has zero columns. | Tom Lane | 2003-04-21 | 1 | -3/+4 |
| * | Fix ALTER TABLE / CLUSTER ON breakage. | Bruce Momjian | 2003-03-21 | 1 | -1/+2 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 1 | -1/+85 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -3/+3 |
| * | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 1 | -2/+117 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -31/+29 |
| * | Reconsider old decision to try to constant-fold default and constraint | Tom Lane | 2003-01-08 | 1 | -2/+5 |
| * | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane | 2002-12-30 | 1 | -3/+7 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -11/+6 |
| * | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 | 1 | -6/+4 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -12/+13 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -2/+7 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -4/+4 |
| * | Fix compile warnings from truncate patch. | Tom Lane | 2002-11-23 | 1 | -2/+2 |
| * | Transaction safe Truncate | Bruce Momjian | 2002-11-23 | 1 | -15/+14 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -14/+1 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -6/+10 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -185/+147 |
| * | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 | 1 | -2/+216 |
| * | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane | 2002-11-02 | 1 | -15/+32 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -1/+11 |
| * | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 | 1 | -12/+38 |
| * | Back out Alvaro's patch until regression tests pass. | Bruce Momjian | 2002-10-19 | 1 | -38/+7 |
| * | Fix compile failure caused by new patch. | Bruce Momjian | 2002-10-19 | 1 | -2/+2 |
| * | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian | 2002-10-19 | 1 | -7/+38 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 1 | -26/+3 |
| * | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 | 1 | -1/+9 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -17/+66 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -251/+516 |
| * | Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures --- | Tom Lane | 2002-09-12 | 1 | -2/+2 |
| * | Remove heap_mark4update from AlterTableCreateToastTable. This has | Tom Lane | 2002-09-06 | 1 | -37/+15 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -125/+130 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -7/+5 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -68/+125 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -7/+6 |
| * | The following small patch provides a couple of minor updates (against | Bruce Momjian | 2002-08-28 | 1 | -7/+8 |
| * | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 | 1 | -3/+3 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -3/+3 |
| * | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane | 2002-08-22 | 1 | -14/+26 |
| * | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian | 2002-08-22 | 1 | -1/+35 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 1 | -30/+17 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -2/+7 |
| * | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 | 1 | -3/+3 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -98/+28 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -54/+148 |