]> granicus.if.org Git - postgresql/history - src/include/common
Repair failure with SubPlans in multi-row VALUES lists.
[postgresql] / src / include / common /
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-09 Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-08-24 Peter EisentrautIncrease SCRAM salt length
2017-07-26 Alvaro HerreraUpdate copyright in recently added files
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 pgindent run
2017-05-05 Heikki LinnakangasMake SCRAM salts and nonces longer.
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-04-28 Heikki LinnakangasMisc SCRAM code cleanups.
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-04-06 Heikki LinnakangasRemove bogus SCRAM_ITERATION_LEN constant.
2017-04-06 Tom LaneFix integer-overflow problems in interval comparison.
2017-03-22 Andrew DunstanSync pg_dump and pg_dumpall output
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-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
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-06-09 Robert Haaspgindent run for 9.6
2016-03-24 Tom LaneAvoid PGDLLIMPORT for simple local references in fronte...
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-14 Peter EisentrautAdd missing include for self-containment
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-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-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
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-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-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-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-22 Tom LaneReplace pg_asprintf() with psprintf().
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 HerreraCreate libpgcommon, and move pg_malloc et al to it