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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-19
1
-1
/
+1
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
1
-7
/
+0
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
1
-1
/
+0
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
1
-1
/
+1
*
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
1
-2
/
+7
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
1
-2
/
+70
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
2
-2
/
+21
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-4
/
+4
*
restrict -> pg_restrict
Alvaro Herrera
2018-03-15
1
-1
/
+1
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
1
-0
/
+15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
26
-28
/
+28
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-10
1
-20
/
+0
*
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-10-09
1
-0
/
+20
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
1
-5
/
+2
*
Update copyright in recently added files
Alvaro Herrera
2017-07-26
2
-2
/
+2
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
1
-1
/
+0
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
3
-4
/
+4
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
9
-30
/
+30
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
3
-12
/
+12
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
1
-1
/
+6
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
5
-12
/
+12
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
1
-1
/
+2
*
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
1
-0
/
+64
*
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
1
-18
/
+33
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
1
-2
/
+2
*
Fix perlcritic warnings
Peter Eisentraut
2017-04-17
2
-5
/
+5
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
1
-1
/
+1
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
2
-4
/
+4
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
10
-23
/
+2224
*
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-03-22
1
-0
/
+19
*
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
1
-20
/
+10
*
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
2
-2
/
+2
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
3
-3
/
+398
*
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-03-07
3
-0
/
+1114
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
3
-5
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
17
-17
/
+17
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-14
/
+25
*
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-10-02
1
-0
/
+1
*
Fix compiler warnings
Peter Eisentraut
2016-09-29
1
-4
/
+5
*
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
1
-5
/
+100
*
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-29
2
-1
/
+277
*
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
1
-10
/
+9
*
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
1
-8
/
+7
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
3
-3
/
+615
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
1
-2
/
+7
*
pgindent run for 9.6
Robert Haas
2016-06-09
2
-13
/
+13
*
Remove redundant message in AddUserToTokenDacl().
Noah Misch
2016-04-06
1
-4
/
+1
*
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-04-01
1
-5
/
+2
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
2
-2
/
+126
[next]