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
*
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
*
Make get_controlfile() error logging consistent with src/common
Joe Conway
2016-03-07
1
-17
/
+23
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
2
-2
/
+102
*
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-21
1
-88
/
+88
*
Add new system view, pg_config
Joe Conway
2016-02-17
2
-3
/
+222
*
Fix typos in comments
Magnus Hagander
2016-02-01
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
11
-11
/
+11
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
2
-1253
/
+1
*
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
1
-11
/
+32
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
2
-54
/
+1
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
2
-1
/
+54
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
2
-1
/
+194
*
Unlink static libraries before rebuilding them.
Noah Misch
2015-03-01
1
-0
/
+2
*
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-10
1
-69
/
+1155
*
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
2
-1
/
+167
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
2
-1
/
+780
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
1
-5
/
+7
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
1
-0
/
+12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
8
-8
/
+8
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
2
-1
/
+44
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
2
-788
/
+1
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
2
-1
/
+788
*
Small message fixes
Peter Eisentraut
2014-08-09
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
2
-5
/
+6
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-36
/
+101
*
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-26
1
-2
/
+9
*
Un-break peer authentication.
Tom Lane
2014-03-28
1
-0
/
+2
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-6
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-8
/
+11
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+2
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
1
-2
/
+2
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
1
-5
/
+5
*
Make various variables const (read-only).
Tom Lane
2014-01-18
1
-1
/
+1
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
2
-1
/
+86
*
Update copyright for 2014
Bruce Momjian
2014-01-07
7
-7
/
+7
*
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-24
1
-23
/
+36
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
1
-38
/
+0
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
3
-40
/
+208
*
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
2
-1
/
+132
*
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
2
-1
/
+110
*
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-17
3
-1
/
+880
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
2
-28
/
+49
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
2
-13
/
+12
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
2
-2
/
+171
*
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
1
-5
/
+5
*
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
2
-0
/
+192