]> granicus.if.org Git - postgresql/history - src/backend/nodes/equalfuncs.c
Privileges on functions and procedural languages
[postgresql] / src / backend / nodes / equalfuncs.c
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 Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
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-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-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-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-01 Tom LaneequalAttr() had its strcmp test backwards :-(
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-31 Tom LaneHmm, equalfuncs didn't know about SortClause or GroupClause
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-24 Tom LaneClean up handling of explicit NULL constants. Cases...
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-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-29 Tom LaneAdd equal() funcs for Case nodes ... amazing we had not
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-06 Tom Laneequal() needs a case for Aggref nodes, as shown by:
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-10 Bruce MomjianOptmizer cleanup
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Bruce MomjianOptimizer cleanup.
1999-02-07 Tom LaneAdd equality checking for T_Query so that we don't get
1999-02-06 Bruce MomjianOptimizer cleanup.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-02 Bruce MomjianSET_ARGS cleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-08-01 Bruce MomjianAllow index use with OR clauses.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
next