]> granicus.if.org Git - postgresql/history - src/backend/nodes/outfuncs.c
Instead of supposing (wrongly, in the general case) that the rowtype
[postgresql] / src / backend / nodes / outfuncs.c
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-05-08 Tom LaneAlter string format used for integer and OID lists...
2004-05-06 Tom LaneRewrite nodeRead() in a less obfuscated fashion, per...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-01-31 Neil ConwayMicro-opt: replace calls like
2004-01-22 Tom LaneCorrect error introduced in recent hasoids changes...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-10 Bruce Momjian > create view pg_locks as select l.relation, l.databas...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-06 Bruce MomjianChange made to elog:
2001-10-25 Tom LaneAdd missing output routine for FkConstraint nodes.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
next