postgresql.git
2024-03-18 Heikki LinnakangasRefactor postmaster child process launching
2024-03-18 Heikki LinnakangasMove some functions from postc to a new source file
2024-03-18 Heikki LinnakangasSplit registration of Win32 deadchild callback to separ...
2024-03-18 Michael PaquierRemove references to backup_fs_hot() in Cluster.pm
2024-03-18 Nathan BossartInitialize variables to placate compiler.
2024-03-17 Daniel GustafssonSupport json_errdetail in FRONTEND code
2024-03-17 Tom LaneMark hash_corrupted() as pg_attribute_noreturn.
2024-03-17 Dean RasheedFix PDF doc generation.
2024-03-17 Dean RasheedAdd RETURNING support to MERGE.
2024-03-17 Peter EisentrautAdd attstattarget to FormExtraData_pg_attribute
2024-03-17 Peter EisentrautGeneralize handling of nullable pg_attribute columns...
2024-03-17 Peter EisentrautMake stxstattarget nullable
2024-03-17 Dean RasheedFix EXPLAIN output for subplans in MERGE.
2024-03-17 Peter EisentrautSeparate equalRowTypes() from equalTupleDescs()
2024-03-16 Daniel GustafssonAdd destroyStringInfo function for cleaning up StringInfos
2024-03-16 Alexander Korotkovpsql: fix variable existence tab completion
2024-03-15 Alexander KorotkovUse locale-aware value for \watch in 005_timeouts.pl
2024-03-15 Daniel GustafssonFix handling of expecteddir in pg_regress
2024-03-15 Heikki LinnakangasFix backstop in gin test if injection point is not...
2024-03-15 Heikki LinnakangasTry to unbreak injection-fault tests in the buildfarm
2024-03-15 Alexander KorotkovFix wordings in timeouts TAP test
2024-03-15 Alexander KorotkovFix race condition in transaction timeout TAP tests
2024-03-15 Heikki LinnakangasImprove log messages referring to background worker...
2024-03-15 Heikki LinnakangasDisable tests using injection points in installcheck
2024-03-14 Michael PaquierAdd basic TAP tests for the low-level backup method...
2024-03-14 Michael PaquierRefactor initial hash lookup in dynahash.c
2024-03-14 David RowleyTrim ORDER BY/DISTINCT aggregate pathkeys in gather_gro...
2024-03-14 Daniel GustafssonLogin event trigger documentation wordsmithing
2024-03-14 Tom LaneMake INSERT-from-multiple-VALUES-rows handle domain...
2024-03-14 Nathan BossartAdd pg_column_toast_chunk_id().
2024-03-14 Heikki LinnakangasRemove redundant snapshot copying from parallel leader...
2024-03-14 Robert HaasAllow a no-wait lock acquisition to succeed in more...
2024-03-14 Alexander KorotkovFix contrib/pg_visibility/meson.build
2024-03-14 Alexander KorotkovAdd TAP tests for timeouts
2024-03-14 Alexander KorotkovFix false reports in pg_visibility
2024-03-14 Alvaro HerreraComment out noisy libpq_pipeline test
2024-03-14 Daniel GustafssonFix documentation comment for pg_md5_hash
2024-03-14 Amit KapilaFix typos in reorderbuffer.c.
2024-03-14 Jeff DavisIntroduce "builtin" collation provider.
2024-03-14 Peter EisentrautPut genbki.pl output into src/include/catalog/ directly
2024-03-14 Michael PaquierRevert "Add basic TAP tests for the low-level backup...
2024-03-14 Michael PaquierAdd basic TAP tests for the low-level backup method
2024-03-14 Alexander KorotkovImprove documentation for pg_stat_checkpointer fields
2024-03-13 Nathan BossartReintroduce MAINTAIN privilege and pg_maintain predefin...
2024-03-13 Robert HaasAdd the system identifier to backup manifests.
2024-03-13 Alvaro HerreraHopefully make libpq_pipeline's new cancel test more...
2024-03-13 Robert HaasExpose new function get_controlfile_by_exact_path().
2024-03-13 Peter EisentrautMake the order of the header file includes consistent
2024-03-13 Dean Rasheeddoc: Improve a couple of places in the MERGE docs.
2024-03-13 Andres Freundmeson: macos: Avoid warnings on Sonoma
2024-03-13 Peter EisentrautFix incorrect format placeholders
2024-03-13 Michael PaquierAdd tests for more row patterns with COPY FROM .. ...
2024-03-13 Amit KapilaFix a random failure in 038_save_logical_slots_shutdown.pl.
2024-03-13 Thomas Munroci: Use a RAM disk and more CPUs on FreeBSD.
2024-03-12 Michael PaquierAdd some asserts based on LWLockHeldByMe() for replicat...
2024-03-12 Jeff DavisFix version check in 002_pg_upgrade.pl.
2024-03-12 Tom LaneFix confusion about the return rowtype of SQL-language...
2024-03-12 David RowleyFix incorrect filename reference in comment
2024-03-12 Alvaro Herreralibpq: Add encrypted and non-blocking query cancellatio...
2024-03-12 Heikki LinnakangasFix copying SockAddr struct
2024-03-12 Heikki LinnakangasMove initialization of the Port struct to the child...
2024-03-12 Heikki LinnakangasPass CAC as an argument to the backend process
2024-03-12 Heikki LinnakangasSet socket options in child process after forking
2024-03-12 Heikki LinnakangasDisconnect if socket cannot be put into non-blocking...
2024-03-12 Alvaro Herreralibpq: Move pg_cancel to fe-cancel.c
2024-03-12 Michael PaquierKeep replication slot statistics on invalidation
2024-03-12 Amit KapilaRemove redundant fetch of the recent flush pointer...
2024-03-12 Michael PaquierUse printf's %m format instead of strerror(errno) in...
2024-03-11 Peter GeogheganUpdate obsolete index scan TID comments.
2024-03-11 Jeff DavisFix 002_pg_upgrade.pl.
2024-03-11 Alvaro HerreraAdd tests for libpq query cancellation APIs
2024-03-11 Nathan Bossartreindexdb: Allow specifying objects to process in all...
2024-03-11 Heikki LinnakangasRemove unneeded vacuum_delay_point from heap_vac_scan_g...
2024-03-11 Heikki LinnakangasConfine vacuum skip logic to lazy_scan_skip()
2024-03-11 Nathan Bossartclusterdb: Allow specifying tables to process in all...
2024-03-11 Bruce Momjiandoc: add missing word "the"
2024-03-11 Alvaro HerreraAdd missing connection statuses to docs
2024-03-11 Nathan Bossartvacuumdb: Allow specifying objects to process in all...
2024-03-11 Heikki LinnakangasSet all_visible_according_to_vm correctly with DISABLE_...
2024-03-11 Heikki LinnakangasDon't destroy SMgrRelations at relcache invalidation
2024-03-11 David RowleyFix incorrect accessing of pfree'd memory in Memoize
2024-03-11 Amit KapilaDoc: Warn about two_phase when altering a subscription...
2024-03-11 Michael PaquierImprove consistency of replication slot statistics
2024-03-11 Michael PaquierAdd some checkpoint and redo LSNs to a couple of recove...
2024-03-10 Michael PaquierImprove support for ExplainOneQuery() hook
2024-03-10 David RowleyFix deparsing of Consts in postgres_fdw ORDER BY
2024-03-10 Peter EisentrautCombine headerscheck and cpluspluscheck scripts
2024-03-09 Jeff DavisCatalog changes preparing for builtin collation provider.
2024-03-09 Joe ConwayMake contrib/tablefunc crosstab() also check typmod
2024-03-09 Tom LaneSimplify and merge unwanted-module drop logic in Adjust...
2024-03-09 Tom LaneImprove wrong-tuple-type error reports in contrib/table...
2024-03-09 Jeff DavisRun perltidy on 002_pg_upgrade.pl.
2024-03-09 Jeff DavisFix cross-version pg_upgrade test.
2024-03-09 Michael PaquierDocument units of "timeout" in ConditionVariableTimedSl...
2024-03-09 Jeff DavisFix type signedness error in commit 5c40364dd6.
2024-03-08 Daniel GustafssonFix errorhandling for reading from a pipe
2024-03-08 Daniel GustafssonReplace perror with custom postgres logging
2024-03-08 Tom LaneImprove WIN32 waiting logic in psql's \watch command.
2024-03-08 Alvaro HerreraAdmit deferrable PKs into rd_pkindex, but flag them...
2024-03-08 Alexander KorotkovAvoid recursion in MemoryContext functions
next