| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane | 2006-01-13 | 1 | -12/+40 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -17/+60 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -39/+37 |
| * | Fix wrong dependency on owner created by ALTER OPCLASS OWNER. | Tom Lane | 2005-08-23 | 1 | -2/+3 |
| * | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 | 1 | -15/+19 |
| * | 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/+7 |
| * | 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 | -17/+17 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -4/+4 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -4/+4 |
| * | 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/+23 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 1 | -1/+90 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -6/+6 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -72/+217 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -8/+12 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -3/+3 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -2/+2 |
| * | Fix missed message update, per Alvaro Herrera. | Tom Lane | 2003-09-11 | 1 | -2/+2 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -2/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -9/+9 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -8/+14 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -3/+3 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -2/+2 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -42/+74 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -11/+7 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -2/+93 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -7/+4 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -4/+7 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -7/+4 |
| * | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane | 2002-10-04 | 1 | -1/+14 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -48/+47 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -2/+2 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -26/+4 |
| * | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 | 1 | -35/+6 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -0/+639 |