Commit Graph

142 Commits (debb072886efcb15e7f0825e35b168afe316d37d)

Author SHA1 Message Date
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
Tom Lane c3086c8f53 Function-call-style type coercions should be treated as explicit 23 years ago
Tom Lane 76d09f4610 Fix case where a function in FROM returns a scalar type, but is 23 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Tom Lane b084cc3504 Cause schema-qualified FROM items and schema-qualified variable references 23 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Tom Lane 22d641a7d4 Get rid of the last few uses of typeidTypeName() rather than 23 years ago
Tom Lane 3389a110d4 Get rid of long-since-vestigial Iter node type, in favor of adding a 23 years ago
Tom Lane f9e4f611a1 First pass at set-returning-functions in FROM, by Joe Conway with 23 years ago
Tom Lane 90739d4621 Make ruleutils.c schema-aware. Displayed names are schema-qualified 23 years ago
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