index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
*
Refactor rmtree() to use get_dirent_type().
Thomas Munro
2023-01-31
*
Use appendStringInfoSpaces in more places
David Rowley
2023-01-20
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
*
Code cleanup
Peter Eisentraut
2023-01-12
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
*
Reorder some object files in makefiles
Peter Eisentraut
2022-12-28
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
*
meson: Add basic PGXS compatibility
Andres Freund
2022-12-06
*
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-30
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Use min/max bounds defined by Zstd for compression level
Michael Paquier
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
*
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
*
Speed up lexing of long JSON strings
John Naylor
2022-09-02
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
*
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
*
Don't bother to set sockaddr_un.sun_len.
Thomas Munro
2022-08-24
*
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
*
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-07-28
*
Add output directory argument to generate-unicode_norm_table.pl
Andres Freund
2022-07-18
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Improve error reporting from validate_exec().
Tom Lane
2022-07-12
*
Fix out-of-bounds read in json_lex_string
John Naylor
2022-07-12
*
Build de-escaped JSON strings in larger chunks during lexing
John Naylor
2022-07-11
*
Simplify json lexing state
John Naylor
2022-07-08
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
[next]