summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
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 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
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-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-17Fix perlcritic warningsPeter Eisentraut
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-07Avoid using a C++ keyword in header filePeter Eisentraut
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-03-07A collection of small fixes for the SCRAM patch.Heikki Linnakangas
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-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-02Avoid leaking FDs after an fsync failure.Tom Lane
2016-09-29Fix compiler warningsPeter Eisentraut
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-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-07Remove redundant message in AddUserToTokenDacl().Noah Misch
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-07Make get_controlfile() error logging consistent with src/commonJoe Conway
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-21Cosmetic improvements in new config_info code.Tom Lane
2016-02-17Add new system view, pg_configJoe Conway
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas