summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-25Synced preproc.y with gram.y.Michael Meskes
2000-10-25Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTETom Lane
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
2000-10-25From Zoltan Kovacs back in April (sorry for the delay Zoltan!):Thomas G. Lockhart
2000-10-25Final (?) fix for tar (null block at end)Philip Warner
2000-10-25Added some more C constructs to the parser.Michael Meskes
2000-10-25WAL utils defsVadim B. Mikheev
2000-10-24Check for SIGHUP and process config file updates just after waitingTom Lane
2000-10-24Do not execute fastpath function calls if in transaction ABORT state.Tom Lane
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-24Fix AbortOutOfAnyTransaction logic to avoid notice aboutTom Lane
2000-10-24Wups, messed up the comment markers on that last change.Tom Lane
2000-10-24Ignore missing postmaster.opts.default file.Peter Eisentraut
2000-10-24Update TODO list.Bruce Momjian
2000-10-24New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut
2000-10-24Create empty file so that CVS sources compile (Vadim can fill in realTom Lane
2000-10-24Update plperl README per suggestions from Edward Bridges.Tom Lane
2000-10-24Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions getPeter Eisentraut
2000-10-24Enable plperl to be built when --with-perl is selected. Dunno whetherTom Lane
2000-10-24Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by usingTom Lane
2000-10-24Make test for <netinet/tcp.h> IRIX-proof.Tom Lane
2000-10-24Various fixes to TAR header formatPhilip Warner
2000-10-24WAL miscVadim B. Mikheev
2000-10-24Rejigger do_lo_list's query so that obj_description() is evaluated onlyTom Lane
2000-10-24Reconsider page size for large objects: rather than stuffing disk pagesTom Lane
2000-10-24Increase buffer size to improve performance of client-side lo_import.Tom Lane
2000-10-24Remove arbitrary limit on number of simultaneously open large objects.Tom Lane
2000-10-24Update TODO list.Bruce Momjian
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-24Add some modicum of error detection...Tom Lane
2000-10-24Remove testlo2.c --- there seems to be no difference between this andTom Lane
2000-10-23If a field is incompressible ('compressed' data is actually larger thanTom Lane
2000-10-23Update TODO list.Bruce Momjian
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-23autoconfBruce Momjian
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-23Minor updates/corrections for CREATE/DROP FUNCTION/AGGREGATE/OPERATOR.Tom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-22plpgsql regress tests seem a tad out of date ... repair bit rot.Tom Lane
2000-10-22Cleanup error messages in findLastBuiltinOidPhilip Warner
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-22Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffersTom Lane
2000-10-22Patch VACUUM problem with moving chain of update tuples when sourceTom Lane
2000-10-22Fix typo.Tom Lane
2000-10-22datlastsysoid is an Oid, not an int4 ...Tom Lane
2000-10-22Use new datlastsysoid field in pg_database + some cleanups & fixesPhilip Warner
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-22Fixed mixing of two enum datatypes.Michael Meskes
2000-10-22BACKED OUT.Bruce Momjian