summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-17Fix for multi-byte includes.Bruce Momjian
1999-07-16Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane
1999-07-16More cleanupBruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Remove un-needed #include's from *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-13More cpu cleanups, only for 6.6.Bruce Momjian
1999-07-11Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii
1999-07-10Fix tuplecmp() to ensure repeatable sort ordering of tuplesTom Lane
1999-07-10cleanup of long long int atoi test.Bruce Momjian
1999-07-09Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian
1999-07-09Another place that HAVE_LIMITS_H was misspelled.Tom Lane
1999-07-09Fix for ACL length problem on different platforms.Bruce Momjian
1999-07-09Backup pg_atoi patch for long checking. Caused initdb problems.Bruce Momjian
1999-07-08> In both datetime_trunc() and timespan_trunc() in dt.c,Bruce Momjian
1999-07-08pg_atoi() does range check on int4 data only ifBruce Momjian
1999-07-07Fix for \do and ceil()/float.Bruce Momjian
1999-07-04Clarify maximum tuple and max attribute lengths.Bruce Momjian
1999-07-03Add abortcurrent trans to temp table fix.Bruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-07-02Fix for removal of temp tables if last transaction was aborted.Bruce Momjian
1999-06-19Rename to vararg_format().Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-06-19Temporarily disable error checks for missing selectivityTom Lane
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