| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 | 1 | -16/+22 |
| * | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 | 1 | -1/+3 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -3/+3 |
| * | Seems like a good idea for template1 to contain ANALYZE stats for the | Tom Lane | 2002-09-05 | 1 | -1/+2 |
| * | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 | 1 | -1/+9 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 2 | -23/+16 |
| * | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 | 1 | -8/+5 |
| * | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian | 2002-08-27 | 1 | -14/+5 |
| * | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 | 1 | -85/+39 |
| * | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 | 1 | -3/+16 |
| * | As discussed on several occasions previously, the new anonymous | Bruce Momjian | 2002-08-15 | 1 | -1/+16 |
| * | Make the standard system views schema-aware. | Tom Lane | 2002-08-08 | 1 | -39/+48 |
| * | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 | 1 | -41/+86 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -2/+3 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 1 | -2/+1 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -1/+2 |
| * | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane | 2002-07-18 | 1 | -1/+4 |
| * | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 | 1 | -1/+6 |
| * | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane | 2002-07-16 | 1 | -1/+28 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 2 | -4/+4 |
| * | Spell long option with -c not --, for compatibility's sake. | Tom Lane | 2002-05-21 | 1 | -2/+2 |
| * | Guard against empty-string results from pg_getlocale. | Tom Lane | 2002-05-17 | 1 | -7/+7 |
| * | Make initdb print a message about which locale it is about to use. | Peter Eisentraut | 2002-05-09 | 1 | -1/+25 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -1/+4 |
| * | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 1 | -3/+3 |
| * | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 1 | -2/+2 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 1 | -7/+9 |
| * | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -3/+10 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -3/+100 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -2/+2 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -2/+3 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -1/+19 |
| * | Encoding isn't necessarily multibyte | Peter Eisentraut | 2001-11-25 | 1 | -2/+2 |
| * | Make initdb --help not line wrap. | Bruce Momjian | 2001-11-24 | 1 | -2/+2 |
| * | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 | 1 | -4/+6 |
| * | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane | 2001-10-16 | 1 | -5/+5 |
| * | These are further fixes for double quotes missing in the various shell | Bruce Momjian | 2001-09-30 | 1 | -2/+2 |
| * | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 | 1 | -15/+12 |
| * | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 1 | -7/+3 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -2/+2 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -1/+7 |
| * | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut | 2001-08-25 | 1 | -27/+45 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -17/+30 |
| * | Change SQL commands embedded in the initdb script from the style | Tom Lane | 2001-07-31 | 1 | -296/+302 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -3/+3 |
| * | Don't use a temp file. It was created insecurely and was easy to do without. | Peter Eisentraut | 2001-06-23 | 1 | -15/+6 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+165 |
| * | Revoke public read access from pg_statistic, create new system view | Tom Lane | 2001-06-14 | 1 | -2/+43 |