]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-07-18  Thomas MunroSupport direct I/O on macOS.
2021-07-18  Alexander KorotkovForgotten catversion bump for 9e3c217bd9
2021-07-18  Alexander KorotkovSupport for unnest(multirange)
2021-07-18  Dean RasheedImprove error checking of CREATE COLLATION options.
2021-07-17  Alvaro HerreraMake new replication slot test code less racy
2021-07-17  Tom LaneDoc: document the current-transaction-modes GUCs.
2021-07-16  Alvaro HerreraFix pg_dump for disabled triggers on partitioned tables
2021-07-16  Alvaro HerreraPreserve firing-on state when cloning row triggers...
2021-07-16  Alvaro HerreraAdvance old-segment horizon properly after slot invalid...
2021-07-16  Peter Eisentrautdoc: Spell checking
2021-07-16  Michael PaquierDisable tests involving ZLIB on Windows for pg_receivewal
2021-07-15  Daniel Gustafssondocs: fix inconsistencies in markup and case
2021-07-15  Tom LaneReplace explicit PIN entries in pg_depend with an OID...
2021-07-15  Tom LaneEnsure HAVE_DECL_XXX macros in MSVC builds match those...
2021-07-15  Michael PaquierFix portability issue with gzip in TAP test of pg_recei...
2021-07-15  Alexander KorotkovFix small inconsistencies in catalog definition of...
2021-07-15  Dean RasheedImprove reporting of "conflicting or redundant options...
2021-07-15  Michael PaquierAdd TAP tests for ZLIB compression for pg_receivewal
2021-07-15  Michael PaquierRemove unnecessary assertion in postmaster.c
2021-07-15  Thomas MunroPortability fixes for sigwait.
2021-07-14  Peter EisentrautFix some nonstandard C code indentation in grammar...
2021-07-14  Tom LaneCopy a Param's location field when replacing it with...
2021-07-14  John NaylorRemove unused function parameter in get_qual_from_partbound
2021-07-14  Heikki LinnakangasIn psql \copy from, send data to server in larger chunks.
2021-07-14  Magnus HaganderClarify description of pg_stat_statements columns
2021-07-14  Peter EisentrautFix lack of message pluralization
2021-07-14  Amit KapilaAdd support for prepared transactions to built-in logic...
2021-07-14  Michael PaquierInstall properly fe-auth-sasl.h
2021-07-14  David RowleyChange the name of the Result Cache node to Memoize
2021-07-13  Tom LaneRename debug_invalidate_system_caches_always to debug_d...
2021-07-13  David RowleyRemove useless range checks on INT8 sequences
2021-07-13  David RowleyRobustify tuplesort's free_sort_tuple function
2021-07-13  David RowleyFix theoretical bug in tuplesort
2021-07-12  Thomas MunroAdd PSQL_WATCH_PAGER for psql's \watch command.
2021-07-12  Tom LaneProbe for preadv/pwritev in a more macOS-friendly way.
2021-07-12  Tom LaneReplace RelationOpenSmgr() with RelationGetSmgr().
2021-07-12  Peter Eisentrautdoc: Fix typo in function prototype
2021-07-12  Heikki LinnakangasRemove dead assignment to local variable.
2021-07-12  Michael PaquierRevert "Fix issues with Windows' stat() for files pendi...
2021-07-12  Michael PaquierFix issues with Windows' stat() for files pending on...
2021-07-12  Michael Paquierpageinspect: Improve page_header() for pages of 32kB
2021-07-11  Tom LaneLock the extension during ALTER EXTENSION ADD/DROP.
2021-07-11  Thomas MunroFix pgbench timestamp bugs.
2021-07-10  Jeff DavisFix assign_record_type_typmod().
2021-07-10  Tom LaneFix busted test for ldap_initialize.
2021-07-10  Michael PaquierAdd more sanity checks in SASL exchanges
2021-07-10  Dean RasheedFix numeric_mul() overflow due to too many digits after...
2021-07-09  Tom LaneUn-break AIX build, take 2.
2021-07-09  Alvaro Herreralibpq: Fix sending queries in pipeline aborted state
2021-07-09  Jeff DavisEliminate replication protocol error related to IDENTIF...
2021-07-09  Tom LaneUn-break AIX build.
2021-07-09  Tom LaneAvoid creating a RESULT RTE that's marked LATERAL.
2021-07-09  Tom LaneUpdate configure's probe for libldap to work with OpenL...
2021-07-09  Tom LaneReject cases where a query in WITH rewrites to just...
2021-07-09  David RowleyTeach pg_size_pretty and pg_size_bytes about petabytes
2021-07-09  Michael PaquierAdd forgotten LSN_FORMAT_ARGS() in xlogreader.c
2021-07-09  Thomas MunroRemove more obsolete comments about semaphores.
2021-07-09  David RowleyUse a lookup table for units in pg_size_pretty and...
2021-07-09  David RowleyFix incorrect return value in pg_size_pretty(bigint)
2021-07-08  Daniel GustafssonFix typos in pgstat.c, reorderbuffer.c and pathnodes.h
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...
next