]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2020-02-26  Peter GeogheganAdd deduplication to nbtree.
2020-02-26  Peter GeogheganAdd equalimage B-Tree support functions.
2020-02-26  Magnus HaganderInclude error code in message from pg_upgrade
2020-02-25  Michael PaquierFix build failure on header generation with repetitive...
2020-02-24  Tom LaneFix compile failure.
2020-02-24  Andres Freundexpression eval: Reduce number of steps for agg transit...
2020-02-24  Michael PaquierIssue properly WAL record for CID of first catalog...
2020-02-24  Tom LaneAccount explicitly for long-lived FDs that are allocate...
2020-02-24  Peter EisentrautChange client-side fsync_fname() to report errors fatally
2020-02-24  Robert HaasAdapt hashfn.c and hashutils.h for frontend use.
2020-02-24  Robert HaasPut all the prototypes for hashfn.c into the same heade...
2020-02-24  Robert HaasMove bitmap_hash and bitmap_match to bitmapset.c.
2020-02-24  Michael PaquierAdd prefix checks in exclude lists for pg_rewind, pg_ch...
2020-02-22  Peter EisentrautFactor out InitControlFile() from BootStrapXLOG()
2020-02-22  Peter EisentrautReformat code comment
2020-02-22  Peter Eisentrautpg_resetwal: Rename function to avoid potential conflict
2020-02-21  Tom LaneAdjust Solution.pm to set HAVE_STDINT_H.
2020-02-21  Peter EisentrautFix perlcritic warnings
2020-02-21  Peter EisentrautAllow running src/tools/msvc/mkvcbuild.pl under not...
2020-02-21  Tom LaneAssume that we have signed integral types and flexible...
2020-02-21  Tom LaneAssume that we have <wchar.h>.
2020-02-21  Tom LaneAssume that we have utime() and <utime.h>.
2020-02-21  Tom LaneAssume that we have rint().
2020-02-21  Tom LaneAssume that we have memmove().
2020-02-21  Tom LaneAssume that we have cbrt().
2020-02-21  Tom LaneAssume that we have isinf().
2020-02-21  Tom LaneAssume that we have functional, 64-bit fseeko()/ftello().
2020-02-21  Peter EisentrautFix compiler warnings on 64-bit Windows
2020-02-21  Jeff DavisFixup for nodeAgg.c refactor.
2020-02-21  Etsuro FujitaAvoid redundant checks in partition_bounds_copy().
2020-02-21  Peter EisentrautRequire stdint.h
2020-02-21  Michael PaquierDoc: Fix instructions to control build environment...
2020-02-20  Alvaro HerreraSimplify FK-to-partitioned regression test query
2020-02-20  Etsuro FujitaRemove extra word from comment.
2020-02-20  Michael PaquierCleanup more code related to ws2_32.dll loading in...
2020-02-19  Tom LaneDoc: discourage use of partial indexes for poor-man...
2020-02-19  Tom LaneRemove support for upgrading extensions from "unpackage...
2020-02-19  Peter EisentrautFix typo
2020-02-19  Tom LaneFix confusion about event trigger vs. plain function...
2020-02-19  Peter EisentrautSet gen_random_uuid() to volatile
2020-02-19  Jeff DavisMinor refactor of nodeAgg.c.
2020-02-19  Jeff Davislogtape.c: allocate read buffer even for an empty tape.
2020-02-19  Fujii MasaoFix mesurement of elapsed time during truncating heap...
2020-02-19  Michael PaquierClean up some code, comments and docs referring to...
2020-02-19  Amit KapilaStop demanding that top xact must be seen before subxac...
2020-02-19  Peter GeogheganRemove obsolete _bt_compare() comment.
2020-02-18  Fujii MasaoMake inherited LOCK TABLE perform access permission...
next