]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-07-28  Jeff DavisChange collation cache to use simplehash.h.
2024-07-28  Alexander Korotkovamcheck: Optimize speed of checking for unique constrai...
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-27  Tom LaneDoc: fix text's description of regexp_replace's arguments.
2024-07-27  David RowleyOptimize escaping of JSON strings
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  Nathan BossartIntroduce num_os_semaphores GUC.
2024-07-26  Robert HaasWait for WAL summarization to catch up before creating...
2024-07-26  Fujii Masaopostgres_fdw: Fix bug in connection status check.
2024-07-26  Nathan Bossartpg_upgrade: Move live_check variable to user_opts.
2024-07-26  Tom LaneClarify error message and documentation related to...
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  Fujii Masaopostgres_fdw: Add connection status check to postgres_f...
2024-07-26  Fujii Masaopostgres_fdw: Add "used_in_xact" column to postgres_fdw...
2024-07-26  Peter Eisentrautpg_createsubscriber: Message style improvements
2024-07-26  Heikki LinnakangasAdd tests for errors during SSL or GSSAPI handshake
2024-07-26  Heikki LinnakangasAdd test for early backend startup errors
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  Fujii Masaodoc: Enhance documentation for postgres_fdw_get_connect...
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  Tom LaneDoc: update some HTTP links to point to canonical URLs.
2024-07-25  Robert HaasDocument restrictions regarding incremental backups...
2024-07-25  Tom LaneAdd argument names to the regexp_XXX functions.
2024-07-25  Peter Eisentrautpg_createsubscriber: Message improvements
2024-07-25  Daniel Gustafssonpg_upgrade: Remove unused macro
2024-07-25  Daniel Gustafssonpgcrypto: Remove unused binary from clean target
2024-07-25  Peter EisentrautRemove useless unconstify() call
2024-07-25  Peter EisentrautFix -Wmissing-variable-declarations warnings for float...
2024-07-25  Peter EisentrautAdd extern declarations for Bison global variables
2024-07-25  David RowleyAdd path column to pg_backend_memory_contexts view
2024-07-25  Thomas Munroci: Pin MacPorts version to 2.9.3.
2024-07-25  Michael Paquierdoc: Decorate psql page with application markup tags
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  Fujii Masaopg_stat_statements: Add regression test for privilege...
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  Thomas MunroRefactor tidstore.c iterator buffering.
2024-07-24  Amit KapilaAllow altering of two_phase option of a SUBSCRIPTION.
2024-07-24  Peter EisentrautMove all extern declarations for GUC variables to heade...
2024-07-24  Nathan BossartDetect integer overflow in array_set_slice().
2024-07-23  Peter EisentrautMove extern declarations for EXEC_BACKEND to header...
2024-07-23  Noah MischFix private struct field name to match the code using it.
2024-07-23  Michael PaquierUse more consistently int64 for page numbers in SLRU...
2024-07-23  Peter Eisentrautldapurl is supported with simple bind
2024-07-23  Peter EisentrautGet rid of a global variable
2024-07-23  Michael PaquierImprove comments in slru.{c,h} about segment name format
2024-07-23  Peter EisentrautReplace remaining strtok() with strtok_r()
2024-07-23  Peter EisentrautWindows replacement for strtok_r()
2024-07-23  Richard GuoRemove redundant code in create_gather_merge_path
2024-07-23  Richard GuoFix rowcount estimate for gather (merge) paths
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 HaasRemove grotty use of disable_cost for TID scan plans.
2024-07-22  Robert HaasAdd missing call to ConditionVariableCancelSleep().
2024-07-22  Peter EisentrautReplace some strtok() with strsep()
2024-07-22  Alvaro Herrerapostgres_fdw: Split out the query_cancel test to its...
2024-07-22  Peter EisentrautAdd port/ replacement for strsep()
2024-07-22  Richard GuoFix unstable test in select_parallel.sql
2024-07-22  Michael PaquierAdd new error code for "file name too long"
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-20  Noah MischUse read streams in CREATE DATABASE when STRATEGY=WAL_LOG.
2024-07-20  Noah MischAdd a way to create read stream object by using SMgrRel...
2024-07-20  Noah MischRefactor PinBufferForBlock() to remove checks about...
2024-07-20  Noah MischRemove "smgr_persistence == 0" dead code.
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...
2024-07-19  Heikki LinnakangasMove resowner from common JitContext to LLVM specific
2024-07-19  Michael PaquierAdd more test coverage for jsonpath "$.*" with arrays
2024-07-19  Etsuro Fujitapostgres_fdw: Avoid "cursor can only scan forward"...
2024-07-19  Michael PaquierPropagate query IDs of utility statements in functions
2024-07-18  Tom LaneImprove pg_ctl's message for shutdown after recovery.
2024-07-18  Tom LaneDoc: improve description of plpgsql's RAISE command.
2024-07-18  Robert HaasDo not summarize WAL if generated with wal_level=minimal.
2024-07-18  Michael PaquierAdd INJECTION_POINT_CACHED() to run injection points...
2024-07-17  Tom LaneDoc: fix minor syntax error in example.
2024-07-17  Nathan BossartUse PqMsg_* macros in more places.
2024-07-17  Andrew DunstanAvoid error in recovery test if history file is not...
2024-07-17  Amit LangoteSQL/JSON: Rethink c2d93c3802b
2024-07-17  Michael PaquierMake write of pgstats file durable at shutdown
next