summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane
2001-09-21Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane
2001-09-20Suppress gcc warning.Tom Lane
2001-09-20Remove some dead code and obsolete, misleading comments.Tom Lane
2001-09-20Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut
2001-09-19Remove old file.Peter Eisentraut
2001-09-19Change the version. We are moving towards the next release.D'Arcy J.M. Cain
2001-09-19Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
2001-09-19Replace useless strcasecmp's by strcmp's.Peter Eisentraut
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-09-17Unify the zip rules and variables.Peter Eisentraut
2001-09-17Fix bogus failure-return value from lo_create, per report from GavinTom Lane
2001-09-17Attached is a patch that fixes ResultSetMetaData.isNullable() inBruce Momjian
2001-09-17I'm attaching a patch which fixes the corruption in strings causedBruce Momjian
2001-09-17Change FixupBlobXrefs() to take 'lo' type into account.Hiroshi Inoue
2001-09-17Simplify and clean up FigureColname; make it work without coredumpingTom Lane
2001-09-17Use portable putenv(), not unportable setenv().Tom Lane
2001-09-17Suppress compiler warning.Tom Lane
2001-09-16Russian translation from Serguei MokhovPeter Eisentraut
2001-09-16Update from Serguei MokhovPeter Eisentraut
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-09-14> Here's a revised patch. Changes:Bruce Momjian
2001-09-14Allow '1' in jdbc2 boolean test.Bruce Momjian
2001-09-14Remove --enable-unicode-conversionTatsuo Ishii
2001-09-14Change an *if condition*.Hiroshi Inoue
2001-09-141) Improve the implementation of *Disallow Premature* forHiroshi Inoue
2001-09-14Fix a coversation error with pre 6.4 versions.Hiroshi Inoue
2001-09-13Add missing paren to ODBC compiles.Bruce Momjian
2001-09-13Didn't want that jdbc patch in there yet.Bruce Momjian
2001-09-13> I found a problem with PQescapeString (I think). Since it escapesBruce Momjian
2001-09-131) Not export ODBC 3.0 functions.Hiroshi Inoue
2001-09-12max_locks_per_transaction seems to be a more consistent name thanPeter Eisentraut
2001-09-12It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian
2001-09-12I noticed that plpython does not make the relid available insideBruce Momjian
2001-09-11Link ODBC driver with -lnsl and -lsocket, for Solaris.Peter Eisentraut
2001-09-11Use gcc -shared rather than gcc -G for shared library linking on Solaris.Peter Eisentraut
2001-09-11Invoke on_exit() with correct number and type of arguments.Peter Eisentraut
2001-09-11Fix some multibyte related bugs.Hiroshi Inoue
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-09-10Add explicit '-print' to 'find' commands.Peter Eisentraut
2001-09-10Remove extra space at end of line.Peter Eisentraut
2001-09-10Attached is a patch that fixes DatabaseMetaDataTest in the JDBCBruce Momjian
2001-09-10Attached is a patch to add bytea support to JDBC.Bruce Momjian
2001-09-10On Fri, 07 Sep 2001 01:34:46 -0400, Tom Lane wrote:Bruce Momjian
2001-09-10Attached is a patch that fixesBruce Momjian
2001-09-10Bug #1: attribute name when column is type cast:Bruce Momjian
2001-09-10> NOTE: in the command.c in three places there (I believe) is a typo:Bruce Momjian
2001-09-10The attached patch should be sufficient to fix libpgtcl. It requiresBruce Momjian