| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix previous patch so that it actually works --- consider TRUNCATE foo, publi... | Tom Lane | 2008-07-16 | 1 | -4/+7 |
| * | Allow TRUNCATE foo, foo to succeed, per report from Nikhils. | Bruce Momjian | 2008-07-16 | 1 | -1/+4 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Make DROP INDEX lock the parent table before locking the index. This behavior | Tom Lane | 2008-06-15 | 1 | -1/+23 |
| * | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane | 2008-06-15 | 1 | -2/+71 |
| * | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 | 1 | -11/+212 |
| * | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane | 2008-05-19 | 1 | -6/+6 |
| * | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 1 | -1/+56 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+3 |
| * | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -260/+587 |
| * | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 | 1 | -1/+6 |
| * | Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts | Tom Lane | 2008-03-31 | 1 | -3/+9 |
| * | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 1 | -1/+60 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -1/+2 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -2/+2 |
| * | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 | 1 | -24/+51 |
| * | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 | 1 | -2/+2 |
| * | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane | 2008-01-30 | 1 | -51/+57 |
| * | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane | 2008-01-17 | 1 | -3/+14 |
| * | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane | 2008-01-02 | 1 | -40/+50 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -2/+1 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -101/+103 |
| * | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 | 1 | -15/+8 |
| * | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane | 2007-10-12 | 1 | -1/+8 |
| * | Improve consistency of the error messages generated when you try to use | Tom Lane | 2007-09-29 | 1 | -20/+45 |
| * | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 1 | -4/+7 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+6 |
| * | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 | 1 | -1/+2 |
| * | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 | 1 | -4/+22 |
| * | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -27/+30 |
| * | Clarify some error messages about duplicate things. | Peter Eisentraut | 2007-06-03 | 1 | -5/+5 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 1 | -10/+10 |
| * | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera | 2007-05-18 | 1 | -3/+8 |
| * | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera | 2007-05-16 | 1 | -3/+3 |
| * | Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since | Tom Lane | 2007-05-14 | 1 | -3/+4 |
| * | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 | 1 | -5/+7 |
| * | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 | 1 | -15/+27 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 1 | -6/+27 |
| * | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane | 2007-04-08 | 1 | -29/+2 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -12/+66 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -2/+8 |
| * | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 | 1 | -5/+1 |
| * | Fix new RI operator selection code to do the right thing when working with | Tom Lane | 2007-02-16 | 1 | -19/+40 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -433/+130 |
| * | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 | 1 | -7/+50 |
| * | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 | 1 | -1/+5 |