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