| Age | Commit message (Expand) | Author |
| 2002-04-15 | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2001-11-25 | Encoding isn't necessarily multibyte | Peter Eisentraut |
| 2001-11-24 | Make initdb --help not line wrap. | Bruce Momjian |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-16 | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane |
| 2001-09-30 | These are further fixes for double quotes missing in the various shell | Bruce Momjian |
| 2001-09-08 | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-25 | 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-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-07-31 | Change SQL commands embedded in the initdb script from the style | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-06-23 | Don't use a temp file. It was created insecurely and was easy to do without. | Peter Eisentraut |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-14 | Revoke public read access from pg_statistic, create new system view | Tom Lane |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
| 2001-05-12 | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut |
| 2001-05-08 | Allow SHELL in Makefile.* to control initdb. | Bruce Momjian |
| 2001-03-27 | Add checking for valid database encoding. | Tatsuo Ishii |
| 2001-03-13 | Provide more useful error message if 'postgres -V' failed. Advertise | Peter Eisentraut |
| 2001-02-18 | Add copyright mentions, per Tom Lane. | Bruce Momjian |
| 2001-01-20 | Get rid of initdb -t bugs by the simple expedient of getting rid of | Tom Lane |
| 2001-01-04 | Correct path where to check for password file existance. | Peter Eisentraut |
| 2000-12-31 | Fix typo in error message. | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-21 | Install the sample pg_ident.conf file into /home/postgres/testversion/data, j... | Tom Lane |
| 2000-11-21 | Simplify definition of pg_tables and pg_views views by making use of | Tom Lane |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-11 | Make sure shell scripts send error messages to stderr. | Peter Eisentraut |
| 2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
| 2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
| 2000-11-04 | Since the backend now handles relative PGDATA, initdb doesn't have to work | Peter Eisentraut |
| 2000-11-02 | Allow initdb to handle relative paths for PGDATA, by converting them to | Peter Eisentraut |
| 2000-10-29 | Should be "test =", not "test ==". | Peter Eisentraut |
| 2000-10-28 | Make initdb safe against using | Peter Eisentraut |
| 2000-10-22 | Add new datlastsysoid to pg_database. | Philip Warner |
| 2000-10-16 | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev |
| 2000-09-29 | Enable initdb to create several levels of directories for PGDATA, if | Peter Eisentraut |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-09-08 | Make building scripts kind of consistent in look and feel, kind of immune | Peter Eisentraut |
| 2000-09-01 | Change initdb to not delete PGDATA directory unless it was created by | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-06 | Toast all the system-table columns that seem to need it. It turns out | Tom Lane |