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
*
Improve pglz_decompress's defenses against corrupt compressed data.
Tom Lane
2023-10-18
*
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-16
*
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-06-09
*
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-06-08
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Message style improvements
Peter Eisentraut
2023-05-19
*
Fix error message wordings
Peter Eisentraut
2023-05-17
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
*
Implement find_my_exec()'s path normalization using realpath(3).
Tom Lane
2023-03-23
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
*
Silence pedantic compiler warning introduced in ce340e530d1
Andres Freund
2023-03-16
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Improve/correct comments
Peter Eisentraut
2023-03-09
*
meson: don't require 'touch' binary, make use of 'cp' optional
Andres Freund
2023-03-07
*
Silence -Wmissing-braces complaints in file_utils.c
Michael Paquier
2023-03-07
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
*
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
[next]