index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
initdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
2
-4
/
+4
*
Translation updates
Peter Eisentraut
2007-11-29
4
-592
/
+1154
*
Fix inconsistent message wording, and split off a couple of duplicated strings.
Alvaro Herrera
2007-11-16
1
-19
/
+28
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-42
/
+43
*
Translation updates
Peter Eisentraut
2007-11-15
1
-110
/
+110
*
Translation updates
Peter Eisentraut
2007-10-27
6
-646
/
+1874
*
Make initdb's selection of default text search configuration depend
Tom Lane
2007-10-25
1
-36
/
+34
*
Danish_Danmark -> Danish_Denmark
Alvaro Herrera
2007-10-24
1
-2
/
+2
*
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
Magnus Hagander
2007-10-16
1
-2
/
+12
*
Remove quotes around locale names in some places for consistency.
Peter Eisentraut
2007-10-16
1
-5
/
+5
*
Try to fix msvc build for recent initdb changes.
Tom Lane
2007-10-13
1
-2
/
+2
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
2
-10
/
+20
*
Make use of additional chklocale.c entries to reject locales that we
Tom Lane
2007-09-29
1
-1
/
+14
*
Change initdb and CREATE DATABASE to actively reject attempts to create
Tom Lane
2007-09-28
1
-220
/
+48
*
Tweak initdb's text search configuration selection code so it can
Tom Lane
2007-09-28
1
-3
/
+3
*
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-09-27
1
-2
/
+2
*
Small string tweaks
Peter Eisentraut
2007-09-25
1
-4
/
+4
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
1
-3
/
+185
*
Tweak for initdb: if more command-line arguments were specified than
Neil Conway
2007-08-04
1
-1
/
+2
*
Suppress a warning that some versions of gcc emit about %x in strftime.
Tom Lane
2007-07-11
1
-2
/
+9
*
Make some messages more consistent
Peter Eisentraut
2007-05-31
1
-3
/
+3
*
pg_char_to_encoding() was redundant in initdb because
Bruce Momjian
2007-03-29
1
-3
/
+2
*
Code cleanup: mark some variables with the "const" modifier, when they
Neil Conway
2007-03-18
1
-10
/
+10
*
Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the
Bruce Momjian
2007-02-20
1
-2
/
+3
*
Remove useless database name from bootstrap argument processing (including
Alvaro Herrera
2007-02-16
1
-4
/
+4
*
StrNCpy -> strlcpy (not complete)
Peter Eisentraut
2007-02-10
1
-2
/
+2
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-4
/
+4
*
Fix initdb to not generate misleading error messages when postgres.bki
Tom Lane
2007-01-31
1
-3
/
+19
*
Modify max_fsm_pages in postgresql.conf.sample to show a typical value,
Bruce Momjian
2007-01-20
1
-2
/
+2
*
Allow initdb to specify the pg_xlog directory.
Bruce Momjian
2007-01-06
1
-7
/
+114
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
2
-4
/
+4
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-2
/
+9
*
Translation updates
Peter Eisentraut
2006-12-02
1
-139
/
+116
*
Translation updates
Peter Eisentraut
2006-11-24
3
-336
/
+362
*
Translations update
Peter Eisentraut
2006-10-21
4
-522
/
+730
*
Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had
Tom Lane
2006-10-04
1
-18
/
+15
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-124
/
+132
*
The attached patch changes units of the some default values in
Bruce Momjian
2006-10-03
1
-8
/
+18
*
Make postgresql.conf.sample match the initdb defaults. This fixes
Bruce Momjian
2006-09-14
1
-3
/
+3
*
Fixed a few trivial memory leaks reported by Coverity just to test my setup.
Michael Meskes
2006-08-20
1
-1
/
+7
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
1
-43
/
+1
*
Allow units to be specified with configuration settings.
Peter Eisentraut
2006-07-27
1
-9
/
+9
*
Merge postmaster and postgres command into just postgres. postmaster
Peter Eisentraut
2006-06-18
1
-7
/
+7
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-3
/
+2
*
Fix initdb to properly escape quotes and backslashes in the supplied
Tom Lane
2006-05-27
1
-19
/
+26
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
1
-3
/
+4
*
Merge the loading of shared object descriptions with regular descriptions,
Alvaro Herrera
2006-03-21
1
-35
/
+9
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
2
-4
/
+4
*
Make restricted_exec feature for Windows more robust by using the environment
Andrew Dunstan
2006-02-24
1
-17
/
+12
*
make initdb -U username work as advertised; back out bogus patch at rev 1.42
Andrew Dunstan
2006-02-24
1
-10
/
+10
[prev]
[next]