postgresql.git
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...
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...
next