index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2022-04-25
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2021-11-11
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2020-07-16
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-02-19
Fix typo
Peter Eisentraut
2019-02-24
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2018-12-26
Fix portability failure introduced in commits d2b0b60e7 et al.
Tom Lane
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-06
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-09-18
Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"
REL_11_BETA4
Tom Lane
2018-09-17
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-08
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-06-11
Adjust error message
Peter Eisentraut
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-04-19
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-09
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-07
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-03-15
restrict -> pg_restrict
Alvaro Herrera
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-10
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-09
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
Fix perlcritic warnings
Peter Eisentraut
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-07
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-03-07
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
[next]