]> git.ipfire.org Git - thirdparty/postgresql.git/history
thirdparty/postgresql.git
2008-08-29  Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-29  Alvaro HerreraDocument that \t and \x are now settable.
2008-08-29  Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-28  Tom LaneExtend the parser location infrastructure to include...
2008-08-26  Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
2008-08-26  Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-25  Tom LaneAdd %option noinput to contrib's flex scanners, to...
2008-08-25  Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-25  Tom LaneGet rid of the last remaining uses of var_is_rel()...
2008-08-25  Tom LaneAdd standard boilerplate sentence about when stats_temp...
2008-08-25  Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25  Alvaro HerreraUpdate URL to Ross William's paper.
2008-08-25  Alvaro HerreraHave man page generation work on VPATH builds too.
2008-08-25  Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-25  Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-23  Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-08-23  Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-08-23  Bruce MomjianUpdate link to developer's FAQ from main FAQ.
2008-08-22  Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-22  Bruce MomjianMinor patch on pgbench
2008-08-22  Bruce MomjianImprove wording of error message when a postgresql...
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.
next