index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
common
Age
Commit message (
Expand
)
Author
2019-10-12
Fix use of term "verifier"
Peter Eisentraut
2019-10-01
Optimize partial TOAST decompression
Tomas Vondra
2019-09-02
Add overflow-safe math inline functions for unsigned integers
Michael Paquier
2019-08-09
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-07-04
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-06-24
Update unicode_norm_table.h to Unicode 12.1.0
Peter Eisentraut
2019-06-14
Use OpenSSL-specific ifdefs in sha2.h
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-23
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-02
Add support for partial TOAST decompression
Stephen Frost
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-18
Refactor more code logic to update the control file
Michael Paquier
2019-03-12
Add routine able to update the control file to src/common/
Michael Paquier
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-01-10
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-28
Add application_name to connection authorized msg
Stephen Frost
2018-09-09
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-03-15
restrict -> pg_restrict
Alvaro Herrera
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-02-14
Return implementation defined value if pg_$op_s$bit_overflow overflows.
Andres Freund
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-14
Fix a number of copy & paste comment errors in common/int.h.
Andres Freund
2017-12-13
Provide overflow safe integer math inline functions.
Andres Freund
2017-10-10
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-09
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-08-24
Increase SCRAM salt length
Peter Eisentraut
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-05
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-07
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
[next]