| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for no platform NAN. | Bruce Momjian | 1999-01-01 | 3 | -7/+13 |
| | | |||||
| * | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | 1998-12-31 | 3 | -52/+76 |
| | | | | | | | | | to give HAVE_TM_ZONE priority. This fixes glibc2 machines and any other machine which passes both tests in configure. Repair HAVE_TM_ZONE code which stuffs tm structure with date type values. Same problems as were originally there before v6.1, but never noticed. Thanks to Oleg for nagging :) | ||||
| * | Little precision fix for POWER(). I discovered problems with big | Jan Wieck | 1998-12-30 | 1 | -4/+4 |
| | | | | | | | exponents. Jan | ||||
| * | Added NUMERIC data type with many builtin funcitons, operators | Jan Wieck | 1998-12-30 | 2 | -2/+3613 |
| | | | | | | | and aggregates. Jan | ||||
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -14/+14 |
| | | | | | | LOCK TABLE IN ... MODE ...implemented | ||||
| * | Serialized mode works! | Vadim B. Mikheev | 1998-12-16 | 1 | -1/+160 |
| | | |||||
| * | Oops, sorry...meant to commit the patch from Thomas for tzn->CTZName | Marc G. Fournier | 1998-12-15 | 1 | -6/+2 |
| | | |||||
| * | tzn undeclared in FreeBSD, commented out. | Vadim B. Mikheev | 1998-12-15 | 1 | -1/+4 |
| | | |||||
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 3 | -24/+203 |
| | | | | | New code for locking buffer' context. | ||||
| * | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 | 2 | -30/+34 |
| | | | | | | | | | | | where you state a format and arguments. the old behavior required each appendStringInfo to have to have a sprintf() before it if any formatting was required. Also shortened several instances where there were multiple appendStringInfo() calls in a row, doing nothing more then adding one more word to the String, instead of doing them all in one call. | ||||
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -1/+3 |
| | | | | | | | Switch sprintf() to snprintf() Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of code | ||||
| * | Current multi-byte related codes have a bug with SQL_ASCII | Bruce Momjian | 1998-12-14 | 1 | -2/+3 |
| | | | | | | | | | | | | support. Included patches will solve it and should be applied to both trees. Also, it fix the problem with \c command of psql when switching different encoding databases. Regression tests passed. -- Tatsuo Ishii t-ishii@sra.co.jp | ||||
| * | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart | 1998-12-13 | 2 | -13/+39 |
| | | |||||
| * | Switch around conditional code so that HAVE_TM_ZONE takes precedence | Thomas G. Lockhart | 1998-12-13 | 1 | -15/+25 |
| | | | | | | | | over HAVE_INT_TIMEZONE. This may help out linux/glibc2 and Dec Alpha. Included #error precompiler macros to catch cases where neither is defined but USE_POSIX_TIME is (shouldn't happen). Hopefully this isn't just a gcc-ism. | ||||
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -1/+33 |
| | | | | | | Extend new type coersion techniques to aggregates. Clean up a few elog() messages. | ||||
| * | Change exp() behavior to generate error on underflow rather | Tom Lane | 1998-11-29 | 1 | -3/+4 |
| | | | | | | | than silently returning zero on some machines. Correct float8 regress test to agree. Also fix pow() overflow/underflow check to work correctly on HPUX. | ||||
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 9 | -89/+68 |
| | | |||||
| * | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 | 1 | -1/+91 |
| | | | | | | This will fix the problem reported by Jose' Soares when trying to cast a float to text. | ||||
| * | Very minor cleanup of no-op code. | Thomas G. Lockhart | 1998-10-29 | 1 | -66/+9 |
| | | |||||
| * | Add oid8neq. | Bruce Momjian | 1998-10-29 | 1 | -1/+7 |
| | | |||||
| * | Re-fix test for negative-integer return code that should be | Tom Lane | 1998-10-29 | 1 | -2/+2 |
| | | | | | testing for null-pointer return code... | ||||
| * | D'Arcy INET fix. | Bruce Momjian | 1998-10-29 | 1 | -6/+4 |
| | | |||||
| * | Eliminate need for cpp-from-stdin by using a temp file. | Tom Lane | 1998-10-28 | 1 | -5/+9 |
| | | |||||
| * | Reverse out addition of snprintf. | Bruce Momjian | 1998-10-28 | 1 | -8/+4 |
| | | |||||
| * | Fix for tprintf overruns from Göran Thyni. | Bruce Momjian | 1998-10-27 | 1 | -4/+8 |
| | | |||||
| * | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 | 4 | -16/+18 |
| | | |||||
| * | Fix some actual bugs exposed by compiler warnings. | Tom Lane | 1998-10-26 | 1 | -5/+5 |
| | | | | | | | (Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...) | ||||
| * | rename file. | Bruce Momjian | 1998-10-23 | 1 | -447/+0 |
| | | |||||
| * | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 2 | -2/+486 |
| | | |||||
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -32/+8 |
| | | |||||
| * | CIDR/INET fixes from D'Arcy. | Bruce Momjian | 1998-10-22 | 3 | -69/+263 |
| | | |||||
| * | Fix for funcs on INET/CIDR. | Bruce Momjian | 1998-10-22 | 1 | -1/+25 |
| | | |||||
| * | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | 1998-10-22 | 1 | -1/+8 |
| | | |||||
| * | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -18/+99 |
| | | |||||
| * | Add RIP notice for Paul. | Bruce Momjian | 1998-10-21 | 1 | -1/+2 |
| | | |||||
| * | INET fix from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -29/+32 |
| | | |||||
| * | Remove unused INET functions for D'Arcy. | Bruce Momjian | 1998-10-20 | 1 | -110/+1 |
| | | |||||
| * | Disable inet. | Bruce Momjian | 1998-10-17 | 1 | -1/+5 |
| | | |||||
| * | Re-enable inet code. | Bruce Momjian | 1998-10-17 | 2 | -18/+12 |
| | | |||||
| * | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 | 2 | -2/+7 |
| | | | | | | | | | | | DataDir is set after read_pg_options if postgres is called interactively. If postgres is forked by postgres DataDir is read from the PGDATA enviromnent variable set by the postmaster and this explains while the bug disappears. I have written this patch but I don't like it. Any better idea? Massimo Dal Zotto | ||||
| * | Allow auto-detection of cpp and required flags. | Thomas G. Lockhart | 1998-10-14 | 1 | -8/+6 |
| | | |||||
| * | Fix for inet from Tom H. | Bruce Momjian | 1998-10-12 | 1 | -10/+15 |
| | | |||||
| * | Fix for version.c warning. | Bruce Momjian | 1998-10-12 | 1 | -1/+3 |
| | | |||||
| * | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 | 2 | -7/+209 |
| | | |||||
| * | Fix for inet_net_pton() from Tom. | Bruce Momjian | 1998-10-12 | 1 | -2/+2 |
| | | |||||
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 2 | -17/+7 |
| | | |||||
| * | Fix for version() string overwrite. | Bruce Momjian | 1998-10-09 | 1 | -2/+2 |
| | | |||||
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 7 | -15/+29 |
| | | |||||
| * | Fix for INET type addition. | Bruce Momjian | 1998-10-08 | 2 | -4/+4 |
| | | |||||
| * | I agree. I think, though, that the best argument presented in the | Bruce Momjian | 1998-10-08 | 3 | -37/+39 |
| | | | | | | | | debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo | ||||
