]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-05-24 Bruce MomjianImprove pgindent instructions regarding Perl backup...
2015-05-23 Tom LaneAdd error check for lossy distance functions in index...
2015-05-23 Tom LaneFix incorrect snprintf() limit.
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-23 Andres FreundFix yet another bug in ON CONFLICT rule deparsing.
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-22 Tom LaneFix recently-introduced crash in array_contain_compare().
2015-05-22 Andrew DunstanUnpack jbvBinary objects passed to pushJsonbValue
2015-05-22 Fujii MasaoMinor enhancement of readability of ALTER TABLE syntax...
2015-05-22 Heikki LinnakangasAt promotion, don't leave behind a partial segment...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-21 Tom LaneImprove packing/alignment annotation for ItemPointerData.
2015-05-21 Robert HaasCorrect two mistakes in the ALTER FOREIGN TABLE referen...
2015-05-21 Fujii MasaoCorrect the names of pgstattuple_approx output columns...
2015-05-21 Fujii MasaoMake recovery_target_action = pause work.
2015-05-20 Tom LaneAnother typo fix.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Simon RiggsFix spelling in comment
2015-05-19 Tom LaneLast-minute updates for release notes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-19 Heikki LinnakangasFix off-by-one error in Assertion.
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-19 Tom LaneRevert "Change pg_seclabel.provider and pg_shseclabel...
2015-05-19 Peter EisentrautMessage string improvements
2015-05-19 Peter EisentrautFix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
2015-05-19 Tom LaneChange pg_seclabel.provider and pg_shseclabel.provider...
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-18 Tom LanePut back a backwards-compatible version of sampling...
2015-05-18 Tom LaneRecognize "REGRESS_OPTS += ..." syntax in MSVC build...
2015-05-18 Robert HaasFix error message in pre_sync_fname.
2015-05-18 Tom LaneLast-minute updates for release notes.
2015-05-18 Noah Mischpgcrypto: Report errant decryption as "Wrong key or...
2015-05-18 Noah MischCheck return values of sensitive system library calls.
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Noah MischPermit use of vsprintf() in PostgreSQL code.
2015-05-18 Noah MischPrevent a double free by not reentering be_tls_close().
2015-05-18 Heikki LinnakangasFix typo in comment.
2015-05-18 Heikki LinnakangasPut back stats-collector restarting code, removed accid...
2015-05-18 Fujii MasaoDon't classify REINDEX command as DDL in the pg_audit...
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-18 Tom LaneUse += not = to set makefile variables after including...
2015-05-17 Tom LaneRelease notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.
2015-05-17 Magnus HaganderFix wording error caused by recent typo fixes
2015-05-17 Stephen Frostpg_audit Makefile, REINDEX changes
2015-05-17 Magnus HaganderFix typos in comments
2015-05-17 Magnus HaganderMinor docs fixes for pg_audit
2015-05-17 Peter Eisentrauthstore_plpython: Fix regression tests under Python 3
2015-05-17 Peter EisentrautFix whitespace
2015-05-16 Tom LaneFirst-draft release notes for 9.4.2 et al.
2015-05-16 Bruce Momjianpg_upgrade: no need to check for matching float8_pass_...
2015-05-16 Tom LaneFix docs typo
2015-05-16 Tom LaneMore portability fixing for bipartite_match.c.
2015-05-16 Bruce Momjianpg_upgrade: force timeline 1 in the new cluster
2015-05-16 Bruce Momjianpg_upgrade: only allow template0 to be non-connectable
2015-05-16 Tom LaneAvoid direct use of INFINITY.
2015-05-16 Simon RiggsAdd docs for tablesample system_time()
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-16 Simon RiggsAdd docs for tablesample system_rows()
2015-05-15 Tom LaneUpdate time zone data files to tzdata release 2015d.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Tom LaneImprove test for CONVERT() with GB18030 <-> UTF8.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsSQLStandard feature T613 Sampling now Supported
2015-05-15 Tom LaneFix uninitialized variable.
2015-05-15 Simon RiggsTablesample method API docs
2015-05-15 Simon RiggsAdd to contrib/Makefile
2015-05-15 Simon Riggscontrib/tsm_system_time
2015-05-15 Simon Riggscontrib/tsm_system_rows
2015-05-15 Simon RiggsTABLESAMPLE system_time(limit)
2015-05-15 Simon RiggsTABLESAMPLE system_rows(limit)
2015-05-15 Tom LaneExtend GB18030 encoding conversion to cover full Unicod...
2015-05-15 Robert Haasdoc: CREATE FOREIGN TABLE now allows CHECK ( ... )...
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasSilence another create_index regression test failure.
2015-05-15 Tom LaneFix outdated src/test/mb/ tests, and add a GB18030...
2015-05-15 Heikki LinnakangasFix docs build. Oops.
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Bruce Momjiandocs: consistently uppercase index method and add...
2015-05-15 Heikki LinnakangasSilence create_index regression test failure.
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Tom LaneFix insufficiently-paranoid GB18030 encoding verifier.
2015-05-15 Stephen FrostRemove useless pg_audit.conf
2015-05-15 Fujii MasaoSupport --verbose option in reindexdb.
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-15 Tom LaneHonor traditional SGML NAMELEN limit.
2015-05-15 Tom LaneTeach UtfToLocal/LocalToUtf to support algorithmic...
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-15 Bruce Momjianpg_upgrade: make controldata checks more consistent
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14 Bruce Momjiandoc: list bigint as mapping to int8 and int64
2015-05-14 Stephen FrostMake repeated 'make installcheck' runs work
2015-05-14 Stephen FrostImprove pg_audit regression tests
2015-05-14 Tom LaneDocs: fix erroneous claim about max byte length of...
2015-05-14 Tom LaneFix portability issue in pg_audit.
2015-05-14 Tom LaneSuppress uninitialized-variable warning.
next