aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Add pg_encoding_set_invalid()Andres Freund2025-02-10
* Add support for Unicode case folding.Jeff Davis2025-01-23
* Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan2025-01-19
* Support Unicode full case mapping and conversion.Jeff Davis2025-01-17
* Fix a compiler warning in initStringInfo().Tatsuo Ishii2025-01-11
* Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii2025-01-11
* Update copyright for 2025Bruce Momjian2025-01-01
* meson: Export all libcommon functions in Windows buildsHeikki Linnakangas2024-12-25
* Fix outdated comment of scram_build_secret()Michael Paquier2024-12-10
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Remove unused #include's from bin .c filesPeter Eisentraut2024-11-06
* Optimize sifting down in binaryheap.Nathan Bossart2024-10-30
* meson: Add missing dependency to unicode test programsPeter Eisentraut2024-10-30
* Unify src/common/'s definitions of MaxAllocSize.Tom Lane2024-10-28
* Guard against enormously long input in pg_saslprep().Tom Lane2024-10-28
* Fix memory leaks from incorrect strsep() usesPeter Eisentraut2024-10-18
* jsonapi: fully initialize dummy lexerPeter Eisentraut2024-10-17
* Whitespace fixup from generated unicode tables.Jeff Davis2024-10-16
* File size in a backup manifest should use uint64, not size_t.Robert Haas2024-10-02
* jsonapi: fix memory leakage during OOM error recovery.Tom Lane2024-09-23
* common/jsonapi: support libpq as a clientPeter Eisentraut2024-09-11
* Protect against small overread in SASLprep validationDaniel Gustafsson2024-09-10
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* Message style improvementsPeter Eisentraut2024-08-29
* Remove fe_memutils from libpgcommon_shlibPeter Eisentraut2024-08-12
* Remove support for old realpath() APIPeter Eisentraut2024-08-12
* Make fallback MD5 implementation thread-safe on big-endian systemsHeikki Linnakangas2024-08-07
* Mark misc static global variables as constHeikki Linnakangas2024-08-06
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* Convert some extern variables to static, Windows codePeter Eisentraut2024-08-01
* Replace some strtok() with strsep()Peter Eisentraut2024-07-22
* Typo fixAmit Langote2024-07-08
* Improve enlargeStringInfo's ERROR messageDavid Rowley2024-07-01
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use size_tPeter Eisentraut2024-06-21
* jsonapi: Some message style fixesPeter Eisentraut2024-05-23
* Make all Perl warnings fatal, catch-upPeter Eisentraut2024-05-15
* Fix incorrect year in some copyright notices added this yearDavid Rowley2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Add missing gettext triggersPeter Eisentraut2024-05-14
* Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier2024-05-09
* Remove redundant JSON parser typedefsAndrew Dunstan2024-04-27
* Update src/common/unicode/.gitignorePeter Eisentraut2024-04-22
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan2024-04-12
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11