aboutsummaryrefslogtreecommitdiff
path: root/src/bin/initdb
Commit message (Expand)AuthorAge
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Seems like a good idea for template1 to contain ANALYZE stats for theTom Lane2002-09-05
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-03
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* This patch updates the lock listing code to use Joe Conway's newBruce Momjian2002-08-27
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* [ Newest version of patch applied.]Bruce Momjian2002-08-17
* As discussed on several occasions previously, the new anonymousBruce Momjian2002-08-15
* Make the standard system views schema-aware.Tom Lane2002-08-08
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Remove unused system table columns:Peter Eisentraut2002-07-24
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-18
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add initdb code to set up initial contents of pg_depend, pinning allTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Spell long option with -c not --, for compatibility's sake.Tom Lane2002-05-21
* Guard against empty-string results from pg_getlocale.Tom Lane2002-05-17
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-09
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane2002-04-15
* Authentication improvements:Bruce Momjian2002-04-04
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Encoding isn't necessarily multibytePeter Eisentraut2001-11-25
* Make initdb --help not line wrap.Bruce Momjian2001-11-24
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane2001-10-16
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-30
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Change SQL commands embedded in the initdb script from the styleTom Lane2001-07-31
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Don't use a temp file. It was created insecurely and was easy to do without.Peter Eisentraut2001-06-23
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Revoke public read access from pg_statistic, create new system viewTom Lane2001-06-14