]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1998-06-12  Bruce Momjiantemplate changes
1998-06-12  Bruce Momjianrun autoconf
1998-06-12  Bruce MomjianClean up template names and remove LINUX_ELF hack....
1998-06-09  Bruce MomjianNow 6.4.
1998-06-09  Bruce MomjianAuto-seed random so user's can't request random values...
1998-06-09  Bruce MomjianFix for exec() removal.
1998-06-09  Bruce MomjianAnother for for exec() removal and finding binaries.
1998-06-09  Bruce MomjianAttached is a patch that fixes these leaks, and does...
1998-06-08  Bruce MomjianFixed exec path problem.
1998-06-08  Byron NikolaidisOfficial V.0244 (missed a file)
1998-06-08  Bruce MomjianShow filename on exec failure.
1998-06-08  Bruce MomjianFix typo.
1998-06-08  Bruce MomjianMake regression optional.
1998-06-08  Bruce Momjianupdate to say "most advanced".
1998-06-08  Byron NikolaidisUpdate driver to official 6.30.0244 release.
1998-06-08  Bruce MomjianAdd real random() call to postmaster for use in cancel.
1998-06-05  Bruce MomjianAlso added two new files.
1998-06-05  Bruce MomjianI made several adjustments to my earlier patch to handl...
1998-06-04  Bruce MomjianShow backend status on ps command line. Remove unused...
1998-06-03  Byron NikolaidisUpdate odbc driver to current version V.0244
1998-06-03  Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-06-03  Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-06-03  Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-06-01  Edmund Merglpgsql no more needs to be installed for perl
1998-06-01  Edmund Merglremoved constraint for perl: installed pgsql
1998-06-01  Edmund Mergladapted Makefile.PL to be build in source tree
1998-05-31  Marc G. FournierUpdate the text...
1998-05-31  Thomas G. LockhartRewrite JROUND macro to multiply by 1e6 rather than...
1998-05-29  Bruce Momjiancleanup.
1998-05-29  Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-29  Thomas G. LockhartDefine new routines oper_exact() and oper_inexact().
1998-05-29  Thomas G. LockhartAdd func_select_candidate() to allow use in unary opera...
1998-05-29  Thomas G. LockhartAdd NAMEOID as built-in type.
1998-05-29  Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-29  Thomas G. LockhartRequire #define variable ALLOW_ABSOLUTE_DBPATHS if...
1998-05-29  Thomas G. LockhartFix up a couple of comments broken by the automatic...
1998-05-29  Thomas G. LockhartAdd conversion functions between "name" and other strin...
1998-05-29  Thomas G. LockhartAdd conversion functions to and from the "name" data...
1998-05-29  Thomas G. LockhartEnsure string is completely null padded on input (as...
1998-05-29  Thomas G. LockhartAdd test for UNION.
1998-05-29  Thomas G. LockhartAdd test for UNION.
1998-05-29  Thomas G. LockhartClarify ownership and security issues with alternate...
1998-05-29  Thomas G. LockhartDefine PGDOC to use POSTGRESDIR by default.
1998-05-27  Bruce Momjianpostmaster/postgres options cleanup.
1998-05-26  Bruce MomjianCleanup.
1998-05-26  Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-05-26  Bruce MomjianFix for drop database and junk filters.
1998-05-26  Bruce MomjianFix for postgres started from command line, sends ...
1998-05-24  Bruce MomjianClean up pg_hba.conf
1998-05-24  Marc G. Fournier1998-05-18 Karl Eichwalder <ke@suse.de>
1998-05-24  Marc G. FournierFrom: Brook Milligan <brook@trillium.NMSU.Edu>
1998-05-24  Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-05-22  Bruce MomjianSolaris 5 fix.
1998-05-22  Bruce MomjianMove FAQ_DEV to docs directory, where it belongs.
1998-05-21  Marc G. FournierFrom: David Hartwig <daveh@insightdist.com>
1998-05-21  Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-05-19  Bruce MomjianAllow cancel from client of backend query. Change...
1998-05-18  Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-05-15  Marc G. FournierFrom: "Aldrin L." <aldrin@americasnet.com>
1998-05-15  Bruce MomjianAnother \f\ fix for psql.
1998-05-14  Bruce MomjianPass atttypmod to the frontend.
1998-05-13  Thomas G. LockhartFirst reference manual.
1998-05-13  Thomas G. LockhartFirst files for reference pages.
1998-05-13  Thomas G. LockhartFirst changes for reference pages. Fix markup in the...
1998-05-13  Thomas G. LockhartRemove extraneous -DPARSEDEBUG from CFLAGS options.
1998-05-13  Marc G. FournierMade a copy of errors with the AC_TRY_RUN() macro....
1998-05-13  Marc G. FournierAdd a check for DBL_MIN problem...not sure if this...
1998-05-13  Bruce MomjianRemove added NullProc define, and use fmgr.h value...
1998-05-13  Bruce Momjian|I noticed that the -assignbyidx function of -result...
1998-05-13  Bruce MomjianFix to allow \f \ to make spaces as delimiter.
1998-05-12  Bruce MomjianRemove --disable in configure
1998-05-12  Bruce MomjianRemove --disabled options from configure
1998-05-12  Bruce MomjianThe attached patch corrects two problems with autoconfi...
1998-05-12  Bruce MomjianGive proper error on psql \copy use.
1998-05-12  Bruce MomjianCleanups for large objects, so file is trucated on...
1998-05-12  Bruce MomjianSomeone remove a #define too much from pg_proc.h which...
1998-05-12  Bruce MomjianAdd sys/time.h to fe-misc.c, prevent pgtclsh from using...
1998-05-09  Thomas G. LockhartChanged error message slightly.
1998-05-09  Thomas G. LockhartAdd some more node print routines for debugging only
1998-05-09  Thomas G. LockhartFix CACHEDEBUG debugging statements; usually not used...
1998-05-09  Thomas G. LockhartChange parameters to func_error().
1998-05-09  Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-05-09  Thomas G. LockhartAdd TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92...
1998-05-09  Thomas G. Lockhartllow more variations on valid floating point numbers...
1998-05-09  Thomas G. LockhartImplement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92...
1998-05-09  Thomas G. LockhartAdd parse_coerce.c for type conversion handling.
1998-05-09  Thomas G. LockhartImplement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92...
1998-05-09  Thomas G. LockhartAllow more variations on valid floating point numbers...
1998-05-09  Thomas G. LockhartMake lines and support routines/operators more visible.
1998-05-09  Thomas G. LockhartAdd routines to convert between varchar and bpchar.
1998-05-09  Thomas G. LockhartMake lines more visible to the user.
1998-05-09  Thomas G. LockhartAdd bit flags to support timezonehour and minute in...
1998-05-09  Thomas G. LockhartMake a few line routines visible.
1998-05-09  Thomas G. LockhartDefine "tz_hour" and "tz_minute" arguments to date_part().
1998-05-09  Thomas G. LockhartAllow building a source tarball.
1998-05-09  Thomas G. LockhartMinor markup change.
1998-05-07  Bruce MomjianAdd missing includes.
1998-05-07  Bruce MomjianAdd missing file from Tom Lane.
1998-05-06  Bruce MomjianIt seems the regression tests don't cover copy in/out...
1998-05-06  Bruce MomjianWhat I've done:
next