postgresql.git
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
2024-08-18 Thomas Munroci: Upgrade MacPorts version to 2.10.1.
2024-08-18 Tomas VondraFix DROP DATABASE for databases with many ACLs
2024-08-17 Bruce Momjiandocs: fix incorrect plpgsql error message
2024-08-16 Bruce Momjiandoc PG 17 relnotes: fix incorrect reference to huge_pa...
2024-08-16 Bruce Momjiandoc PG 17 relnotes: improve text for pg_walfile_name*()
2024-08-16 Bruce Momjiandoc PG 17 relnotes: fix pg_statistic_ext.stxstattarget...
2024-08-16 Peter EisentrautRemove incidental md5() function use from test
2024-08-16 Heikki LinnakangasRelax fsyncing at end of a bulk load that was not WAL...
2024-08-15 Jeff DavisFix doc typo: unicode_assigned() return type.
2024-08-13 Peter EisentrautUse errmsg_internal for debug messages
2024-08-12 Alvaro HerreraFix creation of partition descriptor during concurrent...
2024-08-12 Tom LaneLog more info when wait-for-catchup tests time out.
2024-08-11 Tom LaneSuppress Coverity warnings about Asserts in get_name_fo...
2024-08-10 Tom LaneAllow adjusting session_authorization and role in paral...
2024-08-10 John NaylorLower minimum maintenance_work_mem to 64kB
2024-08-09 Nathan Bossartdoc: Fix name of CRC algorithm in "Reliability" section.
2024-08-09 Tom LaneFix "failed to find plan for subquery/CTE" errors in...
2024-08-08 Alvaro HerreraRefuse ATTACH of a table referenced by a foreign key
2024-08-08 Alvaro HerreraRefactor error messages to reduce duplication
2024-08-08 Heikki LinnakangasFix pg_rewind debug output to print the source timeline...
2024-08-08 Peter EisentrautRevert ECPG's use of pnstrdup()
2024-08-07 Noah MischFix names of "Visual Studio" and Meson in a documentati...
2024-08-07 Tom LaneFix edge case in plpgsql's make_callstmt_target().
2024-08-07 Alvaro HerreraRefactor/reword some error messages to avoid duplicates
2024-08-07 Heikki LinnakangasMake fallback MD5 implementation thread-safe on big...
2024-08-05 Tom LaneStamp 17beta3. REL_17_BETA3
2024-08-05 Masahiko SawadaRestrict accesses to non-system views and foreign table...
2024-08-05 Peter EisentrautTranslation updates
2024-08-02 Noah MischFix name of "Visual Studio" in documentation.
2024-08-02 Alvaro HerreraFix NLS file reference in pg_createsubscriber
2024-08-02 Alvaro Herrerapg_createsubscriber: Fix bogus error message
2024-08-01 Peter Eisentrautpg_createsubscriber: Rename option --socket-directory...
2024-08-01 Etsuro FujitaUpdate comment in portal.h.
2024-08-01 Tom LaneRevert "Allow parallel workers to cope with a newly...
2024-07-31 Tom LaneAllow parallel workers to cope with a newly-created...
2024-07-31 David RowleyDoc: mention executor memory usage for enable_partition...
2024-07-30 Jeff DavisRelax check for return value from second call of pg_str...
2024-07-30 Andrew DunstanPreserve tz when converting to jsonb timestamptz
2024-07-30 Peter Eisentrautpg_createsubscriber: Remove obsolete comment
2024-07-30 Andrew DunstanStabilize xid_wraparound tests
2024-07-30 Amit Kapilapg_createsubscriber: Fix an unpredictable recovery...
2024-07-30 Amit LangoteSQL/JSON: Fix casting for integer EXISTS columns in...
2024-07-30 Amit LangoteSQL/JSON: Some fixes to JsonBehavior expression casting
2024-07-29 Heikki LinnakangasDetach syslogger from shared memory
2024-07-29 Tom LaneCount individual SQL commands in pg_restore's --transac...
2024-07-29 Tom LaneReduce number of commands dumpTableSchema emits for...
2024-07-28 David RowleyFix incorrect return value for pg_size_pretty(bigint)
next