Commit Graph

139 Commits (abd183e4e718a79ad35e6a53b45155cec6bf8ce3)

Author SHA1 Message Date
Tom Lane ba1e066e46 Implement array_send/array_recv (binary I/O for arrays). This exposed 23 years ago
Tom Lane 45d04099df Reinstate pg_type's typsend and typreceive columns. They don't do much 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Tom Lane 5fdb142f16 Tweak ArrayCount() to forestall possible access to temp[-1]. Problem 23 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 23 years ago
Bruce Momjian fef731d1c4 The "Allow easy display of usernames in a group (pg_hba.conf uses groups 23 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 251282d4b7 Tweak behavior of array slicing operations: seems like it ought to be 24 years ago
Tom Lane 0f2fbbbac1 Try to make array_in's behavior a tad less bizarre. Leading whitespace 24 years ago
Tom Lane 608d843e61 Array slice extraction should produce a result array with index lower 24 years ago
Peter Eisentraut 851f766115 array_ref() should set isNull to false explicitly if it's not going to 24 years ago
Bruce Momjian b4a5fa4518 Remove MAX/MIN() macros, use c.h Max/Min() instead. 24 years ago
Tom Lane 636a939fe5 Fix array_out's failure to backslash backslashes, per bug# 524. Also, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 85b762b499 Clean up array-dimensions parser a bit. 25 years ago
Tom Lane c7793a731c Ensure that values stored within arrays are not toasted, per 26 years ago
Tom Lane e4e6459c0f Further cleanup of array behavior. Slice assignments to arrays with 26 years ago
Tom Lane d0e17e2112 Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Tom Lane ff7b9f5541 I had overlooked the fact that some fmgr-callable functions return void 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Tom Lane ae526b4070 Another round of updates for new fmgr, mostly in the datetime code. 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 26 years ago
Tom Lane 6ed00fee53 Convert array_map to use new fmgr interface. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 584e646ad8 Fix a passel of problems with incorrect calls to typinput and typoutput 26 years ago
Bruce Momjian cb0032cdcf Update for QNX from Kardos, Dr. Andrea 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Bruce Momjian faf7d78174 Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian fb38a5d8cf Remove un-needed #include's from *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0: 27 years ago
Tom Lane b6c732e63c Correct declaration of array_map() so that it doesn't make 27 years ago