]> granicus.if.org Git - postgresql/history - src/include/nodes
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / nodes /
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-29 Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-22 Tom LaneActually ... it's pretty silly that parse_oper.c doesn...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-08-26 Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-08-22 Tom LaneRemove option to change parser of an existing text...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-31 Tom LaneChange build_index_pathkeys() so that the expressions...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-17 Tom LaneFix parameter recalculation for Limit nodes: during...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-19 Tom LanePut function expressions and values lists into Function...
2007-02-16 Tom LaneAdjust the definition of is_pushed_down so that it...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-12-04 Tom LaneRefactor ExecGetJunkAttribute to avoid searching for...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03 Bruce MomjianFix LLONG_MAX define used by new int64 FETCH/MOVE patch.
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-27 Tom LaneMove xact.c's partial support for Lists of TransactionI...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
next