postgresql.git
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
2024-07-08 Heikki LinnakangasFix outdated comment after removal of direct SSL fallback
2024-07-08 Richard GuoFix right-anti-joins when the inner relation is proven...
2024-07-08 Michael PaquierRe-enable autoruns for for cmd.exe on Windows
2024-07-06 David RowleyFix incorrect sentinel byte logic in GenerationRealloc()
2024-07-05 Thomas MunroCope with name clashes.
2024-07-05 Bruce Momjiandoc PG 17 relnotes: fix psql connection cancelation...
2024-07-04 Tom LaneDoc: small improvements in discussion of geometric...
2024-07-04 Alvaro HerreraFix copy/paste mistake in comment
2024-07-04 Alvaro HerreraRemove bogus assertion in pg_atomic_monotonic_advance_u64
2024-07-04 Daniel Gustafssondoc: Specify when ssl_prefer_server_ciphers was added
2024-07-04 Amit LangoteSQL/JSON: Fix some obsolete comments.
2024-07-03 Alexander KorotkovFix typo in GetRunningTransactionData()
2024-07-03 Heikki LinnakangasAvoid 0-length memcpy to NULL with EXEC_BACKEND
2024-07-03 Heikki LinnakangasTighten check for --forkchild argument when spawning...
2024-07-03 Amit KapilaFix the testcase introduced in commit 81d20fbf7a.
2024-07-02 Amit KapilaDrop pre-existing subscriptions from the converted...
2024-07-02 Amit KapilaRemove unused structure member in pg_createsubscriber.c.
2024-07-02 Amit KapilaUpdate release notes to reflect recent commit 0f934b0739.
2024-07-01 Tom LanePreserve CurrentMemoryContext across notify and sinval...
2024-07-01 Alvaro HerreraFix copy-paste mistake in PQcancelCreate
2024-07-01 Amit KapilaRename standby_slot_names to synchronized_standby_slots.
2024-07-01 Tom LaneFurther weaken new pg_createsubscriber test on Windows.
2024-06-30 Michael PaquierAdapt REL_17_STABLE to its new status as a stable branch
2024-06-30 Michael PaquierRun pgperltidy
2024-06-30 Tom LaneTemporarily(?) weaken new pg_createsubscriber test...
2024-06-30 Tomas VondraAdd PG_TEST_PG_COMBINEBACKUP_MODE
2024-06-30 Tomas VondraAdd pg_combinebackup --copy option
2024-06-30 Tomas VondraAdd headers needed by pg_combinebackup --clone
2024-06-30 Tom LaneMake pg_createsubscriber warn if publisher has two...
2024-06-30 Tom LaneMake pg_createsubscriber more wary about quoting connec...
2024-06-28 Noah MischFix .gitignore for new injection suite.
2024-06-28 Noah MischRemove configuration-dependent output from new inplace...
2024-06-28 Robert Haaspgindent, because I forgot to do that.
2024-06-28 Amit LangoteSQL/JSON: Always coerce JsonExpr result at runtime
2024-06-28 Amit LangoteSQL/JSON: Fix coercion of constructor outputs to types...
2024-06-28 Robert HaasPrevent summarizer hang when summarize_wal turned off...
2024-06-28 Amit LangoteSQL/JSON: Validate values in ON ERROR/EMPTY clauses
2024-06-28 Amit LangoteSQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_T...
2024-06-28 Michael PaquierUpdate modules/injection_points/.gitignore
2024-06-28 Michael PaquierFix comments in heaptuple.c
2024-06-28 Michael PaquierImprove locking around InjectionPointRun()
2024-06-28 Noah MischRemove comment about xl_heap_inplace "AT END OF STRUCT".
2024-06-28 Noah MischCope with inplace update making catcache stale during...
2024-06-28 Noah MischAccessExclusiveLock new relations just after assigning...
2024-06-28 Noah MischLock before setting relhassubclass on RELKIND_PARTITION...
2024-06-28 Noah MischLock owned sequences during ALTER TABLE SET { LOGGED...
next