| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -57/+57 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -2/+9 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -9/+4 |
| * | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 | 1 | -15/+20 |
| * | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 1 | -1/+87 |
| * | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 | 1 | -6/+16 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -1/+4 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -5/+5 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -14/+14 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+5 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -39/+128 |
| * | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane | 2005-03-29 | 1 | -1/+10 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -11/+11 |
| * | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 | 1 | -40/+141 |
| * | Update obsolete comment. | Neil Conway | 2005-03-13 | 1 | -10/+4 |
| * | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -16/+16 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 | 1 | -7/+36 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 1 | -1/+55 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -8/+23 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -10/+10 |
| * | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 | 1 | -3/+4 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -3/+3 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 1 | -3/+3 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 1 | -10/+19 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -2/+3 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -5/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -4/+4 |
| * | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 | 1 | -2/+2 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -7/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -2/+2 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -10/+11 |
| * | Add HINT if CREATE FUNCTION specifies a valid language, but the language | Bruce Momjian | 2003-09-10 | 1 | -3/+16 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -25/+26 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -8/+15 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -5/+5 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -5/+6 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -110/+189 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -5/+4 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+67 |
| * | Remove restriction that cast functions cannot be volatile. This | Tom Lane | 2003-02-01 | 1 | -1/+8 |
| * | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 | 1 | -7/+7 |
| * | Require superuser privilege to create a binary-compatible cast, per | Tom Lane | 2002-10-04 | 1 | -1/+28 |
| * | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 | 1 | -1/+80 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -24/+49 |
| * | Cast functions can be immutable or stable. | Peter Eisentraut | 2002-09-15 | 1 | -3/+3 |