summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1999-06-12Reversed out Massimo patch.Bruce Momjian
1999-06-12I don't like last minute patches before the final freeze, but I believe thatBruce Momjian
1999-06-07Repair recently-introduced error in makeIndexable for LIKE:Tom Lane
1999-06-05trace.patch (compilation error)Marc G. Fournier
1999-06-04Fix for failure to clean SysCache entry when a relation is deletedTom Lane
1999-06-02Changed "current." into "old." in rule string backparsingJan Wieck
1999-06-02The INET and CIDR types mistakenly compared 198.68.123.0/24 andBruce Momjian
1999-05-31Fix some latent bugs in dllist.c (carelessness about settingTom Lane
1999-05-31Generate a more specific error message when an operator usedTom Lane
1999-05-31Correct serious bug in hashtable expansion routine: under theTom Lane
1999-05-29Clean up inefficient and just plain bad code in some hot-spotTom Lane
1999-05-26Add fix for 0x7fU constants to pgindentBruce Momjian
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-25Fixed bug in rules event qualification output.Jan Wieck
1999-05-25FIx for 0.0.0.0/0 output as 00/0.Bruce Momjian
1999-05-22Modify aset.c logic so that blocks requested from malloc getTom Lane
1999-05-22Improve error message from failed LOAD command (includeTom Lane
1999-05-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
1999-05-19Remove 4096 string limited key on block sizeBruce Momjian
1999-05-13set client_encoding to <nothing> crashes backend.Tatsuo Ishii
1999-05-12Fixed small bug in ruleutils and added output of pg_views andJan Wieck
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-12I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian
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