]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-06-10  Tatsuo IshiiFix uninitialized memory bug
2003-06-09  Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-09  Tom LaneMake bison version test actually work ...
2003-06-08  Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-06-07  Bruce MomjianChange configure check to use $YACC, per Tom.
2003-06-07  Bruce MomjianRemove kerberos mention that doesn't support our softwa...
2003-06-06  Bruce MomjianUpdate German FAQ, from Ian Barwick.
2003-06-06  Bruce MomjianUpdate FAQ from Ian Barwick.
2003-06-06  Bruce MomjianAdd -DFRONTEND for non-MinGW Win32 ports.
2003-06-06  Bruce MomjianAdd:
2003-06-06  Bruce MomjianAdd configure warning to check for bison version >...
2003-06-06  Bruce MomjianAdd mention of two auth_mod kerberos projects, from...
2003-06-06  Tom LaneAdd defense in assign_session_authorization() against...
2003-06-06  Bruce MomjianAdd:
2003-06-06  Bruce MomjianRemove mention of ALTER USER able to remove passwords.
2003-06-06  Tom LaneImplement outer-level aggregates to conform to the...
2003-06-06  Peter EisentrautUpdate documentation build instructions.
2003-06-05  Peter EisentrautInformation schema views about functions
2003-06-05  Peter EisentrautSupport for Intel compiler on Linux
2003-06-02  Tom LaneMake the world at least marginally safe for usernames...
2003-06-02  Bruce MomjianIn src/include/mb/pg_wchar.h we have:
2003-06-02  Bruce MomjianAdd:
2003-06-02  Bruce MomjianAdd:
2003-06-02  Bruce MomjianAdd data partitioning idea to tablespaces discussion.
2003-06-02  Bruce MomjianAdd Turkish FAQ, from Devrim GUNDUZ.
2003-06-02  Bruce MomjianAdd:
2003-06-02  Bruce MomjianUpdate Russian FAQ, from Viktor Vislobokov
2003-06-02  Michael MeskesFixed segfault in forward definition parsing.
2003-06-02  Bruce MomjianUpdate URL to point to proper location.
2003-06-02  Bruce MomjianUpdate Emacs settings, from Andrew Dunstan
2003-06-01  Bruce MomjianAdd:
2003-05-31  Tom LanemarkTargetListOrigin neglected to handle outer-scope...
2003-05-31  Bruce MomjianAdd:
2003-05-31  Bruce MomjianAdd:
2003-05-31  Bruce MomjianAdd item about sending success stories to http://advoca...
2003-05-30  Tom LaneCause pg_dumpall to support the -a, -s, -x options...
2003-05-30  Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
2003-05-30  Tom LaneSmall performance improvement for hash joins and hash...
2003-05-30  Michael MeskesCreate a real prototype function for describe.
2003-05-30  Michael MeskesSync and some minor cleanup/fixing work plus an EXEC...
2003-05-29  Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-29  Barry Lindone more change to correctly support the removeall...
2003-05-29  Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-05-29  Tom LaneDon't explicitly close() the session socket during...
2003-05-29  Tom LaneAFAICT, none of our shared libraries are anywhere near...
2003-05-29  Michael MeskesChanged variable parsing so struct[n].attr works.
2003-05-29  Michael MeskesParse forward definiton of structs.
2003-05-29  Barry LindApplied patch from Fernando Nasser to fix up small...
2003-05-29  Barry LindApplied patch from Fernando Nasser to improve buffer...
2003-05-29  Barry Lindclean up warnings produced by Eclipse
2003-05-29  Barry LindAdding .cvsignore files for Eclipse IDE
2003-05-29  Barry LindUp the build number to reflect the changes for V3 proto...
2003-05-29  Barry LindInitial attempt to integrate in V3 protocol support...
2003-05-29  Tom LaneAdd a regression test to catch future silliness in...
2003-05-29  Tom LaneFix stupid oversight :-(
2003-05-28  Tom LaneKnock down a couple more lappend() hotspots for large...
2003-05-28  Tom LaneFix some planner performance problems with large WHERE...
2003-05-28  Tom LaneFix breakage of LINUX_PROFILE code due to recent Window...
2003-05-28  Tom LaneFix things so that an error occuring during standalone...
2003-05-28  Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-28  Tom LaneReplace functional-index facility with expressional...
2003-05-28  Bruce MomjianAdd to thread discussion.
2003-05-28  Bruce MomjianAdd info about selecting a random row.
2003-05-27  Peter EisentrautInternationalize interactive yes/no responses.
2003-05-27  Bruce MomjianMake log_ GUC settings controllable only by super-users...
2003-05-27  Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-27  Bruce MomjianAdd configure thread tests.
2003-05-27  Michael MeskesAllow input from stdin and output to stdout.
2003-05-27  Michael MeskesFixed incorrect output for some structs.
2003-05-26  Tom LaneAdjust error-handling logic in libpq. For the first...
2003-05-26  Bruce MomjianAdd item for changing a column's data type.
2003-05-26  Tom LaneFix misstatement in release-notes item.
2003-05-26  Bruce MomjianUpdate:
2003-05-26  Tom LaneMake sure printtup() always sends the number of columns...
2003-05-26  Bruce MomjianAdd documentation to 'createuser' that ALTER USER must...
2003-05-26  Bruce MomjianAdd:
2003-05-26  Bruce MomjianRemove comment that cbrt() isn't being used.
2003-05-26  Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-25  Peter EisentrautInformation schema improvements
2003-05-25  Bruce MomjianClean up our static cbrt() implementation in float.c.
2003-05-25  Bruce MomjianMove item:
2003-05-25  Bruce MomjianUpdate:
2003-05-24  Bruce MomjianAdd:
2003-05-24  Bruce MomjianUpdate XML items:
2003-05-24  Bruce MomjianAdded:
2003-05-24  Bruce MomjianAdd cost estimate discussion to TODO.detail.
2003-05-24  Bruce MomjianAdd to TODO:
2003-05-24  Bruce Momjian With disabled triggers, allow pg_dump to use ALTER...
2003-05-23  Tom LaneImprove implementation of btrim/ltrim/rtrim: provide...
2003-05-23  Michael MeskesOne more ecpg todo fixed and removed.
2003-05-23  Bruce MomjianPlace statement_timeout in proper order in docs, from...
2003-05-23  Michael MeskesForgot these.
2003-05-23  Michael Meskesecpg now accepts array elements as arguments.
2003-05-23  Tom LaneSeems pl_funcs didn't have support for plpgsql PERFORM...
2003-05-22  Tom LaneUpdate for 7.3.3.
2003-05-22  Bruce MomjianAdd define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
2003-05-22  Tom LaneUpdate release history for impending 7.3.3 release.
2003-05-22  Peter EisentrautFix compilation on Cygwin.
2003-05-22  Tom LaneAdd defense against possibility that tzname[] doesn...
2003-05-22  Michael MeskesFixed segfault when detecting undefined cursor.
next