index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
Commit message (
Expand
)
Author
Age
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
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-09-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Make Unicode makefile parallel-safe
Peter Eisentraut
2021-10-04
*
Update Unicode map text files
Peter Eisentraut
2021-10-04
*
Fix typo in comment
Peter Eisentraut
2021-07-22
*
Add missing check of noError parameter in euc_tw_and_big5.c
John Naylor
2021-07-21
*
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-07-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
*
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-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some typos
Michael Paquier
2020-11-14
*
Fix conversion table generator scripts.
Thomas Munro
2020-07-22
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Marginal comments and docs cleanup.
Tom Lane
2020-03-10
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
*
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
2020-01-16
*
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-12-10
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Update unicode.org URLs
Peter Eisentraut
2019-10-13
*
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-10-08
*
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-10-03
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Remove dead encoding-conversion functions.
Tom Lane
2019-07-05
*
Update list of combining characters
Peter Eisentraut
2019-06-19
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-12
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-25
[next]