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
/
backend
/
utils
/
mb
Age
Commit message (
Expand
)
Author
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-07-29
Remove dead generators for cyrillic encoding conversion tables
Heikki Linnakangas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-01
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-26
Remove unused macro
Peter Eisentraut
2023-12-04
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-11-06
Remove distprep
Peter Eisentraut
2023-09-25
Doc: improve cross-reference in Makefile comment.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-11
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-12
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-04
Make Unicode makefile parallel-safe
Peter Eisentraut
2021-10-04
Update Unicode map text files
Peter Eisentraut
2021-07-22
Fix typo in comment
Peter Eisentraut
2021-07-21
Add missing check of noError parameter in euc_tw_and_big5.c
John Naylor
2021-07-19
Remove some whitespace in generated C output
Peter Eisentraut
2021-07-19
Make UCS_to_most.pl process encodings in sorted order
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-01
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-01-28
Add direct conversion routines between EUC_TW and Big5.
Heikki Linnakangas
2021-01-28
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-14
Fix some typos
Michael Paquier
2020-07-22
Fix conversion table generator scripts.
Thomas Munro
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-13
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-02
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-03-31
Fix assorted typos
Magnus Hagander
2020-03-10
Marginal comments and docs cleanup.
Tom Lane
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-01-16
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
Move wchar.c and encnames.c to src/common/.
Tom Lane
[next]