Commit Graph

92 Commits (666cbae16da46b833f57ef8b12ff0bf215684d9c)

Author SHA1 Message Date
Peter Eisentraut 82be666ee3 Update unicode_norm_table.h to Unicode 12.1.0 7 years ago
Michael Paquier 96719e52b1 Use OpenSSL-specific ifdefs in sha2.h 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Michael Paquier ccae190b91 Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 7 years ago
Stephen Frost 4d0e994eed Add support for partial TOAST decompression 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Michael Paquier 8b938d36f7 Refactor more code logic to update the control file 7 years ago
Michael Paquier ce6afc6823 Add routine able to update the control file to src/common/ 7 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Tom Lane c64d0cd5ce Use perfect hashing, instead of binary search, for keyword lookup. 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Stephen Frost 8bddc86400 Add application_name to connection authorized msg 7 years ago
Tom Lane ed0cdf0e05 Install a check for mis-linking of src/port and src/common functions. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 8 years ago
Tom Lane 1d96c1b91a Fix incorrect ordering of operations in pg_resetwal and pg_rewind. 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Alvaro Herrera 8d1b805fcc restrict -> pg_restrict 8 years ago
Peter Eisentraut 17bb625017 Move strtoint() to common 8 years ago
Andres Freund 6d7dc53500 Return implementation defined value if pg_$op_s$bit_overflow overflows. 8 years ago
Peter Eisentraut 38d485fdaa Fix up references to scram-sha-256 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 25d532698d Move SCRAM-related name definitions to scram-common.h 8 years ago
Andres Freund 11b8f076c0 Fix a number of copy & paste comment errors in common/int.h. 8 years ago
Andres Freund 4d6ad31257 Provide overflow safe integer math inline functions. 8 years ago
Andres Freund fffd651e83 Rewrite strnlen replacement implementation from 8a241792f9. 8 years ago
Andres Freund 8a241792f9 Add pg_strnlen() a portable implementation of strlen. 8 years ago
Peter Eisentraut fe7774144d Increase SCRAM salt length 8 years ago
Alvaro Herrera 5e3254f086 Update copyright in recently added files 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Heikki Linnakangas 0557a5dc2c Make SCRAM salts and nonces longer. 9 years ago
Heikki Linnakangas 8f8b9be51f Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 9 years ago
Heikki Linnakangas d981074c24 Misc SCRAM code cleanups. 9 years ago
Peter Eisentraut 0cb2e51992 Avoid using a C++ keyword in header file 9 years ago
Heikki Linnakangas 60f11b87a2 Use SASLprep to normalize passwords for SCRAM authentication. 9 years ago
Heikki Linnakangas 07044efe00 Remove bogus SCRAM_ITERATION_LEN constant. 9 years ago
Tom Lane df1a699e5b Fix integer-overflow problems in interval comparison. 9 years ago
Andrew Dunstan 96a7128b7b Sync pg_dump and pg_dumpall output 9 years ago
Heikki Linnakangas 55acfcbffd Fix comments in SCRAM-SHA-256 patch. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Heikki Linnakangas 273c458a2b Refactor SHA2 functions and move them to src/common/. 9 years ago
Heikki Linnakangas dbd69118c0 Replace isMD5() with a more future-proof way to check if pw is encrypted. 9 years ago