aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* A collection of small fixes for the SCRAM patch.Heikki Linnakangas2017-03-07
* 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
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Avoid leaking FDs after an fsync failure.Tom Lane2016-10-02
* Fix compiler warningsPeter Eisentraut2016-09-29
* 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
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* pgindent run for 9.6Robert Haas2016-06-09
* Remove redundant message in AddUserToTokenDacl().Noah Misch2016-04-06
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-01
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Make get_controlfile() error logging consistent with src/commonJoe Conway2016-03-07
* 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
* Fix typos in commentsMagnus Hagander2016-02-01
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-03
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-10
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* Small message fixesPeter Eisentraut2014-08-09
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-26
* Un-break peer authentication.Tom Lane2014-03-28
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17