summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2007-03-29pg_char_to_encoding() was redundant in initdb becauseBruce Momjian
2007-03-18Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway
2007-02-20Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Fix initdb to not generate misleading error messages when postgres.bkiTom Lane
2007-01-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-06Allow initdb to specify the pg_xlog directory.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-02Translation updatesPeter Eisentraut
2006-11-24Translation updatesPeter Eisentraut
2006-10-21Translations updatePeter Eisentraut
2006-10-04Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-08-20Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-27Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-03-21Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-24Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan
2006-02-24make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-10Make it possible to run initdb from an admin account on Windows,Tom Lane
2006-01-27Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-02Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-31Clean up initdb's code for selecting max_connections and shared_buffersTom Lane
2005-12-27Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-07Translation updates forward-port to HEAD.Alvaro Herrera
2005-11-04Translation updatesPeter Eisentraut
2005-11-03Translation updates.Alvaro Herrera
2005-10-29Translation updatesPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-10Translation updatePeter Eisentraut
2005-08-28Fix initdb quoting for Win32 paths in final examples, per Dave Page.Bruce Momjian
2005-08-27Windows needs WSAStartup() before getaddrinfo() will work. Andrew DunstanTom Lane