summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
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
2017-12-18Move SCRAM-related name definitions to scram-common.hPeter Eisentraut
2017-12-14Fix a number of copy & paste comment errors in common/int.h.Andres Freund
2017-12-13Provide overflow safe integer math inline functions.Andres Freund
2017-10-10Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund
2017-10-09Add pg_strnlen() a portable implementation of strlen.Andres Freund
2017-08-24Increase SCRAM salt lengthPeter Eisentraut
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-05Make SCRAM salts and nonces longer.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-28Misc SCRAM code cleanups.Heikki Linnakangas
2017-04-07Avoid using a C++ keyword in header filePeter Eisentraut
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-09-29pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-06-09pgindent run for 9.6Robert Haas