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
*
Silence pedantic compiler warning introduced in ce340e530d1
Andres Freund
2023-03-16
1
-1
/
+1
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
1
-29
/
+47
*
Improve/correct comments
Peter Eisentraut
2023-03-09
1
-8
/
+3
*
meson: don't require 'touch' binary, make use of 'cp' optional
Andres Freund
2023-03-07
1
-2
/
+2
*
Silence -Wmissing-braces complaints in file_utils.c
Michael Paquier
2023-03-07
1
-1
/
+1
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
1
-41
/
+21
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
3
-0
/
+62
*
Refactor rmtree() to use get_dirent_type().
Thomas Munro
2023-01-31
1
-56
/
+64
*
Use appendStringInfoSpaces in more places
David Rowley
2023-01-20
1
-2
/
+2
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
3
-62
/
+0
*
Code cleanup
Peter Eisentraut
2023-01-12
1
-1
/
+1
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
4
-73
/
+151
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
1
-1
/
+36
*
Update copyright for 2023
Bruce Momjian
2023-01-02
60
-63
/
+63
*
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
1
-2
/
+2
*
Reorder some object files in makefiles
Peter Eisentraut
2022-12-28
1
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-20
1
-36
/
+48
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
3
-16
/
+8
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
1
-8
/
+9
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
1
-11
/
+46
*
meson: Add basic PGXS compatibility
Andres Freund
2022-12-06
1
-3
/
+1
*
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-30
1
-0
/
+63
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
1
-2
/
+12
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
1
-0
/
+73
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
2
-2
/
+2
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
1
-0
/
+67
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
1
-0
/
+2
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
1
-2
/
+2
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-10
/
+10
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-10
/
+10
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-1
/
+1
*
Use min/max bounds defined by Zstd for compression level
Michael Paquier
2022-09-22
1
-1
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+280
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
1
-21
/
+84
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
1
-9
/
+43
*
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-13
3
-11
/
+13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
2
-2
/
+2
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
1
-32
/
+7
*
Speed up lexing of long JSON strings
John Naylor
2022-09-02
1
-3
/
+10
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-3
/
+1
*
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
1
-3
/
+4
*
Don't bother to set sockaddr_un.sun_len.
Thomas Munro
2022-08-24
1
-14
/
+0
*
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
1
-1
/
+1
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
1
-2
/
+0
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
1
-11
/
+0
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
1
-23
/
+0
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
1
-0
/
+4
*
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-07-28
1
-0
/
+16
*
Add output directory argument to generate-unicode_norm_table.pl
Andres Freund
2022-07-18
1
-6
/
+13
[next]