]> granicus.if.org Git - postgresql/shortlog
postgresql
2000-10-25 Tom LaneSupport SET/SHOW/RESET client_encoding and server_encod...
2000-10-25 Tom LaneMinor cleanup.
2000-10-25 Michael MeskesSynced preproc.y with gram.y.
2000-10-25 Tom LaneAccept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even...
2000-10-25 Peter EisentrautRearrange handling of -L linker options so that they...
2000-10-25 Thomas G. LockhartFrom Zoltan Kovacs back in April (sorry for the delay...
2000-10-25 Philip WarnerFinal (?) fix for tar (null block at end)
2000-10-25 Michael MeskesAdded some more C constructs to the parser.
2000-10-25 Vadim B. MikheevWAL utils defs
2000-10-24 Tom LaneCheck for SIGHUP and process config file updates just...
2000-10-24 Tom LaneDo not execute fastpath function calls if in transactio...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-10-24 Tom LaneFix AbortOutOfAnyTransaction logic to avoid notice...
2000-10-24 Tom LaneWups, messed up the comment markers on that last change.
2000-10-24 Peter EisentrautIgnore missing postmaster.opts.default file.
2000-10-24 Bruce MomjianUpdate TODO list.
2000-10-24 Peter EisentrautNew config.guess and config.sub with Darwin support...
2000-10-24 Tom LaneCreate empty file so that CVS sources compile (Vadim...
2000-10-24 Tom LaneUpdate plperl README per suggestions from Edward Bridges.
2000-10-24 Peter EisentrautDon't call AC_SUBST (in libtool.m4) before AC_INIT...
2000-10-24 Tom LaneEnable plperl to be built when --with-perl is selected...
2000-10-24 Tom LaneEliminate POLLUTE=1 hack for cross-Perl-version compati...
2000-10-24 Tom LaneMake test for <netinet/tcp.h> IRIX-proof.
2000-10-24 Philip WarnerVarious fixes to TAR header format
2000-10-24 Vadim B. MikheevWAL misc
2000-10-24 Tom LaneRejigger do_lo_list's query so that obj_description...
2000-10-24 Tom LaneReconsider page size for large objects: rather than...
2000-10-24 Tom LaneIncrease buffer size to improve performance of client...
2000-10-24 Tom LaneRemove arbitrary limit on number of simultaneously...
2000-10-24 Bruce MomjianUpdate TODO list.
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-24 Tom LaneAdd some modicum of error detection...
2000-10-24 Tom LaneRemove testlo2.c --- there seems to be no difference...
2000-10-23 Tom LaneIf a field is incompressible ('compressed' data is...
2000-10-23 Bruce MomjianUpdate TODO list.
2000-10-23 Peter EisentrautPolish shared library build to reduce number of special...
2000-10-23 Bruce Momjianautoconf
2000-10-23 Bruce MomjianBack out xti.h portion of the patch.
2000-10-23 Vadim B. MikheevNew relcache hash table with RelFileNode as key to...
2000-10-23 Tom LaneMinor updates/corrections for CREATE/DROP FUNCTION...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-22 Tom Laneplpgsql regress tests seem a tad out of date ... repair...
2000-10-22 Philip WarnerCleanup error messages in findLastBuiltinOid
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-22 Tom LaneFix incorrect logic for clearing BufferDirtiedByMe...
2000-10-22 Tom LanePatch VACUUM problem with moving chain of update tuples...
2000-10-22 Tom LaneFix typo.
2000-10-22 Tom Lanedatlastsysoid is an Oid, not an int4 ...
2000-10-22 Philip WarnerUse new datlastsysoid field in pg_database + some clean...
2000-10-22 Philip WarnerAdd new datlastsysoid to pg_database.
2000-10-22 Michael MeskesFixed mixing of two enum datatypes.
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-22 Bruce MomjianCrash on NULL again in system table check.
2000-10-21 Peter EisentrautMove DLSUFFIX, AROPT, and CFLAGS_SL settings from templ...
2000-10-21 Bruce MomjianFirst a core dump which can be relieved by:
2000-10-21 Peter EisentrautThis file isn't used anywhere.
2000-10-21 Bruce MomjianRemove CC and CXX.
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-21 Bruce MomjianPer my ongoing discussion with PeterE, here is the...
2000-10-21 Vadim B. MikheevWAL
2000-10-21 Peter EisentrautRemove portions of SSL documentation patch that were...
2000-10-20 Peter EisentrautAdd check for GNU or not GNU ld, needed to pick the...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-20 Thomas G. LockhartFix discrepency in field names.
2000-10-20 Thomas G. LockhartFix ids and xrefs to avoid duplicates.
2000-10-20 Thomas G. LockhartRemove ZP4, ZP5, ZP6 from docs since the current parser...
2000-10-20 Thomas G. LockhartFix up id tag parameters to omit illegal underscores.
2000-10-20 Vadim B. MikheevWAL need in overwrite mode - restored in new way
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-20 Tom LaneRemove 'override' keyword, which breaks the build on...
2000-10-20 Tom LaneClean up gcc warnings.
2000-10-19 Tom LaneImprove comments.
2000-10-19 Tom LaneFix silly typo in redirection example.
2000-10-19 Tom LaneFix missing CommandCounterIncrement in DROP USER.
2000-10-19 Bruce MomjianSolaris looks like it is OK now, FAQ item removed.
2000-10-18 Bruce MomjianUpdate solaris FAQ for pl/pgsql Michel Decima <michel...
2000-10-18 Bruce MomjianMake it an FAQ.
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-18 Philip WarnerAdded pg_restore (probably rename later)
2000-10-18 Vadim B. MikheevI had to change buffer tag: now RelFileNode is used...
2000-10-17 Tom LaneUpdate pltcl regress test to exercise return_null;...
2000-10-17 Peter EisentrautLocate the file pg_service.conf in the directory config...
2000-10-17 Michael MeskesFixed some bugs in C language parsing.
2000-10-17 Peter Eisentraut* doc/src/sgml/regress.sgml: Update for new driver...
2000-10-17 Peter MountSome more getTimestamp() fixes
2000-10-17 Bruce MomjianRemove duplicate requiressl entry.
2000-10-17 Vince Vielhaberupdate website references
2000-10-17 Michael MeskesSimplified parsing of connect rule.
2000-10-17 Bruce MomjianUpdate FAQ.
2000-10-17 Bruce MomjianUpdate TODO list.
2000-10-17 Bruce MomjianFAQ_MSWIN is better than INSTALL_MSWIN
2000-10-17 Bruce MomjianRename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own...
2000-10-17 Bruce MomjianTNS:
2000-10-16 Bruce MomjianI wasn't too sure where to mail this.
2000-10-16 Bruce MomjianUpdate TODO list.
2000-10-16 Bruce MomjianUpdate TODO list.
2000-10-16 Bruce MomjianUpdate TODO list.
2000-10-16 Michael MeskesFixed handling of variables in connect rule.
2000-10-16 Bruce MomjianUpdate TODO list.
2000-10-16 Bruce MomjianUpdate TODO list.
next