postgresql.git
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...
2024-05-22 Alexander Korotkovamcheck: Report an error when the next page to a leaf...
2024-05-22 Alexander Korotkovamcheck: Don't load the right sibling page into BtreeCh...
2024-05-22 Alexander Korotkovamcheck: Refactoring the storage of the last visible...
2024-05-22 Bruce Momjiandoc PG 17 relnotes: fix pg_stat_reset_shared quoting
2024-05-22 Bruce Momjiandoc PG 17 relnotes: fix pg_stat_statements typo
2024-05-22 Bruce Momjiandoc PG 17 relnotes: adjust SQL/JSON constructor func...
2024-05-22 Bruce Momjiandoc PG 17 relnotes: adjust builtin collation provider...
2024-05-22 Tom LaneFix input of ISO "extended" time format for types time...
2024-05-22 Bruce Momjiandoc PG 17 relnotes: add Heikki Linnakangas to vacuum...
2024-05-22 Tom LaneFix handling of extended expression statistics in CREAT...
2024-05-21 Robert HaasFix generate_union_paths for non-sortable types. REL_17_BETA1
2024-05-21 Robert HaasRe-allow planner to use Merge Append to efficiently...
2024-05-21 Robert HaasDoc: return 66c0185a3 to the release notes.
2024-05-20 Tom LaneStamp 17beta1.
2024-05-20 Tom LaneDoc: remove 66c0185a3 from release notes.
2024-05-20 Tom LaneRevert commit 66c0185a3 and follow-on patches.
2024-05-20 Bruce Momjiandoc PG 17 relnotes: adjust vacuum items
2024-05-20 Peter EisentrautTranslation updates
2024-05-20 Bruce Momjiandoc PG 17 relnotes: adjust vacuum item to use "or"
2024-05-18 Bruce Momjiandoc PG 17 relnotes: adjust "builtin" collation provider
2024-05-18 Bruce Momjiandoc PG 17 relnotes: update to current
2024-05-18 Tom LaneAdd test case showing that commit d0d44049d fixed a...
2024-05-18 Bruce Momjiandoc PG 17 relnotes: add incremental JSON parser item
2024-05-18 Bruce Momjiandoc PG 17 relnotes: improve JSON casting item
2024-05-18 Bruce Momjiandoc PG 17 relnotes: adjust vacuum memory item
2024-05-17 Tom LaneSync typedefs.list with buildfarm, for real this time.
2024-05-17 Peter EisentrautA few follow-up fixes for GUC name quoting
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-05-17 Peter EisentrautRemove unused typedefs
2024-05-17 Michael PaquierRemove enum WaitEventExtension
2024-05-16 Noah MischFix documentation about DROP DATABASE FORCE process...
2024-05-16 Melanie PlagemanBitmapHeapScan: Remove incorrect assert and reset field
2024-05-16 Heikki LinnakangasRemove option to fall back from direct to postgres...
2024-05-16 Robert HaasDocument that increasing max_connections uses more...
2024-05-16 David RowleyDoc: use true|false rather than on|off for "failover...
2024-05-16 Peter Eisentrautpg_amcheck: Put new options in consistent order in...
2024-05-16 Peter EisentrautRevert temporal primary keys and foreign keys
2024-05-16 Bruce Momjiandoc PG 17 relnotes: wording adjustments
2024-05-16 Bruce Momjiandoc PG 17 relnotes: add item about vacuum storage...
2024-05-16 Thomas Munrojit: Remove {llvm-config,clang}-N configure probes.
2024-05-16 David RowleyFix some inconsistencies in EXPLAIN output
2024-05-16 Michael Paquierdoc: Mention more variant --name=value of -c name=value...
2024-05-15 Tom LaneDoc: update src/tools/pgindent/README for current practice.
2024-05-15 Daniel GustafssonFix query result leak during binary upgrade
2024-05-15 Peter EisentrautRe-forbid underscore in positional parameters
2024-05-15 Peter Eisentrautdoc: Add standard Environment section to pg_upgrade...
2024-05-15 Peter Eisentrautdoc: Add standard Environment section to pg_amcheck...
2024-05-15 Peter Eisentrautdoc: Remove claims that initdb and pg_ctl use libpq...
2024-05-15 Peter EisentrautRemove stray blank line among gram.y keywords
2024-05-15 Peter EisentrautMake all Perl warnings fatal, catch-up
2024-05-15 Michael PaquierAdd missing newline at the end of index_including.sql
2024-05-15 David RowleyFix incorrect year in some copyright notices added...
2024-05-15 Bruce Momjiandoc PG 17 relnotes: add logical replication apply...
next