aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-08
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut2008-10-27
* SQL:2008 alternative syntax for LIMIT/OFFSET:Peter Eisentraut2008-10-22
* Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut2008-10-21
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-16
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* Avoid using TEXT as a Bison symbol, since this provokes warnings onTom Lane2007-08-21
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-18
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-07
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian2005-12-27