]> granicus.if.org Git - postgresql/history - src/backend/utils
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianFix for multi-byte includes.
1999-07-16 Tom LaneAdd back improperly removed #include for utils/dynamic_...
1999-07-16 Bruce MomjianMore cleanup
1999-07-16 Bruce MomjianMore cleanup
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianRemove un-needed #include's from *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-13 Bruce MomjianMore cpu cleanups, only for 6.6.
1999-07-11 Tatsuo IshiiFix some compiler warnings (Tomoaki Nishiyama), add...
1999-07-10 Tom LaneFix tuplecmp() to ensure repeatable sort ordering of...
1999-07-10 Bruce Momjiancleanup of long long int atoi test.
1999-07-09 Bruce MomjianRe-apply range check patch after fixing LIMIT_H test...
1999-07-09 Tom LaneAnother place that HAVE_LIMITS_H was misspelled.
1999-07-09 Bruce MomjianFix for ACL length problem on different platforms.
1999-07-09 Bruce MomjianBackup pg_atoi patch for long checking. Caused initdb...
1999-07-08 Bruce Momjian> In both datetime_trunc() and timespan_trunc() in...
1999-07-08 Bruce Momjianpg_atoi() does range check on int4 data only if
1999-07-07 Bruce MomjianFix for \do and ceil()/float.
1999-07-04 Bruce MomjianClarify maximum tuple and max attribute lengths.
1999-07-03 Bruce MomjianAdd abortcurrent trans to temp table fix.
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-07-02 Bruce MomjianFix for removal of temp tables if last transaction...
1999-06-19 Bruce MomjianRename to vararg_format().
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-06-19 Tom LaneTemporarily disable error checks for missing selectivity
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-06-07 Tom LaneRepair recently-introduced error in makeIndexable for...
1999-06-05 Marc G. Fourniertrace.patch (compilation error)
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-06-02 Jan WieckChanged "current." into "old." in rule string backparsing
1999-06-02 Bruce MomjianThe INET and CIDR types mistakenly compared 198.68...
1999-05-31 Tom LaneFix some latent bugs in dllist.c (carelessness about...
1999-05-31 Tom LaneGenerate a more specific error message when an operator...
1999-05-31 Tom LaneCorrect serious bug in hashtable expansion routine...
1999-05-29 Tom LaneClean up inefficient and just plain bad code in some...
1999-05-26 Bruce MomjianAdd fix for 0x7fU constants to pgindent
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-25 Jan WieckFixed bug in rules event qualification output.
1999-05-25 Bruce MomjianFIx for 0.0.0.0/0 output as 00/0.
1999-05-22 Tom LaneModify aset.c logic so that blocks requested from mallo...
1999-05-22 Tom LaneImprove error message from failed LOAD command (include
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-19 Bruce MomjianRemove 4096 string limited key on block size
1999-05-13 Tatsuo Ishiiset client_encoding to <nothing> crashes backend.
1999-05-12 Jan WieckFixed small bug in ruleutils and added output of pg_vie...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-12 Bruce MomjianI am sorry, I misinterpreted the still failing trigger...
1999-05-11 Jan WieckChanged debug options:
1999-05-10 Jan WieckCheck for NUMERIC overflow a second time after rounding
1999-05-10 Bruce MomjianFix initdb problem introduced by recent patch.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-09 Tom LaneFix some miscellaneous places that were using raw open...
1999-05-09 Tom LaneUpdate hash and join routines to use fd.c's new temp...
1999-05-05 Bruce MomjianI have two patches for 6.5.0:
1999-05-04 Thomas G. LockhartUse sprintf() to convert float8 to a string during...
1999-05-03 Tom LaneCorrect declaration of array_map() so that it doesn...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-05-01 Tom LaneArrange for VACUUM to delete the init file that relcach...
1999-05-01 Tom LaneFix compile failures in dt.c --- line broken in middle of
1999-04-29 Jan WieckBugfix (bug by me in 1.4) in backparsing INSERT .....
1999-04-26 Tatsuo IshiiFix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin3...
1999-04-25 Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25 Tom LaneCorrect potential infinite loop in pg_utf2wchar_with_len;
1999-04-25 Tom Laneifdef out some unused routines to suppress gcc warnings.
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-04-20 Tom LanePortability patches for HPUX 11 and Unixware in configure
1999-04-16 Tatsuo IshiiFix kill() call in elog() so that it gets its own pid...
1999-04-15 Thomas G. LockhartFix max(int8) result by making sure int8larger() copies...
1999-04-15 Thomas G. LockhartFix code to check legal dates *before* calling localtim...
1999-04-15 Thomas G. LockhartFix boolean assignment of return values to use "FALSE...
1999-04-12 Vadim B. MikheevFix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().
1999-04-09 Tom LaneFix CREATE OPERATOR ... LANGUAGE 'internal', which...
1999-04-06 Thomas G. LockhartVersion string was truncating the last character.
1999-04-05 Vadim B. MikheevFix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty
1999-04-03 Tom LaneGive a better error message if an SQL-language function is
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-03-28 Tom LaneFix bogus function signature for areajoinsel.
1999-03-24 Tatsuo IshiiAdd KOI8/WIN/ALT support
1999-03-24 Tatsuo IshiiThese small utilities are for generating internal table...
1999-03-22 Bruce MomjianHi,
1999-03-22 Bruce MomjianCleanup of NULL in inet types.
1999-03-21 Bruce MomjianThis patch fixes the bug that made it impossible to...
1999-03-20 Bruce Momjiancleanup
1999-03-18 Bruce Momjiancleanups
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-03-15 Bruce MomjianLIKE cleanup.
1999-03-15 Tom LaneFix brain death in !!= operator ... it's still pretty...
next