summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-05Make SCRAM salts and nonces longer.Heikki Linnakangas
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-07Avoid using a C++ keyword in header filePeter Eisentraut
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
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-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
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-06-09pgindent run for 9.6Robert Haas
2016-03-24Avoid PGDLLIMPORT for simple local references in frontend programs.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-14Add missing include for self-containmentPeter Eisentraut
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-01-02Update copyright for 2016Bruce Momjian
2015-06-23Always pass InvalidBackendId to relpath()Pavan Deolasee
2015-06-15Define new routines for obtaining relation and tablespace path on the clientPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
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-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
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