]> granicus.if.org Git - postgresql/history - src/common
docs: adjust PG 12 floating point item
[postgresql] / src / common /
2019-04-25 Fujii MasaoFix function names in comments.
2019-04-02 Stephen FrostAdd support for partial TOAST decompression
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-18 Michael PaquierRefactor more code logic to update the control file
2019-03-12 Michael PaquierAdd routine able to update the control file to src...
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-02-28 Joe ConwayMake get_controlfile not leak file descriptors
2019-02-24 Thomas MunroTolerate EINVAL when calling fsync() on a directory.
2019-02-13 Andrew GierthMore float test and portability fixes.
2019-02-13 Andrew GierthFix an overlooked UINT32_MAX.
2019-02-13 Andrew GierthChange floating-point output format for improved perfor...
2019-02-13 Peter EisentrautRemove useless casts
2019-01-10 Tom LaneUse perfect hashing, instead of binary search, for...
2019-01-06 Tom LaneReplace the data structure used for keyword lookup.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-26 Tom LaneFix portability failure introduced in commits d2b0b60e7...
2018-12-17 Tom LaneModernize our code for looking up descriptive strings...
2018-12-16 Tom LaneImprove detection of child-process SIGPIPE failures.
2018-12-06 Tom LaneImprove our response to invalid format strings, and...
2018-10-15 Peter EisentrautMake spelling of "acknowledgment" consistent
2018-10-09 Tom LaneMake src/common/exec.c's error logging less ugly.
2018-09-28 Stephen FrostAdd application_name to connection authorized msg
2018-09-28 Tom LaneBuild src/common files as a library with -fPIC.
2018-09-26 Tom LaneImplement %m in src/port/snprintf.c, and teach elog...
2018-09-14 Michael PaquierAllow concurrent-safe open() and fopen() in frontend...
2018-09-09 Tom LaneInstall a check for mis-linking of src/port and src...
2018-09-08 Tom LaneMinor cleanup/future-proofing for pg_saslprep().
2018-08-16 Tom LaneRequire a C99-compliant snprintf(), and remove related...
2018-08-15 Tom LaneClean up assorted misuses of snprintf()'s result value.
2018-08-11 Tom LaneProduce compiler errors if errno is referenced inside...
2018-07-23 Michael PaquierAdd proper errcodes to new error messages for read...
2018-07-17 Michael PaquierRework error messages around file handling
2018-07-11 Alexander KorotkovFix more wrong paths in header comments
2018-06-11 Peter EisentrautAdjust error message
2018-05-23 Tom LaneFix incorrect ordering of operations in pg_resetwal...
2018-05-18 Magnus HaganderFix error message on short read of pg_control
2018-04-19 Alvaro HerreraEnlarge find_other_exec's meager fgets buffer
2018-04-09 Tom LaneFix partial-build problems introduced by having more...
2018-04-09 Tom LaneFurther cleanup of client dependencies on src/include...
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-07 Stephen FrostFix EXEC BACKEND + Windows builds for group privs
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-04-03 Tom LanePrevent accidental linking of system-supplied copies...
2018-03-15 Alvaro Herrerarestrict -> pg_restrict
2018-03-13 Peter EisentrautMove strtoint() to common
2018-01-03 Bruce MomjianUpdate copyright for 2018
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.
next