| Commit message (Expand) | Author | Age |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Add HINT if CREATE FUNCTION specifies a valid language, but the language | Bruce Momjian | 2003-09-10 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Remove restriction that cast functions cannot be volatile. This | Tom Lane | 2003-02-01 |
* | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 |
* | Require superuser privilege to create a binary-compatible cast, per | Tom Lane | 2002-10-04 |
* | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | Cast functions can be immutable or stable. | Peter Eisentraut | 2002-09-15 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Create/drop cast now requires ownership of at least one of the types. | Peter Eisentraut | 2002-08-11 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | Use aclcheck_error() in place of ad-hoc permissions complaints. | Tom Lane | 2002-07-29 |
* | Fix minor coding error: don't ReleaseSysCache until after last use of | Tom Lane | 2002-07-29 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut | 2002-07-22 |
* | Patch problems caused by code drift since OID patch creation. | Bruce Momjian | 2002-07-20 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 |
* | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 |
* | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 |