postgresql.git
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...
2024-06-06 Alexander KorotkovRestore preprocess_groupclause()
2024-06-06 Alexander KorotkovRename PathKeyInfo to GroupByOrdering
2024-06-06 Alexander KorotkovAdd invariants check to get_useful_group_keys_orderings()
2024-06-06 Alexander KorotkovFix asymmetry in setting EquivalenceClass.ec_sortref
2024-06-06 Bruce Momjiandoc PG 17 relnotes: adjust integer bin/oct funcs and...
2024-06-05 Michael PaquierPrevent inconsistent use of stats entry for replication...
2024-06-05 Nathan BossartFix documentation for POSIX semaphores.
2024-06-05 Peter EisentrautMove new SLRU buffers GUCs to a better place in postgre...
2024-06-05 Michael Paquierdoc: Fix example with database regexp in HBA documentation
2024-06-05 David RowleyFix some grammatical errors in some comments
2024-06-04 Tom LaneFix pl/tcl's handling of errors from Tcl_ListObjGetElem...
2024-06-04 Dean RasheedFix PL/pgSQL's handling of integer ranges containing...
2024-06-04 Dean RasheedFix another couple of outdated comments for MERGE RETUR...
2024-06-04 Andres Freundci: windows: Use the same image for VS and MinGW tasks
2024-06-03 Michael PaquierImprove assertion in mdwritev()
2024-06-03 Nathan BossartFix documentation for System V semaphores.
2024-05-28 Bruce Momjiandoc PG 17 relnotes: adjust IN wording
2024-05-27 Daniel GustafssonFix check for memory allocation
2024-05-26 Andrew DunstanFix meson uuid header check so it works with MSVC
2024-05-26 Michael PaquierFix potential NULL pointer dereference in getIdentitySe...
2024-05-26 Alexander Korotkovamcheck: Fixes for right page check during unique const...
2024-05-26 Bruce Momjiandoc PG 17 relnotes: improve btree "set/array" matching...
2024-05-26 Bruce Momjiandoc PG 17 relnotes: fix "pg_stat_slru_reset" wording
2024-05-26 Bruce Momjiandoc PG 17 relnote: adjust "SLRU cache sizes to be...
2024-05-26 Alexander KorotkovProvide deterministic order for catalog queries in...
2024-05-26 Bruce Momjiandoc PG 17 relnotes: combine items
2024-05-24 Michael PaquierFix comment in 024_add_drop_pub.pl
2024-05-24 Michael PaquierImprove stability of subscription/029_on_error.pl
2024-05-23 Tom LaneRemove race conditions between ECPGdebug() and ecpg_log().
2024-05-23 Peter Eisentrautjsonapi: Some message style fixes
2024-05-23 Peter Eisentrautdoc: Clean up title case use
2024-05-23 Michael PaquierFix typo and comments related to the recent no-wait...
2024-05-23 Michael Paquierdoc: Fix column_name parameter in ALTER MATERIALIZED...
2024-05-23 David RowleyFix a couple of outdated comments now that we have...
2024-05-22 Alexander KorotkovDon't copy extended statistics during MERGE/SPLIT parti...
2024-05-22 Alexander KorotkovFix the name collision detection in MERGE/SPLIT partiti...
next