aboutsummaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAge
* 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
* 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
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* 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
* 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
* 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
* Make various variables const (read-only).Tom Lane2014-01-18