]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-10-29  Bruce Momjianupdate flags.
2000-10-29  Peter EisentrautAutomatic dependency tracking for C++ (GCC only)
2000-10-29  Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-10-29  Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-10-29  Peter EisentrautOmit perl and python interfaces when making temporary...
2000-10-29  Peter EisentrautShould be "test =", not "test ==".
2000-10-29  Michael MeskesRemoved multibyte stuff since client does not know...
2000-10-28  Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
2000-10-28  Peter EisentrautAs we don't use struct dirent, the #define SYSV_DIRENT...
2000-10-28  Peter EisentrautMake initdb safe against using
2000-10-28  Bruce MomjianBack out change to gram.y for parens.
2000-10-28  Bruce Momjianbeos fixes from Cyril VELTER
2000-10-28  Vadim B. MikheevWAL
2000-10-28  Bruce MomjianOkay, here's my attempt at fixing the problems with...
2000-10-28  Peter EisentrautRemove compiler warnings (add missing include files...
2000-10-28  Peter EisentrautAdd --version and --help options to "postgres".
2000-10-27  Peter EisentrautMake use of system-specific linker option to embed...
2000-10-27  Bruce MomjianFix java driver example.
2000-10-27  Peter EisentrautUse compiler driver, not linker, to link shared librari...
2000-10-27  Peter EisentrautMake regression tests work with VPATH builds.
2000-10-27  Tatsuo IshiiFix for drop db message format changes
2000-10-27  Tatsuo IshiiRemove gcc-only macro definition
2000-10-27  Tom LaneDisallow bits beyond the mask length for CIDR values...
2000-10-26  Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-26  Bruce MomjianUpdate TODO list.
2000-10-26  Tom LaneFix breakage I introduced yesterday in MULTIBYTE compil...
2000-10-26  Tom LaneClean up gcc warnings in MULTIBYTE mode.
2000-10-26  Peter EisentrautIn flex --version test, redirect stdin to /dev/null...
2000-10-26  Bruce MomjianUpdate TODO list.
2000-10-25  Tom LaneClean up broken test for whether to wait for input...
2000-10-25  Bruce Momjianautoconf
2000-10-25  Tom LaneEnsure clause_selectivity() behaves sanely when examini...
2000-10-25  Tom LaneTeach psql about new relkind for views.
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.
next