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