]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/ruleutils.c
CREATE INDEX ... INCLUDING (column[, ...])
[postgresql] / src / backend / utils / adt / ruleutils.c
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-02-07 Tom LaneFix deparsing of ON CONFLICT arbiter WHERE clauses.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2016-01-01 Tom LaneTeach flatten_reloptions() to quote option values safely.
2015-12-23 Tom LaneAllow omitting one or both boundaries in an array slice...
2015-11-20 Tom LaneFix handling of inherited check constraints in ALTER...
2015-11-16 Tom LaneSpeed up ruleutils' name de-duplication code, and fix...
2015-11-15 Tom LaneFix ruleutils.c's dumping of whole-row Vars in ROW...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-05-28 Tom LaneFix pg_get_functiondef() to print a function's LEAKPROO...
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Andres FreundFix yet another bug in ON CONFLICT rule deparsing.
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Magnus HaganderFix indentation that could mask a future bug
2015-05-01 Robert HaasDeparse named arguments to use the new => operator...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-02-25 Tom LaneFix dumping of views that are just VALUES(...) but...
2015-01-15 Tom LaneImprove performance of EXPLAIN with large range tables.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-07-19 Tom LanePartial fix for dropped columns in functions returning...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-02 Tom LaneFix yet another corner case in dumping rules/views...
2014-04-30 Tom LaneCheck for interrupts and stack overflow during rule...
2014-04-30 Tom LaneReduce indentation/parenthesization of set operations...
2014-04-30 Tom LaneLimit overall indentation in rule/view dumps.
2014-04-30 Tom LaneFix indentation of JOIN clauses in rule/view dumps.
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-23 Peter EisentrautFix thinko in SPI_execute_plan() calls
2013-11-23 Peter EisentrautAvoid potential buffer overflow crash
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-11-06 Tom LaneSupport default arguments and named-argument notation...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneFurther hacking on ruleutils' new column-alias-assignme...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-31 Tom LaneFix ruleutils to cope with conflicts from adding/droppi...
2012-12-24 Tom LaneFix some minor issues in view pretty-printing.
2012-10-19 Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-12 Tom LaneFix oversight in new code for printing rangetable aliases.
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-30 Tom LaneImprove EXPLAIN's ability to cope with LATERAL referenc...
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-27 Tom LaneFix printing of whole-row Vars at top level of a SELECT...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-07 Tom LaneFix get_name_for_var_field() to deal with RECORD Params.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-03 Alvaro HerreraFix pg_get_constraintdef to cope with NOT VALID constraints
next