| Commit message (Expand) | Author | Age |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 |
* | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 |
* | Add comments about kwlookup.c expectations | Alvaro Herrera | 2009-03-08 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 |
* | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut | 2008-10-22 |
* | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane | 2008-07-03 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 |
* | Avoid using TEXT as a Bison symbol, since this provokes warnings on | Tom Lane | 2007-08-21 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 |
* | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut | 2006-10-07 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Protect ADD and HEADER symbols from conflicting with MIPS includes. | Bruce Momjian | 2005-12-27 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |