]> granicus.if.org Git - postgresql/history - src/include/parser
Add a new reloption, user_catalog_table.
[postgresql] / src / include / parser /
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-02 Alvaro HerreraFix crash in error report of invalid tuple lock
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-23 Alvaro HerreraTweak FOR UPDATE/SHARE error message wording (again)
2013-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-06-28 Robert HaasMake the OVER keyword unreserved.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-08-08 Tom LaneMerge parser's p_relnamespace and p_varnamespace lists...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-16 Peter EisentrautChange COLLATION keyword category
2012-03-31 Tom LaneAdd PGDLLIMPORT to ScanKeywords and NumScanKeywords.
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-23 Tom LaneCode review for protransform patches.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-15 Robert HaasRemove 13 keywords that are used only for ROLE options.
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-03-17 Tom LanePass incompletely-transformed aggregate argument lists...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-12 Tom LaneRemove pg_parse_string_token() --- not needed anymore.
2009-11-09 Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
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 LaneConvert the core lexer and parser into fully reentrant...
2009-07-13 Tom LaneFix up PGDLLIMPORT marking for standard_conforming_stri...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
next