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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Don't define FRONTEND for initdb
Andres Freund
2022-08-22
1
-1
/
+1
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
1
-1
/
+1
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
1
-1
/
+3
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
1
-12
/
+8
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+6
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2017-07-14
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
initdb now needs submake-libpq and submake-libpgfeutils.
Tom Lane
2016-08-22
1
-1
/
+1
*
Make initdb's suggested "pg_ctl start" command line more reliable.
Tom Lane
2016-08-20
1
-0
/
+3
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Clean up temp installations after client program tests.
Tom Lane
2014-04-25
1
-2
/
+1
*
Add TAP tests for client programs
Peter Eisentraut
2014-04-14
1
-0
/
+7
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
1
-6
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Propagate with_system_tzdata setting into initdb build.
Tom Lane
2011-09-13
1
-0
/
+5
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
1
-3
/
+8
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Improved parallel make support
Peter Eisentraut
2010-11-12
1
-2
/
+2
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
1
-2
/
+2
*
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-05-12
1
-1
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-26
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
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
1
-7
/
+17
*
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-09-27
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-4
/
+4
*
Have libpgport link before libpq so that PG client applications are more
Bruce Momjian
2005-03-25
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-05
1
-2
/
+3
*
Readd -DFRONTEND to client makefiles because it still affects win32.h
Bruce Momjian
2004-10-04
1
-2
/
+2
*
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-10-04
1
-10
/
+4
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Minor adjustments for dirmod.c.
Bruce Momjian
2004-08-01
1
-2
/
+2
[next]