]> granicus.if.org Git - postgresql/history - src/backend/nodes
pgindent run.
[postgresql] / src / backend / nodes /
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-24 Tom LaneEXPLAIN output now comes out as a query result, not...
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-06 Bruce MomjianChange made to elog:
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-12-20 Bruce MomjianMIN() -> Min, fixes compile problem.
2001-12-19 Tom LaneFix buffer-overrun problem in pretty printer.
2001-11-05 Tom LaneCREATE TABLE foo (x,y,z) AS SELECT ... can't apply...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
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-07-03 Tom LaneAdd a little more error checking and reporting to readD...
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 Tom LaneFix Joubert's complaint that int8-sized numeric literal...
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-02-12 Tom LaneSuppress compiler warning on Alpha.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-20 Peter EisentrautAdd missing piece of BitString support to node output...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-08 Tom LaneMake outfuncs/readfuncs treat OIDs properly as unsigned...
2001-01-07 Tom LaneModify readfuncs so that recursive use of stringToNode...
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-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
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 internal string representation of BitString...
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-22 Peter EisentrautMakeover for Unixware 7.1.1
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-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-20 Tom LaneFix coredump in copyCommentStmt().
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
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-29 Tom LaneRemove freefuncs.c, which hasn't been used in a long...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-16 Tom LaneRepair unforgivably brain-dead representation of CaseEx...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-25 Tom LaneClean up sloppy coding of _outAExpr().
2000-04-26 Tom LaneTweak outUnique to include uniqColIdx[] field in the...
next