postgresql.git
2024-10-09 Tom LaneAvoid crash in estimate_array_length with null root...
2024-10-09 Daniel Gustafssondoc: Fix mention of AT LOCAL in release notes
2024-10-09 Daniel GustafssonRemove incorrect function import from pgindent
2024-10-08 Amit KapilaStabilize the test added by commit 022564f60c.
2024-10-08 Jeff DavisFix search_path cache initialization.
2024-10-08 Bruce Momjiandoc PG 17 relnotes: move adminpack item to incompatibi...
2024-10-07 Nathan Bossartvacuumdb: Schema-qualify operator in catalog query...
2024-10-07 Nathan BossartFix Y2038 issues with MyStartTime.
2024-10-07 Amit KapilaFix fetching default toast value during decoding of...
2024-10-06 Tom LaneIgnore not-yet-defined Portals in pg_cursors view.
2024-10-05 Tom LaneUse generateClonedIndexStmt to propagate CREATE INDEX...
2024-10-05 Thomas MunroReject non-ASCII locale names.
2024-10-03 Dean RasheedFix wrong varnullingrels error for MERGE WHEN NOT MATCH...
2024-10-03 Dean RasheedFix incorrect non-strict join recheck in MERGE WHEN...
2024-10-02 Tom LaneParse libpq's "keepalives" option more like other integ...
2024-10-02 Michael Paquierdoc: Clarify name of files generated by pg_waldump...
2024-10-01 Tatsuo IshiiDoc: replace unnecessary non-breaking space with ordina...
2024-10-01 Michael PaquierFix race condition in COMMIT PREPARED causing orphaned...
2024-09-30 Tom LaneRemove incorrect entries in pg_walsummary's getopt_long...
2024-09-30 Fujii Masaoreindexdb: Skip reindexing temporary tables and indexes.
2024-09-29 Noah MischRemove NULL dereference from RenameRelationInternal().
2024-09-27 Noah MischAvoid 037_invalid_database.pl hang under debug_discard_...
2024-09-27 Nathan Bossartdoc: Note that CREATE MATERIALIZED VIEW restricts searc...
2024-09-27 Michael PaquierFix incorrect memory access in VACUUM FULL with invalid...
2024-09-26 Tom LaneDoc: InitPlans aren't parallel-restricted any more.
2024-09-25 Nathan BossartRemove extra whitespace in pg_upgrade status message.
2024-09-25 Michael Paquiervacuumdb: Skip temporary tables in query to build list...
2024-09-24 Noah MischFor inplace update durability, make heap_update() calle...
2024-09-24 Noah MischFix data loss at inplace update after heap_update().
2024-09-24 Noah MischWarn if LOCKTAG_TUPLE is held at commit, under debug_as...
2024-09-24 Tom LaneFix psql describe commands' handling of ACL columns...
2024-09-23 Tom LaneStamp 17.0. REL_17_0
2024-09-23 Peter EisentrautTranslation updates
2024-09-20 Tom LaneDoc: update 17.0 release date.
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.
next