Commit Graph

126 Commits (1a69a37d5b44ebc97c053ee660bbd610cebbfd93)

Author SHA1 Message Date
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Tom Lane f2d70d32eb Functions live in namespaces. Qualified function names work, eg 24 years ago
Tom Lane 0332d65ac4 Implement partial-key searching of syscaches, per recent suggestion 24 years ago
Tom Lane 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and 24 years ago
Tom Lane d67442ccfd Mop-up some infelicities in new relation lookup handling. 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Tom Lane 108a0ec87d A little further progress on schemas: push down RangeVars into 24 years ago
Tom Lane 95ef6a3448 First phase of SCHEMA changes, concentrating on fixing the grammar and 24 years ago
Tom Lane 337b22cb47 Code review for DOMAIN patch. 24 years ago
Tom Lane 6eeb95f0f5 Restructure representation of join alias variables. An explicit JOIN 24 years ago
Tom Lane 7863404417 A bunch of changes aimed at reducing backend startup time... 24 years ago
Tom Lane 990eb8552e Don't accept names of complex types (ie, relation types) as being 24 years ago
Tom Lane 8bfc437301 Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering 24 years ago
Tom Lane 7d05310828 Fix problem reported by Alex Korn: if a relation has been dropped and 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 03b0a589d1 Consider interpreting a function call as a trivial (binary-compatible) 24 years ago
Peter Eisentraut 2e57875b97 Use format_type sibling in backend error messages, so the user sees 24 years ago
Jan Wieck 8d80b0d980 Statistical system views (yet without the config stuff, but 24 years ago
Bruce Momjian 385d271b81 Comment additions in parser. 24 years ago
Bruce Momjian 5e987038ce Move ParserFuncOrColumn function higher in the file. 24 years ago
Bruce Momjian 5ec8474323 New comment. This func/column things has always confused me. 24 years ago
Bruce Momjian f61d70c2ac Undo \dT change. Not worth it. 24 years ago
Bruce Momjian 2fd831d323 Rename ParseFuncOrColumn() to ParseColumnOrFunc(). 24 years ago
Bruce Momjian dc0ff5c67a Small code cleanups,formatting. 24 years ago
Tom Lane 23436bd530 Further tweaking of error messages for cases involving attributes & 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 7f02049137 Give a more reasonable error message for a bad attribute name applied 25 years ago
Tom Lane 4a66f9dd54 Change scoping of table and join refnames to conform to SQL92: a JOIN 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane b686fb5bf1 Remove no-longer-needed restriction against referencing system 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 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 25 years ago
Thomas G. Lockhart bc20c41275 Fix bug in recent improvement to type resolution code. Forgot to retain 25 years ago
Thomas G. Lockhart 155e0b998a Allow type resolution for UNKNOWN arguments to functions to fall back to 25 years ago
Tom Lane 3a94e789f5 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 25 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 25 years ago
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ... 25 years ago
Tom Lane 4b8f1bcb9c Make functional indexes accept binary-compatible functions, for example 25 years ago
Tom Lane 62e29fe2e7 Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 25 years ago
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 25 years ago
Bruce Momjian 946e80c435 Final #include cleanup. 25 years ago
Bruce Momjian df43800fc8 Clean up #include's. 25 years ago
Tom Lane 3477957b44 Update sequence-related functions to new fmgr style. Remove downcasing, 25 years ago
Bruce Momjian 2ea370a3ce New warning code about auto-created range table entries. 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tom Lane 8bba4b4e0e Generate a reasonable error message when an aggregate function is applied 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 37ab088770 Remove no-longer-necessary restriction against uplevel correlation vars 26 years ago