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
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
7
-6
/
+243
*
Fix function names in comments.
Fujii Masao
2019-04-25
1
-1
/
+1
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
1
-23
/
+19
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
5
-121
/
+85
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
1
-9
/
+42
*
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-12
1
-0
/
+94
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
1
-2
/
+11
*
Make get_controlfile not leak file descriptors
Joe Conway
2019-02-28
1
-2
/
+10
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
1
-1
/
+1
*
More float test and portability fixes.
Andrew Gierth
2019-02-13
2
-2
/
+2
*
Fix an overlooked UINT32_MAX.
Andrew Gierth
2019-02-13
1
-1
/
+1
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
7
-3
/
+2606
*
Remove useless casts
Peter Eisentraut
2019-02-13
1
-1
/
+1
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
2
-43
/
+39
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
4
-101
/
+119
*
Update copyright for 2019
Bruce Momjian
2019-01-02
28
-30
/
+30
*
Fix portability failure introduced in commits d2b0b60e7 et al.
Tom Lane
2018-12-26
1
-1
/
+2
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
1
-12
/
+4
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
1
-0
/
+43
*
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-12-06
1
-2
/
+2
*
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-15
1
-1
/
+1
*
Make src/common/exec.c's error logging less ugly.
Tom Lane
2018-10-09
1
-52
/
+72
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
1
-0
/
+34
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
1
-10
/
+38
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
1
-0
/
+5
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
1
-2
/
+2
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
2
-1
/
+38
*
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-09-08
1
-3
/
+8
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
1
-59
/
+14
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
1
-3
/
+3
*
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
1
-6
/
+21
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
1
-1
/
+2
*
Rework error messages around file handling
Michael Paquier
2018-07-18
1
-4
/
+4
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
2
-2
/
+2
*
Adjust error message
Peter Eisentraut
2018-06-11
1
-2
/
+2
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
1
-2
/
+1
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
1
-9
/
+26
*
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-19
1
-1
/
+1
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
1
-7
/
+0
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
1
-1
/
+0
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
1
-1
/
+1
*
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
1
-2
/
+7
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
1
-2
/
+70
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
2
-2
/
+21
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-4
/
+4
*
restrict -> pg_restrict
Alvaro Herrera
2018-03-15
1
-1
/
+1
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
1
-0
/
+15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
26
-28
/
+28
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-10
1
-20
/
+0
[next]