| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+5 |
| * | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 | 1 | -14/+15 |
| * | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 | 1 | -3/+3 |
| * | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 | 1 | -33/+46 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 1 | -8/+13 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 1 | -36/+24 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -20/+20 |
| * | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 | 1 | -5/+5 |
| * | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas | 2008-10-07 | 1 | -1/+12 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 1 | -3/+7 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -2/+3 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -4/+7 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -1/+2 |
| * | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -32/+40 |
| * | 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 |