]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2024-07-16  Jeff DavisWhen creating materialized views, use REFRESH to load...
2024-07-16  Nathan BossartAdd a couple of recent commits to .git-blame-ignore...
2024-07-16  Andrew DunstanAdjust recently added test for pg_signal_autovacuum...
2024-07-16  Amit LangoteSQL/JSON: Fix a paragraph in JSON_TABLE documentation
2024-07-16  Michael PaquierAdd tap test for pg_signal_autovacuum role
2024-07-15  Andres FreundFix bad indentation introduced in 43cd30bcd1c
2024-07-15  Andres Freundci: Use newer LLVM version with gcc, to avoid compiler...
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  Thomas MunroRun LLVM verify pass on IR in assert builds.
2024-07-15  Heikki LinnakangasUse correct type for pq_mq_parallel_leader_proc_number...
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-15  Richard GuoCheck lateral references within PHVs for memoize cache...
2024-07-14  Tom LaneAvoid unhelpful internal error for incorrect recursive...
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  Andrew DunstanUse diff --strip-trailing-cr in pg_regress.c
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  Michael PaquierAdd assertion in pgstat_write_statsfile() about process...
2024-07-12  Amit KapilaFix a typo in logicalrep_write_typ().
2024-07-12  Amit KapilaFix unstable test in 040_pg_createsubscriber.
2024-07-12  Richard GuoConsider materializing the cheapest inner path in paral...
2024-07-12  Michael PaquierImprove comment of pgstat_read_statsfile()
2024-07-11  Tom LaneImprove logical replication connection-failure messages.
2024-07-11  Tom LaneAdd min and max aggregates for composite types (records).
2024-07-11  Masahiko SawadaFix possibility of logical decoding partial transaction...
2024-07-11  Andrew DunstanChange pg_regress.c back to using diff -w on Windows
2024-07-11  Michael PaquierAdd a new 'F' entry type for fixed-numbered stats in...
2024-07-11  Michael PaquierAdd PgStat_KindInfo.init_shmem_cb
2024-07-10  Nathan BossartRevamp documentation for predefined roles.
2024-07-10  Dean RasheedImprove the numeric width_bucket() computation.
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-10  Michael PaquierExtend pg_get_acl() to handle sub-object IDs
2024-07-09  Andrew DunstanPrevent CRLF conversion of inputs in json_parser test...
2024-07-09  Tom LaneRemove new XML test cases added by e7192486d.
2024-07-09  Jeff DavisFix missing invalidations for search_path cache.
2024-07-09  Tom LaneSuppress "chunk is not well balanced" errors from libxml2.
2024-07-09  Nathan BossartIntroduce pg_signal_autovacuum_worker.
2024-07-09  Fujii MasaoFix comment in libpqrcv_check_conninfo().
2024-07-09  Dean RasheedOptimise numeric multiplication for short inputs.
2024-07-09  Amit LangoteSQL/JSON: Various improvements to SQL/JSON query functi...
2024-07-09  Amit KapilaTo improve the code, move the error check in logical_re...
2024-07-09  Michael PaquierUse pgstat_kind_infos to write fixed shared statistics
2024-07-09  David RowleyAvoid JIT-related test instability in EXPLAIN ANALYZE
next