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
2024-02-09
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-01-29
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-11
Cleanup for unicode-update build target and test.
Jeff Davis
2024-01-11
Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-25
Fix erroneous -Werror=missing-braces on old GCC.
Tom Lane
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-12-19
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas
2023-12-11
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-07
Shrink Unicode category table.
Jeff Davis
2023-11-27
Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend
Michael Paquier
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-06
Remove distprep
Peter Eisentraut
2023-11-05
More consistent behavior of GetDataDirectoryCreatePerm on Windows
Peter Eisentraut
2023-11-02
Additional unicode primitive functions.
Jeff Davis
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-19
Improve pglz_decompress's defenses against corrupt compressed data.
Tom Lane
2023-10-16
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-07
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-09-18
Add function for removing arbitrary nodes in binaryheap.
Nathan Bossart
2023-09-18
Make binaryheap available to frontend code.
Nathan Bossart
2023-09-18
Update Unicode data to Unicode 15.1.0
Peter Eisentraut
2023-09-18
Make Unicode script fit for future versions
Peter Eisentraut
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-07-31
Avoid memory leak in rmtree() when path cannot be opened
Michael Paquier
2023-07-05
Generate automatically code and documentation related to wait events
Michael Paquier
2023-06-10
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-06-08
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Message style improvements
Peter Eisentraut
2023-05-17
Fix error message wordings
Peter Eisentraut
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-06
Support long distance matching for zstd compression
Tomas Vondra
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-23
Implement find_my_exec()'s path normalization using realpath(3).
Tom Lane
2023-03-21
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-16
Silence pedantic compiler warning introduced in ce340e530d1
Andres Freund
2023-03-13
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-09
Improve/correct comments
Peter Eisentraut
2023-03-08
meson: don't require 'touch' binary, make use of 'cp' optional
Andres Freund
2023-03-06
Silence -Wmissing-braces complaints in file_utils.c
Michael Paquier
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-01-31
Refactor rmtree() to use get_dirent_type().
Thomas Munro
2023-01-20
Use appendStringInfoSpaces in more places
David Rowley
[next]