]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-03-14  Tomas VondraUse functional dependencies to estimate ScalarArrayOpExpr
2020-03-13  Tom LaneDoc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
2020-03-13  Peter Eisentrautdoc: Remove unused title ids
2020-03-13  Peter EisentrautRemove am_syslogger global variable
2020-03-13  Peter EisentrautUnify several ways to tracking backend type
2020-03-13  Peter EisentrautPreserve replica identity index across ALTER TABLE...
2020-03-13  Michael PaquierRefactor compile-time assertion checks in c.h
2020-03-11  Tom LaneFix test case instability introduced in 085b6b667.
2020-03-11  Alvaro HerreraAdd pg_dump support for ALTER obj DEPENDS ON EXTENSION
2020-03-11  Tom LaneAvoid holding a directory FD open across pg_ls_dir_file...
2020-03-11  Peter EisentrautRefactor ps_status.c API
2020-03-11  Alvaro HerreraAvoid duplicates in ALTER ... DEPENDS ON EXTENSION
2020-03-11  Peter EisentrautClean up order in miscinit.c a bit
2020-03-11  Peter EisentrautRemove HAVE_WORKING_LINK
2020-03-11  Alexander KorotkovImprove checking of child pages in contrib/amcheck.
2020-03-11  Peter GeogheganRemove stray parenthesis in nbtree.h.
2020-03-11  Peter Geoghegannbtree: Move fastpath NULL descent stack assertion.
2020-03-10  Tom LaneMarginal comments and docs cleanup.
2020-03-10  Peter Geoghegannbtree: Demote minus infinity "can't happen" error.
2020-03-10  Tom LaneEnsure that CREATE TABLE LIKE copies any NO INHERIT...
2020-03-10  Tom LaneAvoid portability problem introduced in 0a42a2e9c.
2020-03-10  Tom LanePreserve integer and float values accurately in (de...
2020-03-10  Alvaro HerreraSplit out CreateCast into src/backend/catalog/pg_cast.c
2020-03-10  Peter EisentrautRemove win32ver.rc from version_stamp.pl
2020-03-10  Peter EisentrautRemove utils/acl.h from catalog/objectaddress.h
2020-03-10  Peter EisentrautSupport adding partitioned tables to publication
2020-03-10  Michael PaquierPrevent reindex of invalid indexes on TOAST tables
2020-03-10  Fujii MasaoTidy up XLogSource code in xlog.c.
2020-03-09  Tom LaneFix pg_dump/pg_restore to restore event triggers later.
2020-03-09  Jeff DavisIntroduce LogicalTapeSetExtend().
2020-03-09  Fujii MasaoFix bug that causes to report waiting in PS display...
2020-03-09  Peter EisentrautAdd tg_updatedcols to TriggerData
2020-03-09  Peter EisentrautCode simplification
2020-03-09  Fujii MasaoAvoid assertion failure with targeted recovery in stand...
2020-03-09  Fujii MasaoMark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
2020-03-09  Michael PaquierDoc: fix some description of environment variables...
2020-03-08  Tom LaneAdd an "absval" parameter to allow contrib/dict_int...
2020-03-08  Tom LaneAdd an explicit test to catch changes in checksumming...
2020-03-08  Alexander KorotkovShow opclass and opfamily related information in psql
2020-03-08  Peter Geogheganpageinspect: Fix types used for bt_metap() columns.
2020-03-07  Tom LaneTab completion: offer parens as appropriate in CREATE...
2020-03-07  Tom LaneSimplify/speed up assertion cross-check in ginCompressP...
2020-03-07  Peter Eisentrautdoc: Remove unused ids
2020-03-07  Peter Eisentrautdoc: Add information about new SQL part SQL/MDA
2020-03-07  Peter EisentrautFix typo
2020-03-06  Tom LaneCreate contrib/bool_plperl to provide a bool transform...
2020-03-06  Tom LaneAllow Unicode escapes in any server encoding, not only...
2020-03-06  Tom LaneAllow ALTER TYPE to change some properties of a base...
2020-03-05  Michael PaquierFix page-level checksum calculation in checksum_impl.h
2020-03-05  Tom LaneRemove the "opaque" pseudo-type and associated compatib...
2020-03-05  Tom LaneRemove ancient hacks to ignore certain opclass names...
2020-03-05  Tom LaneRemove ancient support for upgrading pre-7.3 foreign...
2020-03-05  Alvaro HerreraRemove RangeIOData->typiofunc
2020-03-05  Michael PaquierAvoid -Wconversion warnings when using checksum_impl.h
2020-03-05  Fujii MasaoFix issues around .pgpass file.
2020-03-05  Michael PaquierFix more issues with dependency handling at swap phase...
2020-03-05  Jeff DavisExtend ExecBuildAggTrans() to support a NULL pointer...
2020-03-04  Tom LaneIntroduce macros for typalign and typstorage constants.
2020-03-04  Peter EisentrautMove pg_upgrade's Windows link() implementation to...
2020-03-03  Tom LaneAllow to_date/to_timestamp to recognize non-English...
2020-03-03  Peter Eisentrautpg_standby: Don't use HAVE_WORKING_LINK
2020-03-03  Fujii MasaoFix typo in monitoring.sgml.
2020-03-03  Peter GeogheganRemove overzealous _bt_split() assertions.
2020-03-03  Michael PaquierFix assertion failure with ALTER TABLE ATTACH PARTITION...
2020-03-03  Fujii MasaoFix the name of the first WAL segment file, in docs.
2020-03-03  Fujii MasaoReport progress of streaming base backup.
2020-03-03  Michael PaquierPreserve pg_index.indisclustered across REINDEX CONCURR...
2020-03-02  Tom LaneFix possibly-uninitialized variable.
2020-03-02  Alvaro HerreraRepresent command completion tags as structs
2020-03-02  Tom LaneBlacklist port/win32_msvc/utime.h in cpluspluscheck...
2020-03-02  Peter GeogheganSilence nbtree.h cpluspluscheck warning.
2020-03-02  Peter GeogheganAdd assertions to _bt_update_posting().
2020-03-02  Peter EisentrautUpdate Microsoft documentation link
2020-03-02  Peter EisentrautRemove long unused code behind a #if 0
2020-03-02  Michael PaquierFix command-line colorization on Windows with VT100...
2020-03-02  Michael PaquierHandle logical decoding in multi-insert for catalog...
2020-03-01  Peter GeogheganRemove dead code from _bt_update_posting().
2020-03-01  Dean RasheedFix corner-case loss of precision in numeric ln().
2020-02-29  Peter GeogheganDoc: Fix pageinspect bt_page_items() example.
2020-02-29  Peter GeogheganTeach pageinspect about nbtree deduplication.
2020-02-29  Tom LaneCorrectly re-use hash tables in buildSubPlanHash().
2020-02-29  Tom LaneRemove obsolete comment.
2020-02-29  Tom LaneAvoid failure if autovacuum tries to access a just...
2020-02-28  Jeff DavisFix commit c11cb17d.
2020-02-28  Tom LaneDoc: correct thinko in pg_buffercache documentation.
2020-02-28  Alvaro HerreraAdd comments on avoid reuse of parse-time snapshot
2020-02-28  Peter EisentrautAdd PostgreSQL home page to --help output
2020-02-28  Peter EisentrautRefer to bug report address by symbol rather than hardc...
2020-02-27  Alvaro HerreraCatversion bump for b9b408c48724
2020-02-27  Jeff DavisSave calculated transitionSpace in Agg node.
2020-02-27  Peter GeogheganDoc: Fix deduplicate_items index term.
2020-02-27  Alvaro HerreraRecord parents of triggers
2020-02-27  Michael PaquierRemove TAP test for createdb --lc-ctype
2020-02-27  Michael PaquierSkip foreign tablespaces when running pg_checksums...
2020-02-27  Robert HaasMove src/backend/utils/hash/hashfn.c to src/common
2020-02-27  Michael Paquiercreatedb: Fix quoting of --encoding, --lc-ctype and...
2020-02-26  Peter GeogheganSilence another compiler warning in nbtinsert.c.
2020-02-26  Tom LaneSuppress unnecessary RelabelType nodes in more cases.
2020-02-26  Alvaro HerreraFix docs regarding AFTER triggers on partitioned tables
2020-02-26  Peter GeogheganSilence compiler warning in nbtinsert.c.
next