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
/
Makefile
Age
Commit message (
Expand
)
Author
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-23
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-10-01
Remove logging.c from the shared library of src/common/
Michael Paquier
2020-09-07
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-04
Remove arbitrary restrictions on password length.
Tom Lane
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-04-03
Add checksum helper functions.
Robert Haas
2020-04-01
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-03-24
Move routine building restore_command to src/common/
Michael Paquier
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-10
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-01-29
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-17
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-16
Move wchar.c and encnames.c to src/common/.
Tom Lane
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-01-10
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2018-09-28
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-09
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-04-09
Fix partial-build problems introduced by having more generated headers.
Tom Lane
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
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
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
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-02-17
Add new system view, pg_config
Joe Conway
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-02
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-03-30
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-01
Unlink static libraries before rebuilding them.
Noah Misch
2015-02-09
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-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
[next]