summaryrefslogtreecommitdiff
path: root/src/bin/initdb
Commit message (Expand)AuthorAgeFilesLines
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-201-2/+2
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-061-7/+114
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-052-4/+4
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+9
* Translation updatesPeter Eisentraut2006-12-021-139/+116
* Translation updatesPeter Eisentraut2006-11-243-336/+362
* Translations updatePeter Eisentraut2006-10-214-522/+730
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-041-18/+15
* pgindent run for 8.2.Bruce Momjian2006-10-041-124/+132
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-8/+18
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-3/+3
* Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes2006-08-201-1/+7
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-43/+1
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-9/+9
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-181-7/+7
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+2
* Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane2006-05-271-19/+26
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-3/+4
* Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera2006-03-211-35/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-241-17/+12
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-241-10/+10
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-1/+5
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-3/+48
* Make it possible to run initdb from an admin account on Windows,Tom Lane2006-02-101-1/+138
* Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane2006-01-271-6/+5
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-5/+5
* Remove BEOS port.Bruce Momjian2006-01-051-4/+1
* Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan2006-01-021-8/+14
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-011-574/+574
* Clean up initdb's code for selecting max_connections and shared_buffersTom Lane2005-12-311-65/+61
* Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan2005-12-271-7/+32
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut2005-12-091-1/+72
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+11
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-071-118/+163
* Translation updatesPeter Eisentraut2005-11-043-172/+161
* Translation updates.Alvaro Herrera2005-11-031-159/+170
* Translation updatesPeter Eisentraut2005-10-294-251/+316
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-123/+123
* Translation updatePeter Eisentraut2005-10-103-360/+474
* Fix initdb quoting for Win32 paths in final examples, per Dave Page.Bruce Momjian2005-08-281-5/+5
* Windows needs WSAStartup() before getaddrinfo() will work. Andrew DunstanTom Lane2005-08-271-2/+10
* Original assumption that our own getaddrinfo routine would never supportTom Lane2005-08-251-7/+4
* Use an initdb-time test to see if the local version of getaddrinfo()Tom Lane2005-08-221-4/+35
* Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may orTom Lane2005-08-021-2/+12
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-251-3/+3
* Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian2005-07-101-16/+16
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-2/+9
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-3/+3