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
/
initdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small message fixes
Peter Eisentraut
2014-08-09
1
-1
/
+1
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
1
-3
/
+3
*
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
1
-5
/
+1
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
1
-1
/
+1
*
In initdb, ensure stdout/stderr buffering behavior is what we expect.
Tom Lane
2014-05-14
1
-0
/
+9
*
Make initdb throw error for bad locale values.
Tom Lane
2014-05-14
1
-39
/
+47
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-12
/
+13
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
1
-20
/
+20
*
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-30
1
-16
/
+16
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
1
-1
/
+1
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-6
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-5
/
+7
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-1
/
+4
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
1
-5
/
+31
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
1
-1
/
+1
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-0
/
+1
*
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-27
1
-2
/
+2
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
1
-3
/
+0
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
1
-31
/
+6
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
1
-0
/
+16
*
Ignore SIGSYS during initdb.
Tom Lane
2013-10-24
1
-0
/
+5
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
1
-7
/
+7
*
initdb: Suppress dynamic shared memory when probing for max_connections.
Robert Haas
2013-10-16
1
-0
/
+1
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-22
/
+9
*
initdb: Select working dynamic shared memory implementation.
Robert Haas
2013-10-10
1
-0
/
+60
*
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
1
-0
/
+1
*
Fix resource leak in initdb -X option
Stephen Frost
2013-07-14
1
-0
/
+1
*
initdb: Add blank line before output about checksums
Peter Eisentraut
2013-06-19
1
-0
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-28
/
+32
*
initdb: Improve some messages
Peter Eisentraut
2013-04-24
1
-2
/
+3
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-3
/
+16
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
1
-1
/
+0
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-1
/
+1
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
1
-0
/
+1
*
Warn about initdb using mount-points
Bruce Momjian
2013-02-16
1
-11
/
+40
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-39
/
+0
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
1
-2
/
+10
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
1
-29
/
+12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Avoid using NAMEDATALEN in pg_upgrade
Bruce Momjian
2012-12-20
1
-1
/
+1
*
In initdb.c, move auth warning code into main() from secondary function.
Bruce Momjian
2012-12-04
1
-8
/
+8
*
In initdb.c, rename some newly created functions, and move the directory
Bruce Momjian
2012-12-03
1
-25
/
+41
*
Add initdb --sync-only option to sync the data directory to durable
Bruce Momjian
2012-12-03
1
-1
/
+15
*
Revert initdb --sync-only patch that had incorrect commit messages.
Bruce Momjian
2012-12-03
1
-15
/
+1
*
dummy commit
Bruce Momjian
2012-12-03
1
-1
/
+15
*
Split initdb.c main() code into multiple functions, for easier
Bruce Momjian
2012-11-30
1
-302
/
+366
[next]