summaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-3/+3
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-1/+2
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-031-2/+5
* Link in keywords file instead of copying it.Michael Meskes2008-05-211-2/+5
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-1/+3
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-5/+14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+4
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-241-2/+1
* Avoid using TEXT as a Bison symbol, since this provokes warnings onTom Lane2007-08-211-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+7
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-181-372/+380
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-1/+2
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-1/+3
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-1/+3
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-1/+2
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+2
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-1/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-10/+10
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+18
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-071-1/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+2
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+2
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+1
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-151-1/+2
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-271-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian2005-12-271-3/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+3
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-191-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-1/+3
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+2
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-1/+3
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-1/+3
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+8
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-1/+2
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-1/+3
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-221-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+2
* Add BETWEEN SYMMETRIC.Bruce Momjian2005-06-141-1/+3
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-071-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-1/+3
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-121-4/+1