Commit Graph

54 Commits (4da51bfd6d89762f0a3cacde6edf1ac63c09349e)

Author SHA1 Message Date
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Tom Lane 337b22cb47 Code review for DOMAIN patch. 24 years ago
Tom Lane 7863404417 A bunch of changes aimed at reducing backend startup time... 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Peter Eisentraut 2e57875b97 Use format_type sibling in backend error messages, so the user sees 25 years ago
Tom Lane a933bceacf compatible_oper needs to do ReleaseSysCache in one path to avoid 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 13cc7eb3e2 Clean up two rather nasty bugs in operator selection code. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 7d6af50f43 Make algorithm for resolving UNKNOWN function/operator inputs be 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 26 years ago
Thomas G. Lockhart bc20c41275 Fix bug in recent improvement to type resolution code. Forgot to retain 26 years ago
Thomas G. Lockhart e6e893e74f Enable fallback to string type when argument(s) are of UNKNOWN type. 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 440b0fea3d Another go-round with resolution of ambiguous functions and operators. 26 years ago
Tom Lane d63e05a638 Improve error message wording in unary_op_error() --- suggest that 26 years ago
Tom Lane c9f287e49b Further fixes for bogus list-slinging, scribbling on input, etc in type 26 years ago
Tom Lane 66fe0fc87e Fix poorly worded error messages for unary operator type resolution 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane efb36d2be8 any_ordering_op()'s argument should be declared Oid not int. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 27 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 27 years ago
Tom Lane 5adebf83b6 Clean up some bugs in oper_select_candidate(), notably the 27 years ago
Tom Lane a23faeee83 Remove bogus code in oper_exact --- if it didn't find an exact 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 2e6b1e63a3 Remove unused #includes in *.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
Thomas G. Lockhart 44cf948467 Fix up error messages when looking up functions and operators to not 27 years ago
Thomas G. Lockhart 53b476798a Define routines and catalog entries for string min()/max() functions. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Thomas G. Lockhart ee88006cf2 Clean up code in analyze.c for SERIAL data type. 28 years ago
Thomas G. Lockhart 198bcef025 Use oper_select_candidate() for unary operators 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 28 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Thomas G. Lockhart 8536c96261 Do type conversion to match columns in UNION clauses. 28 years ago
Thomas G. Lockhart 3ace5fd082 Add capabilities for automatic type conversion. 28 years ago
Bruce Momjian 09baa3cc81 This patch... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 412a5e6539 Parser cleanup. 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Marc G. Fournier d876c25803 Fix: 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago