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