]> granicus.if.org Git - postgresql/history - src/backend/parser
Further mucking with PlaceHolderVar-related restrictions on join order.
[postgresql] / src / backend / parser /
2015-08-09 Tom LaneRemove gram.y's precedence declaration for OVERLAPS.
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-26 Andres FreundFix flattening of nested grouping sets.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Andres FreundFix bug around assignment expressions containing indire...
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Tom LaneAnother typo fix.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-19 Peter EisentrautFix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-02 Noah MischRename coerce_type() local variable.
2015-05-01 Robert HaasDeparse named arguments to use the new => operator...
2015-04-30 Alvaro HerreraFix up some loose ends for CURRENT_USER as RoleSpec
2015-04-28 Tom LaneFix another test for RELKIND_RELATION that should allow...
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-26 Tom LaneAdd comments warning against generalizing default_with_...
2015-04-26 Bruce MomjianRevert: Honor OID status of CREATE LIKE'd tables
2015-04-20 Bruce MomjianHonor OID status of CREATE LIKE'd tables
2015-04-09 Fujii MasaoRemove obsolete FORCE option from REINDEX.
2015-04-03 Alvaro HerreraTransform ALTER TABLE/SET TYPE/USING expr during parse...
2015-03-31 Heikki LinnakangasRemove spurious semicolons.
2015-03-25 Alvaro HerreraFix gram.y comment to match reality
2015-03-24 Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-18 Alvaro HerreraSetup cursor position for schema-qualified elements
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-16 Alvaro HerreraSupport opfamily members in get_object_address
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-11 Robert HaasRequire non-NULL pstate for all addRangeTableEntryFor...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2015-03-10 Robert HaasAllow named parameters to be specified using => in...
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-03 Robert HaasRemove residual NULL-pstate handling in addRangeTableEntry.
2015-02-24 Tom LaneImprove parser's one-extra-token lookahead mechanism.
2015-02-23 Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-22 Tom LaneRepresent BETWEEN as a special node type in raw parse...
2015-02-03 Heikki LinnakangasFix typo in comment.
2015-01-22 Tom LanePrevent duplicate escape-string warnings when using...
2015-01-12 Alvaro HerreraFix get_object_address argument type for extension...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Alvaro HerreraUse TypeName to represent type names in certain commands
2014-12-24 Andres FreundSuppress MSVC warning in typeStringToTypeName function.
2014-12-23 Alvaro HerreraAdd SQL-callable pg_get_object_address
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-17 Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-12-13 Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-10-18 Bruce Momjianinterval: tighten precision specification
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-02 Fujii MasaoSupport ALTER SYSTEM RESET command.
2014-08-26 Heikki LinnakangasImplement IF NOT EXISTS for CREATE SEQUENCE.
2014-08-25 Alvaro HerreraMore psprintf goodness
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-01 Tom LaneRefactor CREATE/ALTER DATABASE syntax so options need...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-13 Stephen FrostMake a dedicated AlterTblSpcStmt production
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneCode review for commit d26888bc4d1e539a82f21382b0000fe5...
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-02-18 Tom LaneRemove broken code that tried to handle OVERLAPS with...
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-13 Tom LaneFix length checking for Unicode identifiers containing...
2014-02-04 Tom LaneFix lexing of U& sequences just before EOF.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-22 Stephen FrostAllow type_func_name_keywords in even more places
2014-01-21 Tom LaneTweak parse location assignment for CURRENT_DATE and...
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-12 Tom LaneDisallow LATERAL references to the target table of...
2014-01-07 Bruce MomjianUpdate copyright for 2014
next