OSDN Git Service

pg-rex/syncrep.git
2003-06-11 Bruce MomjianWell, the discussion about SSL a bit back perked my...
2003-06-11 Bruce MomjianDuring looking stuff up for a discussion on -general...
2003-06-11 Bruce MomjianAdd missing DLLIMPORT for cpu_index_tuple_cost to
2003-06-11 Tom LaneNow that I look, that link doesn't belong there at...
2003-06-11 Tom LaneFix busted markup.
2003-06-11 Tom LaneRemove platform-specific executable; does not belong...
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-06-11 Michael MeskesMake sure a variable is no longer referenced when it...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-06-11 Bruce MomjianRemove lock* GUC variables from postgresql.conf.
2003-06-10 Michael MeskesFixed some bugs.
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 advocacy...
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...
next