]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-06-27  Heikki LinnakangasFix MVCC bug with prepared xact with subxacts on standby
2024-06-27  Heikki Linnakangastests: Trim newline from result returned by BackgroundP...
2024-06-27  Alvaro HerreraFix thinkos in comments
2024-06-27  Amit KapilaDrop the temporary tuple slots allocated by pgoutput.
2024-06-27  Michael PaquierFix overflow with pgstats DSA reference count
2024-06-26  Heikki LinnakangasFix bugs in MultiXact truncation
2024-06-26  Bruce Momjiandoc PG 17 relnotes: fix system catalog name mistake
2024-06-26  Bruce Momjiandoc PG 17 relnotes: add item about pg_collation column...
2024-06-26  Nathan BossartUse PqMsg_* macros in fe-auth.c.
2024-06-26  Peter GeogheganFix nbtree array unsatisfied inequality check.
2024-06-26  Alvaro HerreraFix partition pruning setup during DETACH CONCURRENTLY
2024-06-25  Tom LaneImprove comment in gram.y.
2024-06-24  Joe ConwayStamp 17beta2. REL_17_BETA2
2024-06-24  Alvaro HerreraRevert "Fix partition pruning setup during DETACH CONCU...
2024-06-24  Alvaro HerreraFix partition pruning setup during DETACH CONCURRENTLY
2024-06-24  Peter EisentrautTranslation updates
2024-06-22  Alexander KorotkovRemove extra comment at TableAmRoutine.scan_analyze_nex...
2024-06-21  Bruce Momjiandoc PG 17 relnotes: wording improvements, add links...
2024-06-21  Heikki LinnakangasFix relcache invalidation when relfilelocator is updated
2024-06-21  Bruce Momjiandoc PG 17 relnotes: add link to enable_group_by_reorde...
2024-06-21  Alexander KorotkovAdd doc entry for the new GUC paramenter enable_group_b...
2024-06-21  John NaylorPrevent access of uninitialized memory in radix tree...
2024-06-21  Peter Eisentrautpg_combinebackup: Error message improvements
2024-06-21  Peter EisentrautRemove redundant newlines from error messages
2024-06-21  Peter EisentrautFix make build on MinGW
2024-06-21  Peter Eisentrautparse_manifest: Use const char *
2024-06-21  Peter Eisentrautjsonapi: Use const char *
2024-06-21  Peter Eisentrautjsonapi: Use size_t
2024-06-21  Amit KapilaDoc: Generated columns are skipped for logical replication.
2024-06-20  Bruce Momjiandoc PG 17 relnotes: remove mention of undocumented GUC
2024-06-20  Tom LaneDon't throw an error if a queued AFTER trigger no longe...
2024-06-20  Peter Eisentrautpg_combinebackup: Fix small mistake in --help output
2024-06-20  Peter Eisentrautpg_createsubscriber: Indent --help output correctly
2024-06-20  Peter Eisentrautpg_dump: Fix weird error message composition
2024-06-20  Peter EisentrautFix redundancy in error messages
2024-06-20  Peter EisentrautUnify some error messages
2024-06-20  Peter Eisentrautmeson: Fix import library name in Windows
2024-06-19  Nathan BossartFix comment in pg_upgrade.h.
2024-06-19  Amit LangoteSQL/JSON: Correctly enforce the default ON EMPTY behavior
2024-06-19  Amit LangoteSQL/JSON: Correct jsonpath variable name matching
2024-06-19  Bruce Momjiandoc PG 17 relnotes: properly wrap SGML text
2024-06-19  Bruce Momjiandoc PG 17 relnotes: add links to documentation sections
2024-06-18  David RowleyFix possible Assert failure in cost_memoize_rescan
2024-06-18  Peter EisentrautFix incorrect punctuation in error message
2024-06-18  Michael PaquierFix typo in 029_stats_restart.pl
2024-06-17  Bruce Momjiandoc PG 17 relnotes: update to current
2024-06-17  Andres Freunddoc PG 17 relnotes: Fix sslnegotation typo
2024-06-17  Tom LaneFix insertion of SP-GiST REDIRECT tuples during REINDEX...
2024-06-17  Tom LaneRemove recordExtensionInitPriv[Worker]'s ownerId argument.
2024-06-17  Tom LaneImprove tracking of role dependencies of pg_init_privs...
2024-06-17  Andrew DunstanTeach jsonpath string() to unwrap in lax mode
2024-06-17  Peter Eisentrautpg_createsubscriber: Remove failover replication slots...
2024-06-17  Peter Eisentrautpg_createsubscriber: Remove replication slot check...
2024-06-17  Peter Eisentrautpg_createsubscriber: Only --recovery-timeout controls...
2024-06-17  Michael PaquierMake regress function make_tuple_indirect() able to...
2024-06-17  Michael Paquierdoc: Mention modules/injection_points as example for...
2024-06-16  Noah MischAdd Windows file version information to test_json_parse...
2024-06-16  Noah MischRemove use of %z in sscanf.
2024-06-16  Heikki LinnakangasConvert confusing macros in multixact.c to static inlin...
2024-06-16  Tatsuo Ishiidoc: fix typo in create role manual.
2024-06-14  Tom LaneClean out column-level pg_init_privs entries when dropp...
2024-06-14  Tom LaneFix misc_sanity test to accept SHARED_DEPENDENCY_INITAC...
2024-06-14  Masahiko SawadaReintroduce dead tuple counter in pg_stat_progress_vacuum.
2024-06-14  Tom LaneFix parsing of ignored operators in websearch_to_tsquery().
2024-06-14  Michael Paquierdoc: Fix description WAL summarizer in glossary
2024-06-14  Michael Paquierdoc: Fix description WAL writer in glossary
2024-06-13  Tom LaneImprove the granularity of PQsocketPoll's timeout param...
2024-06-13  Tom LaneWhen replanning a plpgsql "simple expression", check...
2024-06-13  Heikki LinnakangasClamp result of MultiXactMemberFreezeThreshold
2024-06-13  Andrew DunstanSkip some permissions checks on Cygwin
2024-06-13  Andrew DunstanAdd postgres_inc to meson check for Python.h
2024-06-13  Peter EisentrautFix documentation of initdb --show option
2024-06-13  Peter EisentrautAdd missing source files to nls.mk
2024-06-13  Peter Eisentrautlibpq: Some message style normalization
2024-06-12  Peter GeogheganHarmonize pg_bsd_indent parameter names.
2024-06-12  Peter GeogheganHarmonize function parameter names for Postgres 17.
2024-06-12  Peter Eisentrautlibpq: Add missing gettext markers
2024-06-12  Peter Eisentrautlibpq: Remove a gettext marker
2024-06-12  Peter EisentrautFix typo in error message
2024-06-12  Masahiko SawadaFix segmentation fault in test_tidstore.
2024-06-11  Tom LaneFix infer_arbiter_indexes() to not assume resultRelatio...
2024-06-11  Alvaro HerreraFix creation of partition descriptor during concurrent...
2024-06-11  Amit KapilaFix an assert in CheckPointReplicationSlots().
2024-06-11  Amit KapilaDoc: Fix ambuiguity in column lists.
2024-06-10  Dean Rasheeddoc: Mention all options equivalent to pg_dump --filter...
2024-06-10  Richard GuoFix comment about cross-checking the varnullingrels
2024-06-10  Thomas MunroFix RBM_ZERO_AND_LOCK.
2024-06-07  Tom LaneTighten test_predtest's input checks, and improve error...
2024-06-07  Tom LaneReject modifying a temp table of another session with...
2024-06-07  Tom LaneFix behavior of stable functions called from a CALL...
2024-06-07  Michael PaquierAdd more debugging information when dropping twice...
2024-06-07  Etsuro Fujitapostgres_fdw: Refuse to send FETCH FIRST WITH TIES...
2024-06-07  Peter Eisentrautmeson: Restore implicit warning/debug/optimize flags...
2024-06-07  Amit KapilaDoc: Add the new section "Logical Replication Failover".
2024-06-07  Peter Eisentrautdoc: Fix copy-and-paste mistake
2024-06-06  Jeff DavisCollation documentation fixes.
2024-06-06  Peter Eisentrautmeson: Add user-provided c_args to bitcode_cflags
2024-06-06  Peter EisentrautAdd meson NLS support for pg_walsummary
2024-06-06  Tom LaneFix failure with SQL-procedure polymorphic output argum...
2024-06-06  Heikki LinnakangasMake RelationFlushRelation() work without ResourceOwner...
next