]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-05-02  Robert HaasFix some problems with VACUUM (INDEX_CLEANUP FALSE).
2019-05-01  Bruce Momjiandoc: clarify behavior of pg_upgrade's clone mode
2019-05-01  Magnus HaganderFix union for pgstat message types
2019-05-01  Andres FreundRun catalog reindexing test from 3dbb317d32 serially...
2019-05-01  Andres FreundFix unused variable compiler warning in !debug builds.
2019-04-30  Andres Freunddocs: Fix small copy & paste mistake.
2019-04-30  Andres FreundImprove comment spelling and style in llvmjit_deform.c.
2019-04-30  Andres FreundImprove code inferring length of bitmap for JITed tuple...
2019-04-30  Tom LaneClean up handling of constraint_exclusion and enable_pa...
2019-04-30  Bruce Momjiandoc: improve PG 12 to_timestamp()/to_date() wording
2019-04-30  Bruce Momjiandoc: move "only" to a more appropriate place in the...
2019-04-30  Alvaro HerreraMessage style fixes
2019-04-30  Alvaro HerreraWiden tuple counter variables from long to int64
2019-04-30  Andres FreundFix potential assertion failure when reindexing a pg_cl...
2019-04-30  Andres FreundFix several recently introduced issues around handling...
2019-04-29  Peter GeogheganRemove obsolete _bt_insert_parent() comment.
2019-04-29  Tom LaneIn walreceiver, don't try to do ereport() in a signal...
2019-04-29  Michael PaquierFix some typos
2019-04-29  Alvaro HerreraMessage fixes
2019-04-29  Peter EisentrautFix potential catalog corruption with temporary identit...
2019-04-28  Tom LaneDo pre-release housekeeping on catalog data, and fix...
2019-04-28  Noah MischUse preprocessor conditions compatible with Emacs indent.
2019-04-28  Tom LaneClean up minor warnings from buildfarm.
2019-04-28  Michael PaquierFix more typos and inconsistencies in documentation
2019-04-27  Tom LaneAvoid postgres_fdw crash for a targetlist entry that...
2019-04-27  Joe ConwayAdd viewBox attribute to storage page layout SVG image
2019-04-27  Joe ConwayAdd guidance on making documentation SVG images responsive
2019-04-27  Joe ConwayCorrect the URL pointing to PL/R
2019-04-27  Peter EisentrautUpdate config.guess and config.sub
2019-04-27  Tom LanePortability fix for zic.c.
2019-04-27  Michael PaquierMention REINDEX CONCURRENTLY in documentation about...
2019-04-26  Tom LaneSync our copy of the timezone library with IANA release...
2019-04-26  Tom LaneUpdate time zone data files to tzdata release 2019a.
2019-04-26  Peter EisentrautUpdate key words table for version 12
2019-04-26  Tom LaneApply stopgap fix for bug #15672.
2019-04-26  Alvaro Herrerapg_dump: store unused attribs as NULL instead of '\0'
2019-04-26  Peter Eisentrautdoc: Update section on NFS
2019-04-26  Etsuro FujitaAdd FDW documentation notes about insert and update...
2019-04-25  Peter GeogheganSanitize line pointers within contrib/amcheck.
2019-04-25  Alvaro HerreraFix partitioned index attachment
2019-04-25  Fujii MasaoFix file path in comment.
2019-04-25  Fujii MasaoFix function names in comments.
2019-04-25  Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-04-24  Alvaro HerreraMake pg_dump emit ATTACH PARTITION instead of PARTITION OF
2019-04-24  Tom LaneFix some minor postmaster-state-machine issues.
2019-04-24  Alvaro HerreraUnify error messages
2019-04-24  Etsuro Fujitapostgres_fdw: Fix incorrect handling of row movement...
2019-04-24  Andres FreundAllow pg_class xid & multixid horizons to not be set.
2019-04-23  Tom LaneRepair assorted issues in locale data extraction.
2019-04-23  Tom LaneRemove useless comment.
2019-04-23  Peter GeogheganPrevent O(N^2) unique index insertion edge case.
2019-04-23  Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-04-23  Tom LaneDon't request pretty-printed output from xmlNodeDump().
2019-04-23  Michael PaquierFix detection of passwords hashed with MD5 or SCRAM...
2019-04-22  Andres FreundConvert gist to compute page level xid horizon on primary.
2019-04-22  Fujii MasaoFix documentation of pg_start_backup and pg_stop_backup...
2019-04-21  Tomas VondraFix mvdistinct and dependencies size calculations
2019-04-20  Bruce Momjiandocs: reorder collation regression test order in paragraph
2019-04-20  Stephen FrostGSSAPI: Improve documentation and tests
2019-04-19  Andres FreundFix slot type issue for fuzzy distance index scan over...
2019-04-19  Andres FreundFix two memory leaks around force-storing tuples in...
2019-04-19  Tom LaneFix problems with auto-held portals.
2019-04-19  Michael PaquierFix collection of typos and grammar mistakes in docs...
2019-04-19  Michael PaquierClean up some documentation for log_statement_sample_rate
2019-04-19  Michael PaquierRemove dependency to pageinspect in recovery tests
2019-04-19  Andres FreundFix potential use-after-free for BEFORE UPDATE row...
2019-04-18  Peter EisentrautFix handling of temp and unlogged tables in FOR ALL...
2019-04-18  Andres Freunddocs: correct typo-ed path to heapam_handler.c.
2019-04-18  Andres Freundpg_dump: Remove stray option parsing support for -o.
2019-04-18  Andres Freunddocs: cleanup/remove/update references to OID column.
2019-04-17  Alvaro HerreraTie loose ends in psql's new \dP command
2019-04-17  Alvaro Herrerapsql: display tablespace for partitioned indexes
2019-04-17  Bruce Momjianpostgresql.conf.sample: add proper defaults for includ...
2019-04-17  Bruce Momjiandocs: clarify pg_upgrade's recovery behavior
2019-04-17  Tom LaneFix unportable code in pgbench.
2019-04-17  Tom LaneFix assorted minor bogosity in GSSAPI transport error...
2019-04-17  Tom LaneMinor jsonpath fixes.
2019-04-17  Magnus HaganderReturn NULL for checksum failures if checksums are...
2019-04-17  Michael PaquierFix thinko introduced by 82a5649 in slot.c
2019-04-17  Michael PaquierSimplify some ERROR paths clearing wait events and...
2019-04-17  Michael PaquierRework handling of invalid indexes with REINDEX CONCURR...
2019-04-16  Fujii MasaoAdd index terms for reloptions in documentation.
2019-04-16  Peter EisentrautBetter scaling of images in HTML output
2019-04-16  Michael PaquierRemove duplicate assignment when initializing logical...
2019-04-16  Noah MischDon't write to stdin of a test process that could have...
2019-04-15  Tom LaneUse [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupport...
2019-04-15  Tomas VondraConvert pre-existing stats_ext tests to new style
2019-04-15  Tomas VondraFix pg_mcv_list deserialization
2019-04-15  Tom LaneFix failure with textual partition hash keys.
2019-04-15  Tom LaneAvoid possible regression test instability in timestamp...
2019-04-15  Alexander KorotkovFix division by zero in _bt_vacuum_needs_cleanup()
2019-04-15  Etsuro FujitaFix thinko in ExecCleanupTupleRouting().
2019-04-15  Peter EisentrautUnbreak index optimization for LIKE on bytea
2019-04-15  Michael PaquierFix SHOW ALL command for non-superusers with replicatio...
2019-04-15  Noah MischTest both 0.0.0.0 and 127.0.0.x addresses to find a...
2019-04-14  Michael PaquierSwitch TAP tests of pg_rewind to use non-superuser...
2019-04-14  Noah MischMSYS: Translate REGRESS_SHLIB to a Windows file name.
2019-04-13  Noah MischWhen Perl "kill(9, ...)" fails, try "pg_ctl kill".
2019-04-13  Tom LanePrevent memory leaks associated with relcache rd_partch...
2019-04-13  Noah MischConsistently test for in-use shared memory.
next