index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
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
2017-03-07
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-10-02
*
Fix compiler warnings
Peter Eisentraut
2016-09-29
*
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
*
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-29
*
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
*
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Remove redundant message in AddUserToTokenDacl().
Noah Misch
2016-04-06
*
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-04-01
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Make get_controlfile() error logging consistent with src/common
Joe Conway
2016-03-07
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
*
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-21
*
Add new system view, pg_config
Joe Conway
2016-02-17
*
Fix typos in comments
Magnus Hagander
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
*
Unlink static libraries before rebuilding them.
Noah Misch
2015-03-01
*
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-10
*
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
*
Small message fixes
Peter Eisentraut
2014-08-09
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-26
*
Un-break peer authentication.
Tom Lane
2014-03-28
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
[next]