summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAgeFilesLines
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-79/+157
* Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane2004-06-081-1/+7
* Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane2004-06-061-93/+99
* Add binary I/O support for composite types.Tom Lane2004-06-061-28/+291
* Preliminary support for composite type I/O; just text for now,Tom Lane2004-06-061-11/+357
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-063-42/+36
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-4/+2
* Add range-checking in timestamp_recv and timestamptz_recv, perTom Lane2004-06-031-17/+42
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-034-190/+191
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-021-1/+47
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-87/+324
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-312-5/+5
* I think I've finally identified the cause of the off-by-one-secondTom Lane2004-05-311-13/+17
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-308-53/+53
* On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane2004-05-271-2/+13
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-261-7/+4
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-262-2/+130
* Add <limits.h>, per Magnus.Tom Lane2004-05-261-2/+3
* The added aggregates are:Bruce Momjian2004-05-261-1/+21
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-267-110/+119
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-221-1/+189
* Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane2004-05-211-1/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-216-221/+121
* Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit theNeil Conway2004-05-191-2/+6
* Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway2004-05-162-12/+53
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-141-8/+141
* Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane2004-05-121-2/+2
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-5/+33
* NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane2004-05-071-9/+4
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-0713-276/+152
* Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane2004-05-051-4/+6
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-112/+100
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-021-38/+1
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-261-1/+38
* Please find a small patch to fix the brain damage "century" andBruce Momjian2004-04-101-3/+15
* Fix some portability issues with new float input code (didn't work onTom Lane2004-04-011-19/+19
* Add missing casts to unsigned char in recently-added isspace() calls.Tom Lane2004-04-013-9/+9
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-015-282/+90
* Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian2004-03-303-11/+15
* Standardize output buffer size and display format for strftime;Tom Lane2004-03-221-3/+3
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-2/+183
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-171-4/+19
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-153-37/+85
* Portability fixes and bug fixes for recent floating point input changes.Neil Conway2004-03-141-66/+157
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-121-32/+16
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-114-76/+115
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-051-1/+15
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-042-5/+43
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-271-1/+2
* Fix a few omissions in the initcap() documentation & source codeNeil Conway2004-02-271-5/+6