summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1999-05-11Changed debug options:Jan Wieck
1999-05-10Check for NUMERIC overflow a second time after roundingJan Wieck
1999-05-10Fix initdb problem introduced by recent patch.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Fix some miscellaneous places that were using raw open() orTom Lane
1999-05-09Update hash and join routines to use fd.c's new temp-fileTom Lane
1999-05-05I have two patches for 6.5.0:Bruce Momjian
1999-05-04Use sprintf() to convert float8 to a string during conversion to numeric.Thomas G. Lockhart
1999-05-03Correct declaration of array_map() so that it doesn't makeTom Lane
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-05-01Arrange for VACUUM to delete the init file that relcache.c usesTom Lane
1999-05-01Fix compile failures in dt.c --- line broken in middle ofTom Lane
1999-04-29Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECTJan Wieck
1999-04-26Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane
1999-04-25ifdef out some unused routines to suppress gcc warnings.Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-20Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane
1999-04-20Portability patches for HPUX 11 and Unixware in configureTom Lane
1999-04-16Fix kill() call in elog() so that it gets its own pid by calling getpid().Tatsuo Ishii
1999-04-15Fix max(int8) result by making sure int8larger() copies its resultThomas G. Lockhart
1999-04-15Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart
1999-04-15Fix boolean assignment of return values to use "FALSE" rather than theThomas G. Lockhart
1999-04-12Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().Vadim B. Mikheev
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-04-06Version string was truncating the last character.Thomas G. Lockhart
1999-04-05Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirtyVadim B. Mikheev
1999-04-03Give a better error message if an SQL-language function isTom Lane
1999-03-29Modify fmgr so that internal name (compiler name) of a built-inTom Lane
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-28Fix bogus function signature for areajoinsel.Tom Lane
1999-03-24Add KOI8/WIN/ALT supportTatsuo Ishii
1999-03-24These small utilities are for generating internal tables fromTatsuo Ishii
1999-03-22Hi,Bruce Momjian
1999-03-22Cleanup of NULL in inet types.Bruce Momjian
1999-03-21This patch fixes the bug that made it impossible to grant permissions toBruce Momjian
1999-03-20cleanupBruce Momjian
1999-03-18cleanupsBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-03-15LIKE cleanup.Bruce Momjian
1999-03-15Fix brain death in !!= operator ... it's still pretty bogusTom Lane
1999-03-15> > > This patches src/bin/psql/psql.c.Bruce Momjian
1999-03-14src/backend/utils/adt/numeric.c fails to compile due to a string havingBruce Momjian
1999-03-14Attempting to insert a value of 'now' into a datetime typeBruce Momjian
1999-03-14Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-03-07Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane
1999-03-06A few further tweaks to shared memory space estimation.Tom Lane