]> granicus.if.org Git - postgresql/history - src/include/nodes/parsenodes.h
Remove unnecessary use of PROCEDURAL
[postgresql] / src / include / nodes / parsenodes.h
2019-02-25 Peter EisentrautRemove unnecessary use of PROCEDURAL
2019-02-16 Tom LaneAllow user control of CTE materialization, and change...
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-01-28 Tom LaneIn the planner, replace an empty FROM clause with a...
2019-01-19 Tomas VondraAllow COPY FROM to filter data using WHERE conditions
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-31 Alvaro HerreraRemove some useless code
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-08 Alvaro HerreraRevise attribute handling code on partition creation
2018-10-04 Michael PaquierAdd option SKIP_LOCKED to VACUUM and ANALYZE
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-18 Tom LaneFix some minor issues exposed by outfuncs/readfuncs...
2018-09-18 Tom LaneFix some probably-minor oversights in readfuncs.c.
2018-07-29 Michael PaquierFix two oversights from 9ebe0572 which refactored clust...
2018-07-24 Michael PaquierRefactor cluster_rel() to handle more options
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-12 Michael PaquierRename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-06 Simon RiggsImprove parse representation for MERGE
2018-04-03 Simon RiggsWITH support in MERGE
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-16 Peter EisentrautSimplify parse representation of savepoint commands
2018-03-05 Alvaro HerreraClone extended stats in CREATE TABLE (LIKE INCLUDING...
2018-02-23 Peter EisentrautSupport parameters in CALL
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-02-02 Peter EisentrautFix application of identity values in some cases
2018-01-26 Tom LaneRemove the obsolete WITH clause of CREATE FUNCTION.
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-19 Peter EisentrautReplace GrantObjectType with ObjectType
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-11-09 Robert HaasAdd hash partitioning.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-01 Tom LaneFix ALTER TABLE code to update domain constraints when...
2017-10-11 Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-10-03 Tom LaneAllow multiple tables to be specified in one VACUUM...
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-06 Simon RiggsAllow SET STATISTICS on expression indexes
2017-09-06 Tom LaneClean up handling of dropped columns in NAMEDTUPLESTORE...
2017-07-21 Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-21 Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-14 Robert HaasFix problems related to RangeTblEntry members enrname...
2017-06-06 Peter EisentrautFix ALTER SUBSCRIPTION grammar ambiguity
2017-05-29 Tom LaneCode review focused on new node types added by partitio...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-12 Alvaro HerreraChange CREATE STATISTICS syntax
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-04-28 Robert HaasFix crash when partitioned column specified twice.
2017-04-06 Peter EisentrautIdentity columns
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-23 Peter EisentrautICU support
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-20 Andrew DunstanAdd IF NOT EXISTS for CREATE SERVER and CREATE USER...
2017-03-15 Peter EisentrautAllow referring to functions without arguments when...
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-06 Peter EisentrautReplace LookupFuncNameTypeNames() with LookupFuncWithArgs()
2017-03-06 Peter EisentrautRemove objname/objargs split for referring to objects
2017-03-06 Peter EisentrautAdd operator_with_argtypes grammar rule
2017-03-06 Peter EisentrautUse class_args field in opclass_drop
2017-02-15 Peter EisentrautAdd CREATE COLLATION IF NOT EXISTS clause
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-20 Peter EisentrautLogical replication
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-07 Robert HaasImplement table partitioning.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-11-10 Tom LaneCleanup of rewriter and planner handling of Query.hasRo...
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-09-07 Tom LaneSupport renaming an existing value of an enum type.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-07-28 Tom LaneTeach parser to transform "x IS [NOT] DISTINCT FROM...
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-06-17 Robert HaasAdd VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-05 Alvaro HerreraSupport ALTER THING .. DEPENDS ON EXTENSION
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-18 Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18 Teodor SigaevAllow to omit boundaries in array subscript
2015-11-27 Teodor SigaevCOPY (INSERT/UPDATE/DELETE .. RETURNING ..)
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
next