Commits

DateSubjectAuthorReleases
2016-03-24 Move keywords.c/kwlookup.c into src/common/. Tom Lane 9.6.0
2009-07-14 Tweak the core scanner so that it can be used by plpgsql too. Tom Lane 9.0.0
2009-07-12 Move some declarations in the raw-parser header files to create a clearer Tom Lane 9.0.0
2008-12-31 Add some basic support for window frame clauses to the window-functions Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-07-03 Add a function pg_get_keywords() to let clients find out the set of keywords Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2007-08-21 Avoid using TEXT as a Bison symbol, since this provokes warnings on Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-06-18 Arrange for quote_identifier() and pg_dump to not quote keywords that are Tom Lane 8.3.0
2007-06-11 Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-01-23 Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR Tom Lane 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-12-24 Code review for XML patch. Instill a bit of sanity in the location of Tom Lane 8.3.0
2006-08-25 Add the ability to create indexes 'concurrently', that is, without Tom Lane 8.2.0
2006-08-12 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. Tom Lane 8.2.0
2006-07-31 Change the bootstrap sequence so that toast tables for system catalogs are Tom Lane 8.2.0
2006-07-15 Fix some missing inclusions identified with new pgcheckdefines tool. Tom Lane 8.2.0
2005-08-23 Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to Tom Lane 8.1.0
2005-07-31 Add per-user and per-database connection limit options. Tom Lane 8.1.0