]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/ruleutils.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / utils / adt / ruleutils.c
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
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-25 Tom LaneFix overly-enthusiastic Assert in printing of Param...
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-14 Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-13 Tom LaneTeach EXPLAIN to print PARAM_EXEC Params as the referen...
2010-07-09 Tom LaneFix ruleutils' get_variable() to print something useful...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Tom LaneProvide some rather hokey ways for EXPLAIN to print...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-21 Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-28 Tom LaneUn-break EXPLAIN for Append plans. I messed this up...
2009-10-28 Tom LaneFix AcquireRewriteLocks to be sure that it acquires...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-24 Tom LaneAssorted minor refactoring in EXPLAIN.
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-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-06-09 Tom LaneFix failure to double-quote function argument names...
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-02-25 Tom LaneFix an old problem in decompilation of CASE constructs...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-19 Tom LaneWhen we added the ability to have zero-element ARRAY...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-06 Tom LaneFix pg_get_ruledef() so that negative numeric constants...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-03 Tom LaneThe 8.2 patch that added support for an alias on the...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-06 Tom LaneA long time ago, Peter pointed out that ruleutils.c...
next