]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-08-22  Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-21  Bruce MomjianMention that pg_dump does not dump ALTER DATABASE ...
2008-08-21  Alvaro HerreraUpdate URL.
2008-08-21  Peter EisentrautAutoconf 2.62 will require cache variables to contain...
2008-08-20  Tom LaneMarginal improvement in sublink planning: allow unknown...
2008-08-20  Bruce MomjianRemove tools and documention for generating TODO.html.
2008-08-20  Bruce MomjianTODO now in wiki, html version removed.
2008-08-20  Bruce MomjianNew TODO list URL wiki location listed; contents truncated.
2008-08-20  Tom LaneFix obsolete comment. It's no longer the case that...
2008-08-20  Michael MeskesSynced parser.
2008-08-20  Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-08-19  Bruce MomjianNot done:
2008-08-19  Tom LaneRemove -Winline from the default set of CFLAGS for...
2008-08-19  Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-19  Bruce MomjianTODO done:
2008-08-19  Michael MeskesFixed incorrect argument handling in SET command if...
2008-08-19  Alvaro HerreraFix some issues that prevent this file to be processed...
2008-08-18  Bruce MomjianAdd to TODO:
2008-08-18  Magnus HaganderProperly remove src\include\utils\probes.h when running...
2008-08-17  Tom LaneAdd some defenses against constant-FALSE outer join...
2008-08-17  Tom LaneRemove prohibition against SubLinks in the WHERE clause...
2008-08-17  Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-16  Bruce MomjianUpdate instructions on generating TODO.html.
2008-08-16  Magnus Haganderprobes.h is generated from probes.d, not pg_trace.d.
2008-08-16  Bruce MomjianAdd URL for:
2008-08-16  Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-08-16  Bruce MomjianAdd to TODO:
2008-08-16  Bruce MomjianSynchronize Borland libpq makefile to match MSVC. ...
2008-08-16  Tom LaneFix a couple of places where psql might fail to report...
2008-08-16  Bruce MomjianUpdate Russian FAQ.
2008-08-16  Bruce MomjianAdd new SQL training web site to FAQ:
2008-08-16  Bruce MomjianFix version warning bug in recently applied adjustments...
2008-08-16  Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-15  Tom LanePerformance fix for new anti-join code in nodeMergejoin...
2008-08-15  Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-14  Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-14  Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-14  Heikki Linnakangaspg_buffercache needs to be taught about relation forks...
2008-08-14  Bruce MomjianAdd URL for:
2008-08-13  Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-08-12  Peter EisentrautRemove TODO item
2008-08-12  Bruce MomjianAdd:
2008-08-11  Heikki LinnakangasRelation forks patch requires a catversion bump due...
2008-08-11  Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-10  Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-08-08  Tom LaneInstall checks in executor startup to ensure that the...
2008-08-07  Tom LaneImprove INTERSECT/EXCEPT hashing by realizing that...
2008-08-07  Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-07  Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05  Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-08-05  Tom LaneDepartment of second thoughts: fix newly-added code...
2008-08-05  Tom LaneAdd an ORDER BY to one more SELECT DISTINCT test case...
2008-08-05  Tom LaneIn ReadOrZeroBuffer (and related entry points), don...
2008-08-05  Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-08-05  Tom LaneFix some message style guideline violations in pg_regre...
2008-08-05  Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-08-04  Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-08-03  Tom LaneMake GROUP BY work properly for datatypes that only...
2008-08-03  Tom LaneTighten up the sanity checks in TypeCreate(): pass...
2008-08-03  Tom LaneFix copy-and-pasteo that's causing pg_regress to lie...
2008-08-02  Tom LaneRearrange the querytree representation of ORDER BY...
2008-08-01  Alvaro HerreraCope with Tcl versions that do not create a tclsh symli...
2008-08-01  Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-08-01  Magnus HaganderRearrange the code in auth.c so that all functions...
2008-08-01  Magnus HaganderMove ident authentication code into auth.c along with...
2008-07-31  Tom LaneFix parser so that we don't modify the user-written...
2008-07-31  Bruce MomjianAdd URL to:
2008-07-31  Tom LaneRequire superuser privilege to create base types (but...
2008-07-30  Tom LaneAllow I/O conversion casts to be applied to or from...
2008-07-30  Tom LaneFlip the default typispreferred setting from true to...
2008-07-30  Tom LaneAdjust citext to make use of the new ability to declare...
2008-07-30  Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-29  Tom LaneAdd a new, improved version of citext as a contrib...
2008-07-29  Magnus HaganderCleanup reference to config.pl so it makes sense not...
2008-07-29  Magnus HaganderDocument which versions of ActivePerl and ActiveTcl...
2008-07-26  Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-24  Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-24  Tom LaneRemove some redundant tests and improve comments in...
2008-07-23  Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-23  Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-23  Peter EisentrautAbort if Tcl support was configured and no tcl shell...
2008-07-22  Tom LaneUpdate link to Oleg and Teodor's GIN page.
2008-07-21  Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-21  Tom LaneAdd comment about the two different query strings that...
2008-07-21  Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-20  Tom LaneAdd a pg_dump option --lock-wait-timeout to allow faili...
2008-07-20  Bruce MomjianRevert patch so .psqlrc can suppress startup banner:
2008-07-19  Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-07-18  Tom LaneAdjust things so that the query_string of a cached...
2008-07-18  Tom LaneProvide a function hook to let plug-ins get control...
2008-07-18  Bruce MomjianProperly document archive/restore command examples...
2008-07-18  Bruce MomjianIn psql, run .psqlrc _after_ printing warnings and...
2008-07-18  Tom LaneFix a race condition that I introduced into sinvaladt...
2008-07-18  Tom LaneSuppress compiler warning, and not incidentally make...
2008-07-18  Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-18  Bruce MomjianAdd URL for:
2008-07-17  Alvaro HerreraAdd MSVC++ debug libraries to .cvsignore.
2008-07-17  Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-17  Tom LaneAdd dump support for SortBy nodes. Needed this while...
2008-07-17  Bruce MomjianAdd to TODO:
next