postgresql.git
2024-09-20 Bruce Momjiandoc PG 17 relnotes: add major features list
2024-09-20 Tom LaneDoc: explain how to test ADMIN privilege with pg_has_ro...
2024-09-20 Peter GeogheganFix nbtree pgstats accounting with parallel scans.
2024-09-19 Bruce Momjiandoc PG relnotes: remove warning about commit links...
2024-09-19 Bruce Momjiandoc PG relnotes: document "Unresolved ID reference...
2024-09-19 Bruce Momjiandoc PG relnotes: rename commit link paragraph for...
2024-09-19 Bruce MomjianImprove Perl script which adds commit links to release...
2024-09-19 Michael Paquierpsql: Fix memory leak with repeated calls of \bind
2024-09-18 Bruce Momjiandoc PG relnotes: add paragraph explaining the section...
2024-09-18 Bruce Momjiandoc PG relnotes: no relnote footnotes for commit links...
2024-09-18 Fujii Masaodocs: Improve the description of num_timed column in...
2024-09-18 Peter EisentrautUpdate list of acknowledgments in release notes
2024-09-18 Noah MischDon't enter parallel mode when holding interrupts.
2024-09-18 Michael PaquierAdd missing query ID reporting in extended query protocol
2024-09-17 Thomas MunroAllow ReadStream to be consumed as raw block numbers.
2024-09-17 Tom LaneRepair pg_upgrade for identity sequences with non-defau...
2024-09-17 Peter GeogheganAvoid parallel nbtree index scan hangs with SAOPs.
2024-09-16 Bruce Momjianscripts: add Perl script to add links to release notes
2024-09-15 Tom LaneReplace usages of xmlXPathCompile() with xmlXPathCtxtCo...
2024-09-14 Tom LaneRun regression tests with timezone America/Los_Angeles.
2024-09-14 Alvaro HerreraAdd commit 7229ebe011df to .git-blame-ignore-revs.
2024-09-14 Bruce Momjiandoc PG 17 relnotes: adjust SGML format for commit...
2024-09-14 Bruce Momjiandoc PG 17 relnotes: remove commit link whose comment...
2024-09-14 Tom LaneRemove obsolete comment in pg_stat_statements.
2024-09-14 Bruce Momjiandoc PG 17 relnotes: update to current
2024-09-14 Andrew DunstanImprove meson's detection of perl build flags
2024-09-14 Bruce Momjiandoc PG 17 relnotes: move EXPLAIN items to their own...
2024-09-14 Andrew DunstanOnly define NO_THREAD_SAFE_LOCALE for MSVC plperl when...
2024-09-13 Bruce Momjiandoc PG 17 relnotes: move partition access method item
2024-09-13 Bruce Momjiandoc PG 17 relnotes: add dynamic shared memory registry...
2024-09-13 Tom LaneAllow _h_indexbuild() to be interrupted.
2024-09-13 Bruce Momjiandoc PG 17 relnotes: replace commit hashes with section...
2024-09-13 Nathan BossartFix contrib/pageinspect's test for sequences.
2024-09-13 Bruce Momjiandoc PG 17 relnotes: add links to commits
2024-09-13 Amit LangoteSQL/JSON: Update example in JSON_QUERY() documentation
2024-09-12 Nathan BossartReintroduce support for sequences in pgstattuple and...
2024-09-12 Tom LaneMake jsonpath .string() be immutable for datetimes.
2024-09-12 David RowleyDoc: alphabetize aggregate function table
2024-09-12 Amit LangoteSQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
2024-09-11 Tom LaneRemove incorrect Assert.
2024-09-11 Magnus Haganderpg_createsubscriber: minor documentation fixes
2024-09-11 Tomas VondraFix unique key checks in JSON object constructors
2024-09-10 Tom LaneFix some whitespace issues in XMLSERIALIZE(... INDENT).
2024-09-09 Amit LangoteSQL/JSON: Avoid initializing unnecessary ON ERROR ...
2024-09-09 Michael PaquierFix waits of REINDEX CONCURRENTLY for indexes with...
2024-09-06 Tom LaneFix incorrect pg_stat_io output on 32-bit machines.
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-06 Amit LangoteSQL/JSON: Fix JSON_TABLE() column deparsing
2024-09-06 Amit LangoteRevert recent SQL/JSON related commits
2024-09-06 Amit LangoteSQL/JSON: Avoid initializing unnecessary ON ERROR ...
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-06 Amit LangoteSQL/JSON: Fix JSON_TABLE() column deparsing
2024-09-06 Amit LangoteUpdate comment about ExprState.escontext
2024-09-06 Bruce Momjiandoc PG 17 relnotes: remove tab complete for MERGE...
2024-09-05 Tom LanePrevent mis-encoding of "trailing junk after numeric...
2024-09-04 Michael PaquierFix inconsistent LWLock tranche name "CommitTsSLRU"
2024-09-03 Michael PaquierAvoid installcheck failure in TAP tests using injection...
2024-09-03 Michael PaquierSimplify makefiles exporting twice enable_injection_points
2024-09-02 Tom LaneStamp 17rc1. REL_17_RC1
2024-09-02 Peter EisentrautFix warnings from msgfmt
2024-09-02 Peter EisentrautFix rarely-run test for message wording change
2024-09-02 Peter EisentrautTranslation updates
2024-08-31 Thomas MunroFix unfairness in all-cached parallel seq scan.
2024-08-31 Thomas MunroStabilize 039_end_of_wal test.
2024-08-30 Masahiko SawadaClarify restrict_nonsystem_relation_kind description.
2024-08-30 Tom LaneMake postgres_fdw's query_cancel test less flaky.
2024-08-30 Tom LaneAvoid inserting PlaceHolderVars in cases where pre...
2024-08-30 Peter EisentrautUpdate list of acknowledgments in release notes
2024-08-30 Peter EisentrautRemove duplicate name from list of acknowledgments
2024-08-30 Peter EisentrautCorrect name in list of acknowledgments
2024-08-29 Tom LaneFix mis-deparsing of ORDER BY lists when there is a...
2024-08-29 Peter EisentrautMessage style improvements
2024-08-29 Peter EisentrautDisallow USING clause when altering type of generated...
2024-08-29 Amit KapilaDoc: Fix the ambiguity in the description of failover...
2024-08-27 Peter EisentrautMessage style improvements
2024-08-27 Peter EisentrautFix misplaced translator comments
2024-08-26 Masahiko SawadaFix identation.
2024-08-26 Masahiko SawadaFix memory counter update in ReorderBuffer.
2024-08-26 Peter GeogheganFix nbtree lookahead overflow bug.
2024-08-26 Peter Eisentrautpg_upgrade: Message style improvements
2024-08-26 Bruce Momjiandoc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE...
2024-08-24 Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-24 Peter EisentrautAdd list of acknowledgments to release notes
2024-08-24 Peter Eisentrautpg_createsubscriber: Message style improvements
2024-08-23 Tom LaneProvide feature-test macros for libpq features added...
2024-08-22 Noah MischFix attach of a previously-detached injection point.
2024-08-22 Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-21 Tom LaneDisallow creating binary-coercible casts involving...
2024-08-21 Peter Eisentrautdoc: remove llvm-config search from configure documentation
2024-08-21 Amit KapilaDon't advance origin during apply failure.
2024-08-20 Alvaro HerreraMinor wording change in table "JSON Creation Functions"
2024-08-20 Nathan BossartFix a couple of wait event descriptions.
2024-08-20 John NaylorDocument limit on the number of out-of-line values...
2024-08-19 Bruce Momjiandoc: Improve vague pg_createsubscriber description
2024-08-19 Alvaro HerreraAvoid failure to open dropped detached partition
2024-08-19 Tomas VondraExplain dropdb can't use syscache because of TOAST
2024-08-19 Daniel GustafssonFix regression in TLS session ticket disabling
2024-08-19 Thomas MunroFix harmless LC_COLLATE[_MASK] confusion.
2024-08-19 Michael PaquierFix more holes with SLRU code in need of int64 for...
2024-08-19 Alvaro HerreraSearch for SLRU page only in its own bank
next