]> granicus.if.org Git - postgresql/history - src/backend/parser
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
[postgresql] / src / backend / parser /
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
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-08 Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-04-02 Bruce MomjianAllow NOTIFY/LISTEN/UNLISTEN to only take relation...
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-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-17 Michael MeskesSimplified sortby rule
2007-03-17 Tom LaneOoops, got only one of the two ArrayExpr variants corre...
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-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-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Bruce MomjianRevert error message change for may/can/might --- needs...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
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-12 Peter EisentrautFix compiler warning
2007-01-12 Bruce MomjianUpdate error messsage wording.
2007-01-12 Bruce MomjianUpdate ORDER BY UNION function/exprssion wording (again).
2007-01-12 Peter EisentrautAllow for arbitrary data types as content in XMLELEMENT...
2007-01-11 Bruce MomjianUpdate UNION/INTERSECT/EXCEPT ORDER BY error wording for
2007-01-11 Bruce MomjianImprove error wording of ORDER BY in UNION that uses...
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-08 Peter EisentrautPrevent duplicate attribute names in XMLELEMENT.
2007-01-06 Tom LaneFix filtered_base_yylex() to save and restore base_yylv...
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-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-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
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 LaneRepair incorrect check for coercion of unknown literal...
2006-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-07 Peter EisentrautAdded missing entry (CASCADED) in keywords table.
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-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-18 Tom LaneFix problems with column name list of CREATE TABLE...
2006-09-18 Tom LaneFix CREATE TABLE ... AS VALUES ... to work rather than...
2006-09-03 Tom LaneCode review for UPDATE SET (columnlist) patch. Make...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03 Bruce MomjianRemove unnecessary copyObject() call in update (values...
2006-09-02 Bruce MomjianSmall code cleanup for recent UPDATE SET (values) patch.
2006-09-02 Bruce MomjianAdd UPDATE tab SET ROW (col, ...) = (val, ...) for...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
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-14 Tom LaneCause '*' and 'foo.*' notations to mark the referenced...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneRemove ancient, obsolete comment.
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...
2006-08-02 Tom LaneWups, got the test for contain_vars_of_level-not-needed...
2006-08-02 Tom LaneAdd a HINT per suggestion from Michael Glaesemann....
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-15 Tom LaneFix some missing inclusions identified with new pgcheck...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-21 Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-01 Tom LaneProvide a namespace.c function for lookup of an operato...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-24 Bruce MomjianBack out patch, unintended.
2006-04-24 Bruce MomjianDone:
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-15 Tom LaneSupport the syntax
next