index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2022-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-07-28
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-07-18
Add output directory argument to generate-unicode_norm_table.pl
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-12
Improve error reporting from validate_exec().
Tom Lane
2022-07-12
Fix out-of-bounds read in json_lex_string
John Naylor
2022-07-11
Build de-escaped JSON strings in larger chunks during lexing
John Naylor
2022-07-08
Simplify json lexing state
John Naylor
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-30
logging: Also add the command prefix to detail and hint messages
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-06
Clear the OpenSSL error queue before cryptohash operations
Daniel Gustafsson
2022-04-25
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2022-04-19
Add missing error handling in pg_md5_hash().
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-11
Add color support for new frontend detail/hint messages
Peter Eisentraut
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-03-30
Fix possible NULL-pointer-deference in backup_compression.c.
Robert Haas
2022-03-30
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-25
Make update-unicode target work in vpath builds
Peter Eisentraut
2022-03-23
In get_bc_algorithm_name, add a dummy return statement.
Robert Haas
2022-03-23
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-02-14
Suppress integer-overflow compiler warning for inconsistent sun_len.
Tom Lane
2022-01-18
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
Fix incorrect comments in hmac.c and hmac_openssl.c
Michael Paquier
2022-01-12
Fix comment related to pg_cryptohash_error()
Michael Paquier
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-10
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-20
Add fast path for validating UTF-8 text
John Naylor
2021-11-29
Centralize timestamp computation of control file on updates
Michael Paquier
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-19
Allow psql's other uses of simple_prompt() to be interrupted by ^C.
Tom Lane
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-11
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-10-01
Fix memory leak in pg_hmac
Daniel Gustafsson
2021-09-27
Fix typos and grammar in code comments
Michael Paquier
2021-08-26
Extend collection of Unicode combining characters to beyond the BMP
John Naylor
2021-08-26
Update display widths as part of updating Unicode
John Naylor
2021-08-26
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
Revert "Change mbbisearch to return the character range"
John Naylor
2021-08-25
Change mbbisearch to return the character range
John Naylor
2021-08-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
[next]