aboutsummaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAge
* 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
* Fix a number of copy & paste comment errors in common/int.h.Andres Freund2017-12-14
* Provide overflow safe integer math inline functions.Andres Freund2017-12-12
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Add pg_strnlen() a portable implementation of strlen.Andres Freund2017-10-09
* Increase SCRAM salt lengthPeter Eisentraut2017-08-24
* Update copyright in recently added filesAlvaro Herrera2017-07-26
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Make SCRAM salts and nonces longer.Heikki Linnakangas2017-05-05
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Misc SCRAM code cleanups.Heikki Linnakangas2017-04-28
* Avoid using a C++ keyword in header filePeter Eisentraut2017-04-07
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-29
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Fix CRC check handling in get_controlfilePeter Eisentraut2016-09-28
* pg_ctl: Detect current standby state from pg_controlPeter Eisentraut2016-09-21
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* pgindent run for 9.6Robert Haas2016-06-09
* Avoid PGDLLIMPORT for simple local references in frontend programs.Tom Lane2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Add missing include for self-containmentPeter Eisentraut2016-03-14
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Cosmetic improvements in new config_info code.Tom Lane2016-02-21
* Add new system view, pg_configJoe Conway2016-02-17