| Commit message (Expand) | Author | Age |
* | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane | 2006-05-27 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera | 2006-03-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 |
* | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Make it possible to run initdb from an admin account on Windows, | Tom Lane | 2006-02-10 |
* | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane | 2006-01-27 |
* | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove the nexus between trial_buffs and trial_conns, and don't test shared b... | Andrew Dunstan | 2006-01-02 |
* | Clean up initdb's code for selecting max_connections and shared_buffers | Tom Lane | 2005-12-31 |
* | Increase amount of shared buffers initdb tries to allocate to 4000, | Andrew Dunstan | 2005-12-27 |
* | Let initdb detect the date order of the lc_time locale and initialize the | Peter Eisentraut | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix initdb quoting for Win32 paths in final examples, per Dave Page. | Bruce Momjian | 2005-08-28 |
* | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane | 2005-08-27 |
* | Original assumption that our own getaddrinfo routine would never support | Tom Lane | 2005-08-25 |
* | Use an initdb-time test to see if the local version of getaddrinfo() | Tom Lane | 2005-08-22 |
* | Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or | Tom Lane | 2005-08-02 |
* | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 |
* | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 |
* | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 |
* | Fix broken initdb -W option, per Michael Fuhr. | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Remove unnecessary UPDATE commands to assign explicit ACLs to functions | Tom Lane | 2005-04-12 |
* | Revert mistaken renaming of UTF-8. | Peter Eisentraut | 2005-04-12 |
* | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 |
* | Add 'static' to initdb.c file-global variables. | Bruce Momjian | 2005-03-11 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on | Tom Lane | 2005-01-28 |
* | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Make sure --with-pgport option propagates into postgresql.conf. | Tom Lane | 2004-12-27 |
* | Clean up initdb's error handling so that it prints something more | Tom Lane | 2004-11-29 |
* | Have initdb display relative paths to start postmaster if used to invoke | Bruce Momjian | 2004-11-29 |