]> granicus.if.org Git - postgresql/history - src/backend/parser
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
[postgresql] / src / backend / parser /
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-27 Tom LaneSync psql's scanner with recent changes in backend...
2009-09-25 Peter EisentrautPrevent isolated second surrogate in U& syntax
2009-09-25 Peter EisentrautRemove backup states from Unicode escapes patch
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-21 Peter EisentrautSurrogate pair support for U& string and identifier...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-08-26 Peter EisentrautAdd -Wno-error to CFLAGS from gram.o as long as it...
2009-08-18 Tom LaneAllow mixing of traditional and SQL:2008 LIMIT/OFFSET...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-13 Tom LaneAlthough the flex documentation avers that yyalloc...
2009-07-13 Tom LaneConvert the core lexer and parser into fully reentrant...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-06 Tom LanePer SQL spec (in particular, the grammar in SQL:2008...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-13 Tom LaneFix get_sort_group_operators() so that it doesn't think...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-04-28 Heikki LinnakangasMove SERVER to the right place in the alphabetically...
2009-04-24 Tom LaneFix some more 'variable may be used uninitialized'...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19 Tom LaneFix de-escaping checks so that we will reject \000...
2009-04-14 Tom LaneFix broken {xufailed} production that made HEAD fail on
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-03-26 Peter EisentrautGettext plural support
2009-03-08 Alvaro HerreraAdd comments about kwlookup.c expectations
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-03-04 Peter EisentrautClarify to the translator that yyerror() deals with...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-12 Peter EisentrautUse qualified_name instead of relation_expr for command...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-08 Tom LaneDefend against null input in analyze_requires_snapshot...
2009-01-07 Bruce MomjianAdd comment about why BETWEEN uses operator strings...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneThrow error if a <window definition> references a windo...
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-20 Tom LaneAdd missing semicolon, per buildfarm results. Martin...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-21 Peter EisentrautUse relation_expr for TABLE command, requested by Tom.
2008-11-20 Peter EisentrautTABLE command
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-13 Michael MeskesRemoved two non-terminals:
2008-11-12 Michael MeskesDo not use ICONST/SCONST in rules other than Iconst...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-10-31 Michael MeskesAdded missing ';'
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-29 Peter EisentrautSince SQL:2003, the array size specification in the...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-28 Peter EisentrautAdd WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-27 Peter EisentrautAllow EXPLAIN on CREATE TABLE AS.
2008-10-26 Tom LaneBetter solution to the IN-list issue: instead of having...
2008-10-25 Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-22 Peter EisentrautSQL:2008 alternative syntax for LIMIT/OFFSET:
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-20 Peter EisentrautSQL 200N -> SQL:2003
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-08 Tom LaneModify the parser's error reporting to include a specif...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-07 Tom LaneImprove parser error location for cases where an INSERT...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-06 Tom LaneFix GetCTEForRTE() to deal with the possibility that...
2008-10-06 Tom LaneFix the implicit-RTE code to be able to handle implicit...
2008-10-05 Tom LaneImprove behavior of WITH RECURSIVE with an untyped...
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
next