Commit Graph

26 Commits (d768cb267b9651faeaed48e77cc398ff0be6a0df)

Author SHA1 Message Date
Tom Lane f45df8c014 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 23 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 23 years ago
Bruce Momjian ce3d087010 This patch adds support for inet[] arrays to the /contrib/array module. 23 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane d0e17e2112 Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
Tom Lane 8a098f2f5d Update array_iterator to use new fmgr interface. 26 years ago
Tom Lane bec82a8571 Print OIDs as %u not %d. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian a2226ad237 contrib-array.patch 26 years ago
Bruce Momjian 5a017b96ad Apply contrib patch from Massimo 26 years ago
Bruce Momjian 27b8143944 Hi, 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 787786085f contrib/array_iterator/array_iterator.c won't compile. 27 years ago
Bruce Momjian 7311da9ec4 i have made minor changes to array_iterator to make it work with 27 years ago
Marc G. Fournier eec4c7366f From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Marc G. Fournier 5b4b3d563d From: Jun Kuwamura <juk@rccm.co.jp> 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 9d00fbbeb0 Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff. 28 years ago
Bruce Momjian 951986c550 Update of contrib stuff from massimo. 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Marc G. Fournier 9848d3655d Support Docs & Contrib 29 years ago