aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Cleanups for int8: guard against null inputs in comparisonTom Lane1999-08-21
* Ooops ... I had left some test coding in selfuncs.c thatTom Lane1999-08-21
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-09
* Further selectivity-estimation work. Speed up eqsel()Tom Lane1999-08-02
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-22
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Re-add Makefile.Bruce Momjian1999-07-20
* Move -ieee to adt Makefile, and add CPU Makefile variable.Bruce Momjian1999-07-20
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Remove un-needed #include's from *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* cleanup of long long int atoi test.Bruce Momjian1999-07-10
* Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian1999-07-09
* Another place that HAVE_LIMITS_H was misspelled.Tom Lane1999-07-09
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-09
* Backup pg_atoi patch for long checking. Caused initdb problems.Bruce Momjian1999-07-09
* > In both datetime_trunc() and timespan_trunc() in dt.c,Bruce Momjian1999-07-08
* pg_atoi() does range check on int4 data only ifBruce Momjian1999-07-08
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-04
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* Temporarily disable error checks for missing selectivityTom Lane1999-06-19
* Repair recently-introduced error in makeIndexable for LIKE:Tom Lane1999-06-07
* Changed "current." into "old." in rule string backparsingJan Wieck1999-06-02
* The INET and CIDR types mistakenly compared 198.68.123.0/24 andBruce Momjian1999-06-02
* Generate a more specific error message when an operator usedTom Lane1999-05-31
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Fixed bug in rules event qualification output.Jan Wieck1999-05-25
* FIx for 0.0.0.0/0 output as 00/0.Bruce Momjian1999-05-25
* Remove 4096 string limited key on block sizeBruce Momjian1999-05-19
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-12
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-12
* Check for NUMERIC overflow a second time after roundingJan Wieck1999-05-10
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* I have two patches for 6.5.0:Bruce Momjian1999-05-05
* Use sprintf() to convert float8 to a string during conversion to numeric.Thomas G. Lockhart1999-05-04