postgresql.git
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)
2024-07-28 Peter Eisentrautlibpq: Use strerror_r instead of strerror
2024-07-28 Bruce Momjiandoc PG 17 relnotes: add "()" to PQsocketPoll mention
2024-07-27 Heikki LinnakangasSupport falling back to non-preferred readline implemen...
2024-07-27 Heikki LinnakangasSupport absolute bindir/libdir in regression tests...
2024-07-27 Heikki LinnakangasFallback to clang in PATH with meson
2024-07-27 Heikki LinnakangasFallback to uuid for ossp-uuid with meson
2024-07-26 Michael PaquierFix more holes with SLRU code in need of int64 for...
2024-07-26 Robert HaasWait for WAL summarization to catch up before creating...
2024-07-26 Robert HaasFix indentation.
2024-07-26 Daniel GustafssonFix macro placement in pg_config.h.in
2024-07-26 Robert HaasAllow WAL summarization to back up when timeline changes.
2024-07-26 Peter Eisentrautpg_createsubscriber: Message style improvements
2024-07-26 Heikki LinnakangasFix using injection points at backend startup in EXEC_B...
2024-07-26 Heikki LinnakangasFix fallback behavior when server sends an ERROR early...
2024-07-26 Daniel GustafssonDisable all TLS session tickets
2024-07-26 Amit LangoteSQL/JSON: Remove useless code in ExecInitJsonExpr()
2024-07-26 Amit LangoteSQL/JSON: Respect OMIT QUOTES when RETURNING domains...
2024-07-26 Amit LangoteSQL/JSON: Improve error-handling of JsonBehavior expres...
2024-07-26 Amit LangoteSQL/JSON: Fix error-handling of some JsonBehavior expre...
2024-07-25 Tom LaneDoc: fix misleading syntax synopses for targetlists.
2024-07-25 Robert HaasDocument restrictions regarding incremental backups...
2024-07-25 Peter Eisentrautpg_createsubscriber: Message improvements
2024-07-25 Peter EisentrautRemove useless unconstify() call
2024-07-25 Thomas Munroci: Pin MacPorts version to 2.9.3.
2024-07-24 Thomas Munroci: Upgrade macOS version from 13 to 14.
2024-07-24 Nathan Bossartpg_upgrade: Retrieve subscription count more efficiently.
2024-07-24 Alvaro HerreraFix a missing article in the documentation
2024-07-24 Alvaro HerreraReset relhassubclass upon attaching table as a partition
2024-07-24 Amit KapilaDoc: Fix the mistakes in the subscription's failover...
2024-07-24 Nathan BossartDetect integer overflow in array_set_slice().
2024-07-23 Michael PaquierUse more consistently int64 for page numbers in SLRU...
2024-07-23 Michael PaquierImprove comments in slru.{c,h} about segment name format
2024-07-22 Tom LaneDoc: improve description of plpgsql's FETCH and MOVE...
2024-07-22 Melanie PlagemanRevert "Test that vacuum removes tuples older than...
2024-07-22 Robert HaasInitialize wal_level in the initial checkpoint record.
2024-07-22 Robert HaasAdd missing call to ConditionVariableCancelSleep().
2024-07-22 Alvaro Herrerapostgres_fdw: Split out the query_cancel test to its...
2024-07-20 Andres Freundmeson: Add dependency lookups via names used by cmake
2024-07-20 Andres Freundmeson: Add support for detecting ossp-uuid without...
2024-07-20 Andres Freundmeson: Add support for detecting gss without pkg-config
2024-07-20 Andres Freundmeson: Add missing argument to gssapi.h check
2024-07-20 Tom LaneCorrectly check updatability of columns targeted by...
2024-07-19 Nathan BossartAdd overflow checks to money type.
2024-07-19 Melanie PlagemanTest that vacuum removes tuples older than OldestXmin
2024-07-19 Melanie PlagemanEnsure vacuum removes all visibly dead tuples older...
next