Commit Graph

253 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 23 years ago
Tom Lane d85286305d Error message editing in backend/catalog. 23 years ago
Tom Lane 216311d590 First bits of work on error message editing. 23 years ago
Tom Lane f973b74583 Department of second thoughts: even if we can't run the full parser on 23 years ago
Tom Lane d6d07a0eea SQL functions can have arguments and results declared ANYARRAY or 23 years ago
Tom Lane 3fb6f1347f Replace cryptic 'Unknown kind of return type' messages with something 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Tom Lane a0bf885f9e Phase 2 of read-only-plans project: restructure expression-tree nodes 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 c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 24 years ago
Tom Lane 64505ed58b Code review for standalone composite types, query-specified composite 24 years ago
Tom Lane a2a3192802 Further cleanup around the edges of OPAQUE/pseudotype changes. Correct 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 24 years ago
Tom Lane 07f9682de4 Preliminary code review for anonymous-composite-types patch: fix breakage 24 years ago
Tom Lane 0fe931a3e0 Code review for anonymous-functions patch --- clean up some confusion 24 years ago
Tom Lane 1be014313a Fix merge failures for anonymous-type patch. From Joe Conway. 24 years ago
Bruce Momjian 58c227693d Fix compile failures for FRS composite tyhpe patch until Joe can fix it. 24 years ago
Bruce Momjian 9218689b69 Attached are two patches to implement and document anonymous composite 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Tom Lane 11333426f1 Implement DROP SCHEMA. It lacks support for dropping conversions and 24 years ago
Tom Lane 5af19e4227 Add more dependency insertions --- this completes the basic pg_depend 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane b8ffc99602 Minor kibitzing. 24 years ago
Peter Eisentraut d60f10b0e7 Add optional "validator" function to languages that can validate the 24 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Tom Lane 22d641a7d4 Get rid of the last few uses of typeidTypeName() rather than 24 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 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Tom Lane 337b22cb47 Code review for DOMAIN patch. 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Peter Eisentraut 8adf56f77a Privileges on functions and procedural languages 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Tom Lane f2c657375d Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 25 years ago
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput. 25 years ago
Tom Lane 5b2208a82e Allow the return value of an SQL function to be binary-compatible with 25 years ago
Peter Eisentraut 8265769c82 message refinements 25 years ago
Peter Eisentraut 2e57875b97 Use format_type sibling in backend error messages, so the user sees 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago