summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
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-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-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
2000-10-22Crash on NULL again in system table check.Bruce Momjian
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-21First a core dump which can be relieved by:Bruce Momjian
2000-10-21This file isn't used anywhere.Peter Eisentraut
2000-10-21Remove CC and CXX.Bruce Momjian
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-21Per my ongoing discussion with PeterE, here is the patch I applied toBruce Momjian
2000-10-21WALVadim B. Mikheev
2000-10-20Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-20WAL need in overwrite mode - restored in new wayVadim B. Mikheev
2000-10-20redo/undo support functions and cleanups.Vadim B. Mikheev
2000-10-20Remove 'override' keyword, which breaks the build on HPUX, and probablyTom Lane
2000-10-20Clean up gcc warnings.Tom Lane
2000-10-19Improve comments.Tom Lane
2000-10-19Fix missing CommandCounterIncrement in DROP USER.Tom Lane
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-10-18I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev
2000-10-17Update pltcl regress test to exercise return_null; also make use ofTom Lane
2000-10-17Locate the file pg_service.conf in the directory configured as --syconfdirPeter Eisentraut
2000-10-17Fixed some bugs in C language parsing.Michael Meskes
2000-10-17* doc/src/sgml/regress.sgml: Update for new driver script.Peter Eisentraut
2000-10-17Some more getTimestamp() fixesPeter Mount
2000-10-17Simplified parsing of connect rule.Michael Meskes
2000-10-17TNS:Bruce Momjian
2000-10-16I wasn't too sure where to mail this.Bruce Momjian
2000-10-16Fixed handling of variables in connect rule.Michael Meskes
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-16Fix typo in code.Bruce Momjian
2000-10-16Something changed, that now shows that there is a dependency missing inBruce Momjian
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-10-16I submitted three patches to pgsql-patches@postgresql.org on Oct 13.Bruce Momjian
2000-10-15Fix prototype declaration based on patch from David ReidPhilip Warner