| Commit message (Expand) | Author | Age |
... | |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. | Tom Lane | 2010-10-15 |
* | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane | 2010-08-18 |
* | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 |
* | Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. | Simon Riggs | 2010-07-28 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Fix unwarranted assumption that a cached rowtype would stick around | Tom Lane | 2010-02-03 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Disallow comments on columns of relation types other than tables, views, | Tom Lane | 2009-12-22 |
* | There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to | Tom Lane | 2009-12-20 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa... | Tom Lane | 2009-11-13 |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 |
* | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 |
* | Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null | Tom Lane | 2008-04-24 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Give an explicit error for serial[], rather than silently ignoring | Tom Lane | 2008-03-21 |
* | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 |
* | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane | 2007-10-29 |
* | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane | 2007-08-27 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 |