]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-04-04  Alvaro HerreraForeign keys on partitioned tables
2018-04-04  Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-04-04  Tom LaneRemove less-portable-than-believed test case.
2018-04-04  Tom LaneFix platform and Perl-version dependencies in new jsonb...
2018-04-04  Heikki LinnakangasFix the new ARMv8 CRC code for short and unaligned...
2018-04-04  Magnus HaganderFix pg_bsaebackup checksum tests
2018-04-04  Heikki LinnakangasUse ARMv8 CRC instructions where available.
2018-04-04  Heikki LinnakangasAlso fix the descriptions in pg_config.h.win32.
2018-04-04  Heikki LinnakangasFix incorrect description of USE_SLICING_BY_8_CRC32C.
2018-04-03  Alvaro HerreraDon't clone internal triggers to partitions
2018-04-03  Andres FreundFix GCC 7 snprintf() compiler warning.
2018-04-03  Alvaro HerreraPass correct TupDesc to ri_NullCheck() in Assert
2018-04-03  Tom LanePrevent accidental linking of system-supplied copies...
2018-04-03  Tom LaneSuppress compiler warning in new jsonb_plperl code.
2018-04-03  Bruce MomjianC comment: mention null handling in BuildTupleFromCStr...
2018-04-03  Teodor SigaevAdd prefix operator for TEXT type.
2018-04-03  Peter EisentrautAttempt to fix jsonb_plperl build on Windows
2018-04-03  Magnus HaganderProperly use INT64_FORMAT in output
2018-04-03  Peter EisentrautTransforms for jsonb to PL/Perl
2018-04-03  Magnus HaganderFix for checksum validation patch
2018-04-03  Magnus HaganderValidate page level checksums in base backups
2018-04-03  Simon RiggsTab completion for MERGE
2018-04-03  Simon RiggsWITH support in MERGE
2018-04-03  Simon RiggsNew files for MERGE
2018-04-03  Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02  Simon RiggsRevert "MERGE SQL Command following SQL:2016"
2018-04-02  Simon RiggsRevert "Modified files for MERGE"
2018-04-02  Simon RiggsModified files for MERGE
2018-04-02  Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02  Peter EisentrautFix XML syntax in documentation
2018-04-02  Tom LaneFix some dubious WAL-parsing code.
2018-04-02  Peter Eisentrautpsql: Fix \ef, \sf tab completion
2018-04-02  Tom LaneRemove contrib/jsonb_plpython's tests for infinity...
2018-04-02  Tom LaneTeach configure --with-python to report the Python...
2018-04-02  Peter EisentrautMake be-secure-common.c more consistent for future...
2018-04-02  Robert Haaspostgres_fdw: Push down partition-wise aggregation.
2018-04-01  Tom LaneFix a boatload of typos in C comments.
2018-04-01  Andres FreundFix non-portable use of round().
2018-04-01  Andres FreundAdd amcheck verification of heap relations belonging...
2018-04-01  Andres FreundAdd Bloom filter implementation.
2018-03-31  Andrew DunstanSmall cleanups in fast default code.
2018-03-31  Tom LaneFix assorted issues in parallel vacuumdb.
2018-03-31  Tom LaneFix portability and translatability issues in commit...
2018-03-31  Tom LanePortability fix for commit 9a895462d.
2018-03-31  Andres FreundRemove PARTIAL_LINKING build mode.
2018-03-31  Tatsuo IshiiFix bug with view locking code.
2018-03-31  Andres FreundAdd SKIP_LOCKED option to RangeVarGetRelidExtended().
2018-03-31  Andres FreundCombine options for RangeVarGetRelidExtended() into...
2018-03-30  Fujii MasaoEnhance pg_stat_wal_receiver view to display host and...
2018-03-30  Tom LaneFix bogus provolatile/proparallel markings on a few...
2018-03-30  Tom LaneEnsure that WAL pages skipped by a forced WAL switch...
2018-03-30  Tom LaneRemove obsolete SLRU wrapping and warnings from predica...
2018-03-30  Tom LaneImprove out-of-memory error reports by including memory...
2018-03-30  Tom LaneDo index FSM vacuuming sooner.
2018-03-30  Robert HaasDon't call IS_DUMMY_REL() when cheapest_total_path...
2018-03-30  Bruce Momjiandocs: add parameter with brackets around varbit()
2018-03-30  Bruce Momjiandoc: document "IS NOT DOCUMENT"
2018-03-30  Teodor SigaevPredicate locking in GIN index
2018-03-30  Magnus HaganderFix typo in comment
2018-03-30  Bruce Momjiandocs: fix spacing around "if not exists" brackets
2018-03-30  Tatsuo IshiiAllow to lock views.
2018-03-29  Andres FreundImprove JIT docs.
2018-03-29  Robert HaasRemove 'target' from GroupPathExtraData.
2018-03-29  Robert HaasRewrite the code that applies scan/join targets to...
2018-03-29  Robert HaasPostpone generate_gather_paths for topmost scan/join...
2018-03-29  Robert HaasTeach create_projection_plan to omit projection where...
2018-03-29  Bruce MomjianC comments: "a" <--> "an" corrections
2018-03-29  Bruce MomjianREADME change: update for hash access method
2018-03-29  Magnus HaganderFix incorrect copy/paste in comment
2018-03-29  Magnus HaganderFix typo in comment
2018-03-29  Tom LaneRemove unnecessary BufferGetPage() calls in fsm_vacuum_...
2018-03-29  Tom LaneRemove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRang...
2018-03-29  Bruce MomjianC comment: fix wording about shared memory message...
2018-03-29  Tom LaneWhile vacuuming a large table, update upper-level FSM...
2018-03-29  Teodor SigaevAdd casts from jsonb
2018-03-29  Bruce Momjiandocs: fix INSTALL.xml build by using "standalone-ignore"
2018-03-29  Magnus HaganderFix typo in comment
2018-03-28  Peter EisentrautAllow committing inside cursor loop
2018-03-28  Bruce MomjianC comment: fix typo, log -> lag
2018-03-28  Andres FreundFix mistakes in the just added JIT docs.
2018-03-28  Andres FreundAdd documentation for the JIT feature.
2018-03-28  Andres FreundAdd EXPLAIN support for JIT.
2018-03-28  Andres FreundAdd inlining support to LLVM JIT provider.
2018-03-28  Andres FreundUse isinf builtin for clang, for performance.
2018-03-28  Fujii MasaoMake pg_rewind skip files and directories that are...
2018-03-28  Fujii MasaoFix handling of files that source server removes during...
2018-03-28  Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-03-28  Tom LaneFix actual and potential double-frees around tuplesort...
2018-03-28  Simon RiggsStore 2PC GID in commit/abort WAL recs for logical...
2018-03-28  Peter EisentrautAttempt to fix jsonb_plpython build on Windows
2018-03-28  Peter EisentrautFix jsonb_plpython tests on older Python versions
2018-03-28  Peter EisentrautTransforms for jsonb to PL/Python
2018-03-28  Andrew DunstanMake fast_default regression tests locale independent
2018-03-28  Simon RiggsUse pg_stat_get_xact* functions within xacts
2018-03-28  Andres FreundQuick adaption of JIT tuple deforming to the fast defau...
2018-03-28  Andres FreundAdd catversion bump missed in 16828d5c0.
2018-03-28  Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-27  Tom LaneUpdate pgindent's typedefs blacklist, and make it easie...
2018-03-27  Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-27  Simon RiggsAllow HOT updates for some expression indexes
next