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