]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-08-07  Tom LaneReally fix the ambiguity in REFRESH MATERIALIZED VIEW...
2021-08-06  Dean RasheedAdjust the integer overflow tests in the numeric code.
2021-08-06  Peter EisentrautFix wording
2021-08-06  Tom LaneFirst-draft release notes for 13.4.
2021-08-05  Etsuro Fujitapostgres_fdw: Fix issues with generated columns in...
2021-08-05  Dean RasheedFix division-by-zero error in to_char() with 'EEEE...
2021-08-03  Bruce MomjianC comment: correct heading of extension query
2021-08-03  Bruce Momjiandoc: interval spill method for units greater than...
2021-08-03  Bruce Momjianpg_upgrade: warn about extensions that need updating
2021-08-03  Bruce Momjianpg_upgrade: improve docs about extension upgrades
2021-08-03  Bruce Momjiandoc: mention inheritance's tableoid can be used in...
2021-08-03  Bruce Momjiandoc: add example of using pg_dump with GNU split and...
2021-07-31  Tom LaneUse elog, not Assert, to report failure to provide...
2021-07-31  Dean RasheedFix corner-case errors and loss of precision in numeric...
2021-07-30  John NaylorFix range check in ECPG numeric to int conversion
2021-07-29  Alvaro HerreraClose yet another race condition in replication slot...
2021-07-29  Michael PaquierAdd missing exit() in pg_verifybackup when failing...
2021-07-28  Fujii MasaoUpdate minimum recovery point on truncation during...
2021-07-28  David RowleyDoc: Clarify lock levels taken during ATTACH PARTITION
2021-07-27  Alvaro HerreraSet pg_setting.pending_restart when pertinent config...
2021-07-27  Fujii MasaoAvoid using ambiguous word "non-negative" in error...
2021-07-27  Bruce Momjiandoc: for various substring funcs, document if only...
2021-07-27  Bruce Momjianpg_resetxlog: add option to set oldest xid & use by...
2021-07-26  Tom LaneHarden pg_stat_statements tests against CLOBBER_CACHE_A...
2021-07-26  Michael PaquierFix a couple of memory leaks in src/bin/pg_basebackup/
2021-07-25  Tom LaneGet rid of artificial restriction on hash table sizes...
2021-07-25  Fujii MasaoMake the standby server promptly handle interrupt signals.
2021-07-24  Tom LaneFix check for conflicting session- vs transaction-level...
2021-07-24  Tom LaneMake printf("%s", NULL) print "(null)" instead of crashing.
2021-07-22  Thomas Munrojit: Don't inline functions that access thread-locals.
2021-07-21  Tom LaneDoc: improve documentation about exponentiation operator.
2021-07-21  John NaylorDocument "B" and "us" as accepted units in postgres...
2021-07-21  Fujii Masaodoc: Document that only superusers can use pg_import_sy...
2021-07-20  Tom LaneFix corner-case uninitialized-variable issues in plpgsql.
2021-07-20  Michael PaquierFix some issues with WAL segment opening for pg_receive...
2021-07-19  Alvaro HerreraMake new replication slot test code even less racy
2021-07-19  Amit KapilaDon't allow to set replication slot_name as ''.
2021-07-19  Michael Paquierdoc: Mention CASCADE/RESTRICT for DROP STATISTICS
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-15  Tom LaneEnsure HAVE_DECL_XXX macros in MSVC builds match those...
2021-07-14  Michael PaquierFix unexpected error messages for various flavors of...
2021-07-13  David RowleyRobustify tuplesort's free_sort_tuple function
2021-07-13  David RowleyFix theoretical bug in tuplesort
2021-07-12  Peter Eisentrautdoc: Fix typo in function prototype
2021-07-12  Heikki LinnakangasRemove dead assignment to local variable.
2021-07-11  Tom LaneLock the extension during ALTER EXTENSION ADD/DROP.
2021-07-10  Jeff DavisFix assign_record_type_typmod().
2021-07-10  Tom LaneFix busted test for ldap_initialize.
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  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  Thomas MunroRemove more obsolete comments about semaphores.
2021-07-09  David RowleyAdd missing Int64GetDatum macro in dbsize.c
2021-07-09  David RowleyFix incorrect return value in pg_size_pretty(bigint)
2021-07-07  Fujii Masaodoc: Fix description about pg_stat_statements.track_pla...
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-05  Tom LaneReduce overhead of cache-clobber testing in LookupOpcla...
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-03  Bruce Momjiandoc: adjust "cities" example to be consistent with...
2021-07-02  Tom LaneDon't try to print data type names in slot_store_error_...
2021-07-01  Andrew Dunstanadd missing tag from commit b8c4261e5e
2021-07-01  Andrew DunstanAdd new make targets world-bin and install-world-bin
2021-07-01  Andrew DunstanFix prove_installcheck to use correct paths when used...
2021-06-30  Michael PaquierFix incorrect PITR message for transaction ROLLBACK...
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  Amit KapilaFix race condition in TransactionGroupUpdateXidStatus().
2021-06-28  Michael PaquierAdd test for CREATE INDEX CONCURRENTLY with not-so...
2021-06-28  Michael PaquierMake index_set_state_flags() transactional
2021-06-27  Tom LaneRemove memory leaks in isolationtester.
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 LaneMake walsenders show their replication commands in...
2021-06-25  Michael PaquierCleanup some code related to pgbench log checks in...
2021-06-25  Peter Eisentrautdoc: Change reloption data type spelling for consistency
2021-06-24  Thomas MunroPrepare for forthcoming LLVM 13 API change.
2021-06-24  Michael PaquierFix pattern matching logic for logs in TAP tests of...
2021-06-24  Amit KapilaFix ABI break introduced by commit 4daa140a2f.
2021-06-24  Heikki LinnakangasAnother fix to relmapper race condition.
2021-06-24  Heikki LinnakangasPrevent race condition while reading relmapper file.
2021-06-24  Amit KapilaDoc: Update caveats in synchronous logical replication.
2021-06-23  Tom LaneAllow non-quoted identifiers as isolation test session...
2021-06-23  Tom LaneDoc: fix confusion about LEAKPROOF in syntax summaries.
2021-06-23  Tom LaneDon't assume GSSAPI result strings are null-terminated.
2021-06-23  Tom LaneImprove display of query results in isolation tests.
2021-06-23  Tom LaneUse annotations to reduce instability of isolation...
2021-06-22  Tom LaneRestore the portal-level snapshot for simple expression...
2021-06-22  Thomas MunroBack-patch "Tolerate version lookup failure for old...
2021-06-18  Tom LaneFix misbehavior of DROP OWNED BY with duplicate polrole...
next