summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant message in AddUserToTokenDacl().Noah Misch2016-04-061-4/+1
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-011-5/+2
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-232-2/+126
* Make get_controlfile() error logging consistent with src/commonJoe Conway2016-03-071-17/+23
* Expose control file data via SQL accessible functions.Joe Conway2016-03-052-2/+102
* Cosmetic improvements in new config_info code.Tom Lane2016-02-211-88/+88
* Add new system view, pg_configJoe Conway2016-02-172-3/+222
* Fix typos in commentsMagnus Hagander2016-02-011-1/+1
* Update copyright for 2016Bruce Momjian2016-01-0211-11/+11
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-142-1253/+1
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-031-11/+32
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-022-54/+1
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-012-1/+54
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-302-1/+194
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+2
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-69/+1155
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-092-1/+167
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-092-1/+780
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-111-5/+7
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-071-0/+12
* Update copyright for 2015Bruce Momjian2015-01-068-8/+8
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-032-1/+44
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-252-788/+1
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-252-1/+788
* Small message fixesPeter Eisentraut2014-08-091-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-062-5/+6
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-36/+101
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-261-2/+9
* Un-break peer authentication.Tom Lane2014-03-281-0/+2
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-8/+11
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+2
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-2/+2
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-291-5/+5
* Make various variables const (read-only).Tom Lane2014-01-181-1/+1
* Move username lookup functions from /port to /commonBruce Momjian2014-01-102-1/+86
* Update copyright for 2014Bruce Momjian2014-01-077-7/+7
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-241-23/+36
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-38/+0
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-223-40/+208
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-192-1/+132
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-182-1/+110
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-173-1/+880
* Add use of asprintf()Peter Eisentraut2013-10-132-28/+49
* pgindent run for release 9.3Bruce Momjian2013-05-292-13/+12
* Move relpath() to libpgcommonAlvaro Herrera2013-02-212-2/+171
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-121-5/+5
* Don't build libpgcommon_srv.a just yetAlvaro Herrera2013-02-121-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-122-0/+192