summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
2022-09-14Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-04-03Add checksum helper functions.Robert Haas
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-24Add support for other normal forms to Unicode normalization APIPeter Eisentraut
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-01Optimize partial TOAST decompressionTomas Vondra
2019-09-02Add overflow-safe math inline functions for unsigned integersMichael Paquier
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-06-24Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut
2019-06-14Use OpenSSL-specific ifdefs in sha2.hMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-18Refactor more code logic to update the control fileMichael Paquier
2019-03-12Add routine able to update the control file to src/common/Michael Paquier
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-28Add application_name to connection authorized msgStephen Frost
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-03-15restrict -> pg_restrictAlvaro Herrera
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-02-14Return implementation defined value if pg_$op_s$bit_overflow overflows.Andres Freund
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian