summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2003-07-24Fix timestamp_date for HAVE_INT64_TIMESTAMP case.Tom Lane
2003-07-24Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane
2003-07-22Error message editing for foreign-key triggers.Tom Lane
2003-07-17Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane
2003-07-17Work around buggy strxfrm() present in some Solaris releases.Tom Lane
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-14Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane
2003-07-04tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-07-03Fix bug I introduced in recent rewrite of NUMERIC code: numeric toTom Lane
2003-07-03Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane
2003-07-01SQL functions can have arguments and results declared ANYARRAY orTom Lane
2003-06-29Support expressions of the form 'scalar op ANY (array)' andTom Lane
2003-06-27Fix compile warnings.Tom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane
2003-06-25Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian
2003-06-25>> If a transaction marks a tuple for update and later commits withoutBruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24Prevent compiler warning from sprintf in recent ipv6 patch.Bruce Momjian
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-06-16Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did notTom Lane
2003-06-11During looking stuff up for a discussion on -general, I realized thatBruce Momjian
2003-06-11Represent grant options in the information schema.Peter Eisentraut
2003-06-02Make the world at least marginally safe for usernames with embedded spaces.Tom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-26Remove comment that cbrt() isn't being used.Bruce Momjian
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-25Clean up our static cbrt() implementation in float.c.Bruce Momjian
2003-05-23Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane
2003-05-20Fix coredump in pg_get_triggerdef, ensure function name is schema-Tom Lane
2003-05-18Add code to test for unknown timezone names (following some ideas fromTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-13More binary I/O routines.Tom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-09Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Remove another old rint() replacement.Bruce Momjian
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-05-04Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane
2003-04-27Prevent coredump in current_schemas() if someone has just deleted aTom Lane
2003-04-26Repair permissions problem in RI triggers: query parsing has to be doneTom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-21stddev() and variance() should return NULL when there is just one inputTom Lane
2003-04-16Fix stupid oversight ...Tom Lane