]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-08-02  Fujii MasaoAdd missing PQclear() calls into pg_receivexlog.
2014-08-02  Fujii MasaoFix bug in pg_receivexlog --verbose.
2014-08-01  Heikki LinnakangasFix typo in user manual
2014-07-31  Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-30  Tom LaneAvoid wholesale autovacuuming when autovacuum is nomina...
2014-07-30  Robert Haaspgbench: Allow \setrandom to generate Gaussian/exponent...
2014-07-30  Robert HaasFix mishandling of background worker PGPROCs in EXEC_BA...
2014-07-30  Peter Eisentrautdoc: Clean up some recently added PL/pgSQL documentation
2014-07-30  Bruce Momjianpg_upgrade: improve C comment wording
2014-07-29  Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-29  Alvaro HerreraSimplify multixact freezing a bit
2014-07-29  Heikki LinnakangasOops, fix recoveryStopsBefore functions for regular...
2014-07-29  Heikki LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-29  Fujii MasaoReword the sentence for pg_logical_slot_peek_changes...
2014-07-28  Tom LaneFix obsolete statement in smgr/README.
2014-07-27  Peter Eisentrautdoc: Fix up ALTER TABLESPACE reference page
2014-07-25  Tom LaneFix a performance problem in pg_dump's dump order selec...
2014-07-25  Noah MischHandle WAIT_IO_COMPLETION return from WaitForMultipleOb...
2014-07-25  Noah MischMove PGAC_LDAP_SAFE to config/programs.m4.
2014-07-24  Robert HaasPrevent shm_mq_send from reading uninitialized memory.
2014-07-24  Robert HaasFix checkpointer crash in EXEC_BACKEND builds.
2014-07-24  Andres FreundProperly remove ephemeral replication slots after a...
2014-07-24  Robert HaasAvoid access to already-released lock in LockRefindAndR...
2014-07-24  Robert Haasdocs: Improve documentation of \pset without arguments.
2014-07-24  Fujii MasaoFix bug where pg_receivexlog goes into busy loop if...
2014-07-24  Peter EisentrautFix TAP installcheck tests when current directory name...
2014-07-23  Tom LaneRearrange documentation paragraph describing pg_relatio...
2014-07-23  Noah MischReport success when Windows kill() emulation signals...
2014-07-23  Noah MischMSVC: Substitute $(top_builddir) in REGRESS_OPTS.
2014-07-22  Tom LaneRe-enable error for "SELECT ... OFFSET -1".
2014-07-22  Tom LaneCheck block number against the correct fork in get_raw_...
2014-07-22  Andrew DunstanAllow empty string object keys in json_object().
2014-07-22  Noah MischDiagnose incompatible OpenLDAP versions during build...
2014-07-22  Peter EisentrautUnset some local environment variables in TAP tests
2014-07-22  Peter Eisentrautgitattributes: Ignore time zone data files for whitespa...
2014-07-22  Tom LaneReject out-of-range numeric timezone specifications.
2014-07-21  Tom LaneRelease notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22.
2014-07-21  Tom LaneAdjust cutoff points in newly-added sanity tests.
2014-07-21  Tom LaneDefend against bad relfrozenxid/relminmxid/datfrozenxid...
2014-07-21  Magnus HaganderProperly use DEFAULT_EVENT_SOURCE in pgevent.c
2014-07-21  Peter EisentrautTranslation updates
2014-07-21  Peter EisentrautUpdate SQL features list
2014-07-21  Peter EisentrautReplace "internationalize" with "localize" where approp...
2014-07-20  Tom LaneFirst-draft release notes for 9.3.5.
2014-07-20  Tom LaneFix xreflabel for hot_standby_feedback.
2014-07-19  Tom LaneUpdate time zone data files to tzdata release 2014e.
2014-07-19  Tom LanePartial fix for dropped columns in functions returning...
2014-07-18  Noah MischLimit pg_upgrade authentication advice to always-secure...
2014-07-18  Tom LaneFix two low-probability memory leaks in regular express...
2014-07-17  Magnus HaganderRevert broken change to pgevent.c
2014-07-17  Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-07-17  Peter Eisentrautdoc: Spell checking
2014-07-16  Heikki LinnakangasFix bugs in SP-GiST search with range type's -|- (adjac...
2014-07-16  Tom LaneAllow join removal in some cases involving a left join...
2014-07-15  Magnus HaganderMove check for SSL_get_current_compression to run on...
2014-07-15  Peter Eisentrautdoc: Put new options in right order on reference pages
2014-07-15  Peter Eisentrautpg_upgrade: Fix spacing in help output
2014-07-15  Peter Eisentrautpg_basebackup: Add more information about --max-rate...
2014-07-15  Andrew Dunstanjson_build_object and json_build_array are stable,...
2014-07-15  Alvaro HerreraAdd missing doc changes for ee80f043bc9b
2014-07-15  Alvaro HerreraFix REASSIGN OWNED for text search objects
2014-07-15  Magnus HaganderDetect presence of SSL_get_current_compression
2014-07-15  Peter EisentrautAdd missing source files to nls.mk
2014-07-15  Magnus HaganderInclude SSL compression status in psql banner and conne...
2014-07-15  Peter EisentrautSmall spelling fix
2014-07-15  Peter EisentrautAdd missing serial commas
2014-07-15  Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-15  Peter Eisentrautdoc: small fixes for REINDEX reference page
2014-07-14  Alvaro Herrerapsql: Show tablespace size in \db+
2014-07-14  Alvaro HerreraMove view reloptions into their own varlena struct
2014-07-14  Noah MischAdd file version information to most installed Windows...
2014-07-14  Noah Mischcontrib/test_decoding/Makefile sets MODULES, so omit...
2014-07-14  Noah MischMSVC: Apply icons to all binaries having them in a...
2014-07-14  Noah MischMSVC: Process Makefile line continuations more like...
2014-07-14  Noah MischMSVC: Recognize PGFILEDESC in contrib and conversion_pr...
2014-07-14  Noah MischFix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72...
2014-07-14  Fujii MasaoPrevent bitmap heap scans from showing unnecessary...
2014-07-14  Fujii MasaoRemove incorrect comment from postgres_fdw.c.
2014-07-12  Magnus HaganderSupport --with-extra-version equivalent functionality...
2014-07-12  Andres FreundMinimal psql tab completion support for SET search_path.
2014-07-12  Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-12  Magnus HaganderAdd autocompletion of locale keywords for CREATE DATABASE
2014-07-11  Tom LaneFix bug with whole-row references to append subplans.
2014-07-11  Peter EisentrautFix whitespace
2014-07-10  Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-10  Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-07-10  Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-07-09  Robert HaasFix error hint style.
2014-07-09  Robert HaasImprove error messages for bytea decoding failures.
2014-07-09  Peter EisentrautFix whitespace
2014-07-08  Peter EisentrautUpdate key words table for 9.4
2014-07-08  Peter Eisentrautdoc: Link text to table by id
2014-07-08  Tom LaneDon't assume a subquery's output is unique if there...
2014-07-08  Peter Eisentrautdoc: Fix spacing in verbatim environments
2014-07-08  Fujii MasaoFix typo in comment.
2014-07-07  Tom LaneIn pg_dump, show server and pg_dump versions with or...
2014-07-07  Bruce Momjianpg_upgrade: allow upgrades for new-only TOAST tables
2014-07-07  Fujii MasaoFix typos in comments.
2014-07-06  Robert HaasRemove swpb-based spinlock implementation for ARMv5...
2014-07-06  Andres FreundFix decoding of MULTI_INSERTs when rows other than...
next