summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane2001-03-141-34/+1
* Fix numeric modulo operator for case of fractional right argument.Tom Lane2001-03-141-4/+7
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-5/+5
* Correct bogus output formatting of timeofday() function. A number ofTom Lane2001-02-211-5/+5
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-211-3/+3
* Add some notes about memory management of RI plans.Tom Lane2001-02-151-2/+14
* Reduce default selectivity estimates for geometric operators; it seemsTom Lane2001-02-151-5/+5
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-69/+409
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-132-2/+20
* poit -> point.Bruce Momjian2001-02-121-2/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-102-4/+6
* Dump/display 'timestamp' as 'timestamp with time zone', to make room for aPeter Eisentraut2001-02-051-1/+5
* Change float8-to-int8 conversion to round to nearest, rather thanTom Lane2001-01-261-11/+11
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2434-68/+68
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-184-61/+42
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-174-55/+60
* Make aclcontains() do something that's at least vaguely reasonable:Tom Lane2001-01-141-4/+10
* Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane2001-01-031-1/+26
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-031-5/+5
* Let's try this again on accepting the correct range of Oid input valuesTom Lane2000-12-281-4/+11
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-122/+26
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-231-11/+9
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-221-52/+88
* Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1Tom Lane2000-12-221-25/+25
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-221-12/+50
* here is a patch fixing today's bug report:Bruce Momjian2000-12-151-10/+71
* Fix ILIKE bug (only in multi-byte case)Tatsuo Ishii2000-12-111-23/+22
* Portability fix from Ryan Kirkpatrick's Alpha patches. I believe thisTom Lane2000-12-091-10/+6
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-083-23/+96
* Change lpad() and rpad() to behave more Oracle-compatibly when targetTom Lane2000-12-071-23/+61
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-072-60/+284
* Silence compiler warning.Tom Lane2000-12-071-3/+3
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-0317-134/+139
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-3/+111
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-011-16/+27
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-281-10/+21
* Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii2000-11-261-2/+20
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-252-45/+57
* Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane2000-11-251-6/+36
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-252-9/+54
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-251-95/+179
* Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut2000-11-221-1/+4
* Put external declarations into header files.Peter Eisentraut2000-11-211-7/+1
* Add missing #include <errno.h>.Tom Lane2000-11-211-3/+4
* keep relations open until they are no longer needed.Hiroshi Inoue2000-11-211-5/+9
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-211-27/+68
* Modify input and output routines to print plain binary strings without anyPeter Eisentraut2000-11-181-17/+32
* Suppress 'comparison-is-always-true' warning on machinesTom Lane2000-11-181-2/+2
* Modify locale code to defend against possibility that it was compiledTom Lane2000-11-181-18/+32