]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2024-07-19  Heikki LinnakangasMove resowner from common JitContext to LLVM specific
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  Robert HaasDo not summarize WAL if generated with wal_level=minimal.
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-16  Jeff DavisWhen creating materialized views, use REFRESH to load...
2024-07-16  Amit LangoteSQL/JSON: Fix a paragraph in JSON_TABLE documentation
2024-07-15  Andres FreundFix bad indentation introduced in 43cd30bcd1c
2024-07-15  Jeff DavisAdd missing RestrictSearchPath() calls.
2024-07-15  Andres Freundci: Upgrade to Debian Bookworm
2024-07-15  Andres FreundFix type confusion in guc_var_compare()
2024-07-15  Tom LaneDoc: minor improvements for plpgsql "Transaction Manage...
2024-07-15  Heikki LinnakangasUse atomics to avoid locking in InjectionPointRun()
2024-07-15  Fujii MasaoFix unstable tests in partition_merge.sql and partition...
2024-07-15  Fujii MasaoFix tablespace handling in MERGE/SPLIT partition commands.
2024-07-14  Tom LaneAvoid unhelpful internal error for incorrect recursive...
2024-07-13  Andrew DunstanUse correct collate.windows.win1252.out
2024-07-13  Noah MischFix new assertion for MERGE view_name ... DO NOTHING.
2024-07-13  Noah MischDon't lose partitioned table reltuples=0 after relhassu...
2024-07-13  Andrew DunstanMake sure to run pg_isready on correct port
2024-07-13  Thomas MunroFix lost Windows socket EOF events.
2024-07-12  Alvaro HerreraAdd ORDER BY to new test query
2024-07-12  Alvaro HerreraFix ALTER TABLE DETACH for inconsistent indexes
2024-07-12  Amit KapilaFix unstable test in 040_pg_createsubscriber.
2024-07-11  Masahiko SawadaFix possibility of logical decoding partial transaction...
2024-07-11  Tom LaneMake our back branches compatible with libxml2 2.13.x.
2024-07-10  Andrew DunstanUse diff's --strip-trailing-cr flag where appropriate...
2024-07-10  Fujii Masaodoc: Update track_io_timing documentation to mention...
2024-07-09  Andrew DunstanPrevent CRLF conversion of inputs in json_parser test...
2024-07-09  Jeff DavisFix missing invalidations for search_path cache.
2024-07-09  Amit LangoteSQL/JSON: Various improvements to SQL/JSON query functi...
2024-07-09  Fujii MasaoFix limit block handling in pg_wal_summary_contents().
2024-07-08  Andrew DunstanSymlink pg_replslot robustly on Windows in pg_basebacku...
2024-07-08  Andrew DunstanChoose ports for test servers less likely to result...
2024-07-08  Andrew DunstanForce nodes for SSL tests to start in TCP mode
2024-07-08  Dean RasheedFix scale clamping in numeric round() and trunc().
2024-07-08  Amit LangoteTypo fix
next