]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-07-08  Peter EisentrautImprove error messages about mismatching relkind
2021-07-07  Tom LaneFix crash in postgres_fdw for provably-empty remote...
2021-07-07  Fujii Masaodoc: Fix description about pg_stat_statements.track_pla...
2021-07-07  David RowleyUse a hash table to speed up NOT IN(values)
2021-07-07  Fujii Masaopostgres_fdw: Tighten up allowed values for batch_size...
2021-07-07  Michael PaquierRefactor SASL code with a generic interface for its...
2021-07-06  Tom LaneAllow CustomScan providers to say whether they support...
2021-07-06  Alvaro HerreraImprove TestLib::system_or_bail error reporting
2021-07-06  Tom LaneReduce the cost of planning deeply-nested views.
2021-07-06  Tom LaneAvoid doing catalog lookups in postgres_fdw's conversio...
2021-07-06  Tom LaneDoc: add info about timestamps with fractional-minute...
2021-07-06  Amit KapilaRefactor function parse_subscription_options.
2021-07-06  David RowleyFix typo in comment
2021-07-06  David RowleyReduce the number of pallocs when building partition...
2021-07-05  Michael PaquierUse WaitLatch() instead of pg_usleep() at the end of...
2021-07-05  Tom LaneReduce overhead of cache-clobber testing in LookupOpcla...
2021-07-05  Tom LaneRethink blocking annotations in detach-partition-concur...
2021-07-05  Dean RasheedPrevent numeric overflows in parallel numeric aggregates.
2021-07-05  Peter Eisentrautdoc: Fix quoting markup
2021-07-05  Amit KapilaDoc: Hash Indexes.
2021-07-04  Michael Paquierdoc: Mention requirement to --enable-tap-tests on secti...
2021-07-04  David RowleyDoc: mention that VACUUM can't utilize over 1GB of RAM
2021-07-04  David RowleyCleanup some aggregate code in the executor
2021-07-03  Tom LaneFurther restrict the scope of no-exit()-in-libpq test.
2021-07-03  Bruce Momjiandoc: adjust "cities" example to be consistent with...
2021-07-02  Bruce Momjiandocs: clarify new aggressive vacuum mode for multi...
2021-07-02  Tom LaneDon't try to print data type names in slot_store_error_...
2021-07-02  Peter EisentrautUse InvalidBucket instead of -1 where appropriate
2021-07-02  Michael PaquierUse WaitLatch() instead of pg_usleep() at end-of-vacuum...
2021-07-02  Thomas MunroRemove some dead stores.
2021-07-02  Michael PaquierSimplify error handing of jsonapi.c for the frontend
2021-07-01  Peter Eisentrautdoc: Remove inappropriate <acronym> tags
2021-07-01  Andrew Dunstanadd missing tag from commit b8c4261e5e
2021-07-01  Peter Eisentrautdoc: Clean up title case use
2021-07-01  Andrew DunstanAdd new make targets world-bin and install-world-bin
2021-07-01  Tom LaneAdd --clobber-cache option to initdb, for CCA testing.
2021-07-01  Alvaro HerreraDon't reset relhasindex for partitioned tables on ANALYZE
2021-07-01  Tom LaneImprove build-time check that libpq doesn't call exit().
2021-07-01  Andrew DunstanFix prove_installcheck to use correct paths when used...
2021-07-01  Heikki LinnakangasAllow specifying pg_waldump --rmgr option multiple...
2021-07-01  Peter EisentrautAdd tests for UNBOUNDED syntax ambiguity
2021-07-01  David RowleyImprove various places that double the size of a buffer
2021-06-30  Tom LaneFix portability fallout from commit dc227eb82.
2021-06-30  Fujii Masaodoc: Improve descriptions of tup_returned and tup_fetch...
2021-06-30  Fujii Masaodoc: Add type information for postgres_fdw parameters.
2021-06-30  Peter Eisentrautgenbki stricter error handling
2021-06-30  Amit KapilaReplace magic constants used in pg_stat_get_replication...
2021-06-30  Amit KapilaAllow streaming the changes after speculative aborts.
2021-06-30  Amit KapilaAllow enabling two-phase option via replication protocol.
2021-06-30  Michael PaquierFix incorrect PITR message for transaction ROLLBACK...
2021-06-30  Michael PaquierOptimize pg_checksums --enable where checksum is alread...
2021-06-29  Alexander KorotkovFixes for multirange selectivity estimation
2021-06-29  Alvaro HerreraFix libpq state machine in pipeline mode
2021-06-29  Alvaro HerreraAdd PQsendFlushRequest to libpq
2021-06-29  Tom LaneFix bogus logic for reporting which hash partition...
2021-06-29  Tom LaneAdd a build-time check that libpq doesn't call exit...
2021-06-29  Tom LaneRemove libpq's use of abort(3) to handle mutex failure...
2021-06-29  Noah MischRemove literal backslash from Perl \Q ... \E.
2021-06-29  Peter EisentrautAdd index OID macro argument to DECLARE_INDEX
2021-06-29  Michael PaquierBump XLOG_PAGE_MAGIC for format changes related to...
2021-06-29  Michael PaquierFix compilation warning in xloginsert.c
2021-06-29  Michael PaquierAdd support for LZ4 with compression of full-page write...
2021-06-29  Noah MischSkip WAL recycling and preallocation during archive...
2021-06-29  Noah MischDon't ERROR on PreallocXlogFiles() race condition.
2021-06-29  Noah MischRemove XLogFileInit() ability to unlink a pre-existing...
2021-06-29  Noah MischIn XLogFileInit(), fix *use_existent postcondition...
2021-06-29  Noah MischRemove XLogFileInit() ability to skip ControlFileLock.
2021-06-29  Noah MischDump COMMENT ON SCHEMA public.
2021-06-29  Noah MischDump public schema ownership and security labels.
2021-06-28  Tom LaneDoc: further updates for RELEASE_CHANGES process notes.
2021-06-28  Peter GeogheganImprove pgindent release workflow.
2021-06-28  Tom LaneDon't use abort(3) in libpq's fe-print.c.
2021-06-28  Tom LaneDon't depend on -fwrapv semantics in pgbench's random...
2021-06-28  Peter GeogheganAdd pgindent commit to git-blame-ignore-revs file.
2021-06-28  Andrew DunstanStamp HEAD as 15devel.
2021-06-28  Andrew DunstanPre branch pgindent / pgperltidy run
2021-06-28  Peter EisentrautMessage style improvements
2021-06-28  Amit KapilaImprove RelationGetIdentityKeyBitmap().
2021-06-28  Amit KapilaFix race condition in TransactionGroupUpdateXidStatus().
2021-06-28  Thomas MunroChange recovery_init_sync_method to PGC_SIGHUP.
2021-06-28  Michael PaquierFix variable initialization with ALTER SUBSCRIPTION...
2021-06-28  Michael PaquierAdd test for CREATE INDEX CONCURRENTLY with not-so...
2021-06-27  Tom LaneRemove memory leaks in isolationtester.
2021-06-27  Peter EisentrautError message refactoring
2021-06-26  Tom LaneDoc: update v14 release notes for revert of commit...
2021-06-26  Tom LaneRemove undesirable libpq dependency on stringinfo.c.
2021-06-26  Michael PaquierRemove non-existing variable reference in MSVC's Soluti...
2021-06-26  Michael PaquierRemove some useless logs from the TAP tests of pgbench
2021-06-25  Tom LaneRemove unnecessary failure cases in RemoveRoleFromObjec...
2021-06-25  Tom LaneDoc: remove commit f560209c6 from v14 release notes.
2021-06-25  Michael PaquierCleanup some code related to pgbench log checks in...
2021-06-25  Peter EisentrautPut option listing back into alphabetical order
2021-06-25  Peter EisentrautFixes in ALTER SUBSCRIPTION DROP PUBLICATION code
2021-06-25  Peter Eisentrautdoc: Change reloption data type spelling for consistency
2021-06-25  Peter EisentrautRemove redundant variable pageSize in gistinitpage
2021-06-25  Amit KapilaDoc: Fix minor formatting issue in logicaldecoding...
2021-06-25  Michael Paquierdoc: Add acronyms for MITM and SNI
2021-06-25  Michael PaquierAdd more debugging information with log checks in TAP...
2021-06-24  Michael Paquierdoc: Move remove_temp_files_after_crash to section...
2021-06-24  Thomas MunroPrepare for forthcoming LLVM 13 API change.
next