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