OSDN Git Service

First phase of applying Rod Taylor's pg_depend patch. This just adds
[pg-rex/syncrep.git] / src / backend / nodes / copyfuncs.c
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-13 Tom LaneFix typo in _copyAlterUserSetStmt.
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-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
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-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
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-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-08 Tom LaneFix copying/equality-check bugs in GrantStmt and Constr...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Tom LaneCREATE TABLE foo (x,y,z) AS SELECT ... can't apply...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-07-16 Bruce MomjianMore EXTEND INDEX removal.
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-20 Tom LaneFix coredump in copyCommentStmt().
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-11 Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-22 Tom LaneRemove 'Array' node type, which has evidently been...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-29 Tom LaneAdd test code to copy all parse/plan trees. Repair...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneAdd copyObject logic for TruncateStmt and a few other...
2000-04-04 Tom LaneFix extremely nasty little bug observed when a sub...
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-01 Tom LaneEliminate some unbelievably cheesy code in _copyConst().
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
next