| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 | 1 | -34/+1 |
| * | Fix numeric modulo operator for case of fractional right argument. | Tom Lane | 2001-03-14 | 1 | -4/+7 |
| * | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 | 1 | -5/+5 |
| * | Correct bogus output formatting of timeofday() function. A number of | Tom Lane | 2001-02-21 | 1 | -5/+5 |
| * | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane | 2001-02-21 | 1 | -3/+3 |
| * | Add some notes about memory management of RI plans. | Tom Lane | 2001-02-15 | 1 | -2/+14 |
| * | Reduce default selectivity estimates for geometric operators; it seems | Tom Lane | 2001-02-15 | 1 | -5/+5 |
| * | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -69/+409 |
| * | Please apply the following patch to fix AIX and IRIX timestamp behavior | Bruce Momjian | 2001-02-13 | 2 | -2/+20 |
| * | poit -> point. | Bruce Momjian | 2001-02-12 | 1 | -2/+2 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 2 | -4/+6 |
| * | Dump/display 'timestamp' as 'timestamp with time zone', to make room for a | Peter Eisentraut | 2001-02-05 | 1 | -1/+5 |
| * | Change float8-to-int8 conversion to round to nearest, rather than | Tom Lane | 2001-01-26 | 1 | -11/+11 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 34 | -68/+68 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -2/+2 |
| * | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 | 4 | -61/+42 |
| * | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart | 2001-01-17 | 4 | -55/+60 |
| * | Make aclcontains() do something that's at least vaguely reasonable: | Tom Lane | 2001-01-14 | 1 | -4/+10 |
| * | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane | 2001-01-03 | 1 | -1/+26 |
| * | Repair always-broken date_part('quarter',timestamp). | Thomas G. Lockhart | 2001-01-03 | 1 | -5/+5 |
| * | Let's try this again on accepting the correct range of Oid input values | Tom Lane | 2000-12-28 | 1 | -4/+11 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -122/+26 |
| * | Replace overly-cute coding with code that (a) has defined behavior | Tom Lane | 2000-12-23 | 1 | -11/+9 |
| * | Repair not-too-well-thought-out code to do rangechecking of OIDs on | Tom Lane | 2000-12-22 | 1 | -52/+88 |
| * | Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1 | Tom Lane | 2000-12-22 | 1 | -25/+25 |
| * | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 | 1 | -12/+50 |
| * | here is a patch fixing today's bug report: | Bruce Momjian | 2000-12-15 | 1 | -10/+71 |
| * | Fix ILIKE bug (only in multi-byte case) | Tatsuo Ishii | 2000-12-11 | 1 | -23/+22 |
| * | Portability fix from Ryan Kirkpatrick's Alpha patches. I believe this | Tom Lane | 2000-12-09 | 1 | -10/+6 |
| * | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 | 3 | -23/+96 |
| * | Change lpad() and rpad() to behave more Oracle-compatibly when target | Tom Lane | 2000-12-07 | 1 | -23/+61 |
| * | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane | 2000-12-07 | 2 | -60/+284 |
| * | Silence compiler warning. | Tom Lane | 2000-12-07 | 1 | -3/+3 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 17 | -134/+139 |
| * | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 | 1 | -3/+111 |
| * | It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code | Tom Lane | 2000-12-01 | 1 | -16/+27 |
| * | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane | 2000-11-28 | 1 | -10/+21 |
| * | Fix for inserting/copying longer multibyte strings into bpchar data | Tatsuo Ishii | 2000-11-26 | 1 | -2/+20 |
| * | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane | 2000-11-25 | 2 | -45/+57 |
| * | Fix some portability bugs I'd introduced into inet/cidr code --- | Tom Lane | 2000-11-25 | 1 | -6/+36 |
| * | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 | 2 | -9/+54 |
| * | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian | 2000-11-25 | 1 | -95/+179 |
| * | Fix for bitsubstr when third argument is missing (i.e., -1). | Peter Eisentraut | 2000-11-22 | 1 | -1/+4 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -7/+1 |
| * | Add missing #include <errno.h>. | Tom Lane | 2000-11-21 | 1 | -3/+4 |
| * | keep relations open until they are no longer needed. | Hiroshi Inoue | 2000-11-21 | 1 | -5/+9 |
| * | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 | 1 | -27/+68 |
| * | Modify input and output routines to print plain binary strings without any | Peter Eisentraut | 2000-11-18 | 1 | -17/+32 |
| * | Suppress 'comparison-is-always-true' warning on machines | Tom Lane | 2000-11-18 | 1 | -2/+2 |
| * | Modify locale code to defend against possibility that it was compiled | Tom Lane | 2000-11-18 | 1 | -18/+32 |