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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
1
-1
/
+3
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
1
-3
/
+12
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
1
-2
/
+7
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
1
-11
/
+15
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
1
-10
/
+38
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
1
-1
/
+2
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
1
-7
/
+0
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
1
-2
/
+2
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-4
/
+4
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
1
-1
/
+2
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
1
-3
/
+3
*
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-03-07
1
-0
/
+6
*
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-29
1
-1
/
+1
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
1
-3
/
+7
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
1
-2
/
+12
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
1
-2
/
+2
*
Add new system view, pg_config
Joe Conway
2016-02-17
1
-3
/
+16
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-1
/
+1
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
1
-1
/
+1
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
1
-1
/
+1
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
1
-1
/
+1
*
Unlink static libraries before rebuilding them.
Noah Misch
2015-03-01
1
-0
/
+2
*
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
1
-1
/
+1
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
1
-1
/
+2
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
1
-1
/
+1
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
1
-2
/
+1
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
1
-1
/
+2
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
1
-1
/
+1
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
1
-1
/
+1
*
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
1
-1
/
+1
*
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
1
-1
/
+1
*
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-17
1
-1
/
+1
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
1
-2
/
+9
*
Don't build libpgcommon_srv.a just yet
Alvaro Herrera
2013-02-12
1
-1
/
+1
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-0
/
+64