]> granicus.if.org Git - postgresql/history - src/common
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / common /
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-09 Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-07-26 Alvaro HerreraUpdate copyright in recently added files
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-04-28 Heikki LinnakangasMisc SCRAM code cleanups.
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-17 Peter EisentrautFix perlcritic warnings
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-07 Peter EisentrautAvoid using a C++ keyword in header file
2017-04-07 Heikki LinnakangasUse SASLprep to normalize passwords for SCRAM authentic...
2017-03-22 Andrew DunstanSync pg_dump and pg_dumpall output
2017-03-07 Heikki LinnakangasA collection of small fixes for the SCRAM patch.
2017-03-07 Heikki LinnakangasFix comments in SCRAM-SHA-256 patch.
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07 Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-02 Tom LaneAvoid leaking FDs after an fsync failure.
2016-09-29 Peter EisentrautFix compiler warnings
2016-09-29 Peter Eisentrautpg_basebackup pg_receivexlog: Issue fsync more carefully
2016-09-29 Peter EisentrautMove fsync routines of initdb into src/common/
2016-09-28 Peter EisentrautFix CRC check handling in get_controlfile
2016-09-21 Peter Eisentrautpg_ctl: Detect current standby state from pg_control
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-30 Tom LaneFix a bunch of places that called malloc and friends...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-07 Noah MischRemove redundant message in AddUserToTokenDacl().
2016-04-02 Noah MischRefer to a TOKEN_USER payload as a "token user," not...
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-07 Joe ConwayMake get_controlfile() error logging consistent with...
2016-03-05 Joe ConwayExpose control file data via SQL accessible functions.
2016-02-21 Tom LaneCosmetic improvements in new config_info code.
2016-02-17 Joe ConwayAdd new system view, pg_config
2016-02-01 Magnus HaganderFix typos in comments
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-03 Fujii MasaoAdd palloc_extended for frontend and backend.
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-01 Noah MischUnlink static libraries before rebuilding them.
2015-02-10 Heikki LinnakangasSpeed up CRC calculation using slicing-by-8 algorithm.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-03 Andres FreundAdd pg_string_endswith as the start of a string helper...
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
2014-08-09 Peter EisentrautSmall message fixes
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-26 Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraDon't build libpgcommon_srv.a just yet
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it