]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-02-16  David RowleyAttempt to stabilize flapping regression test
2024-02-16  Alexander KorotkovFollowup fixes for transaction_timeout
2024-02-15  Alexander KorotkovIntroduce transaction_timeout
2024-02-15  Tom LaneDoc: improve a couple of comments in postgresql.conf...
2024-02-15  Alexander KorotkovPull up ANY-SUBLINK with the necessary lateral support.
2024-02-15  Peter EisentrautAllow passing extra options to initdb for tests
2024-02-15  Amit KapilaAnother try to fix BF failure introduced in commit...
2024-02-15  David RowleySimplify PathKey checking code
2024-02-15  David RowleyClarify the 'rows' parameter in create_append_path
2024-02-14  Nathan BossartRemove obsolete check in SIGTERM handler for the startu...
2024-02-14  Nathan BossartCentralize logic for restoring errno in signal handlers.
2024-02-14  Nathan BossartCheck that MyProcPid == getpid() in backend signal...
2024-02-14  Nathan BossartAllow pg_monitor to execute pg_current_logfile().
2024-02-14  Tom LaneFix multiranges to behave more like dependent types.
2024-02-14  Amit KapilaFix BF introduced in commit ddd5f4f54a.
2024-02-14  Daniel Gustafssondoc: Remove links to further reading from pgcrypto...
2024-02-14  Amit KapilaAdd a slot synchronization function.
2024-02-14  Michael PaquierRevert "Refactor CopyReadAttributes{CSV,Text}() to...
2024-02-13  Michael Paquierpgcrypto: Fix incorrect argument vs PG_GETARG*() mappings
2024-02-13  Michael PaquierImprove comment about query_id_enabled in queryjumblefu...
2024-02-13  Tom LaneCatch overflow when rounding intervals in AdjustInterva...
2024-02-13  Heikki LinnakangasFix 'mmap' DSM implementation with allocations larger...
2024-02-13  Tom LaneUse a safer outfuncs/readfuncs representation for BitSt...
2024-02-13  Daniel GustafssonSkip .DS_Store files in server side utils
2024-02-13  Peter EisentrautUse correct format placeholder for timeline IDs
2024-02-13  Amit KapilaDoc: Improve upgrade for streaming replication section.
2024-02-12  Jeff DavisRead WAL directly from WAL buffers.
2024-02-12  Heikki LinnakangasRemove "#ifdef WIN32" guards from src/port/win32*.c
2024-02-12  Heikki LinnakangasRemove unnecessary smgropen() calls
2024-02-11  Alexander KorotkovFix some typos in event trigger docs
2024-02-11  Alexander KorotkovUse heap_inplace_update() to unset pg_database.dathaslo...
2024-02-11  Peter EisentrautRemove obsolete script related to MSVC build system
2024-02-11  Thomas MunroFix gai_strerror() thread-safety on Windows.
2024-02-11  Peter EisentrautUse extensible buffers to assemble command lines
2024-02-10  Andrew DunstanDisallow jsonpath methods involving TZ in immutable...
2024-02-09  Tom LaneRemove race condition in pg_get_expr().
2024-02-09  Tom LaneAvoid concurrent calls to bindtextdomain().
2024-02-09  Tom LaneClean up Windows-specific mutex code in libpq and ecpglib.
2024-02-09  Daniel GustafssonRefactor pipe_read_line to return the full line
2024-02-09  Alexander KorotkovFix usage of aggregate pathkeys in group_keys_reorder_b...
2024-02-09  Peter EisentrautFix propagation of persistence to sequences in ALTER...
2024-02-09  Michael PaquierAdd previous commit to .git-blame-ignore-revs
2024-02-09  Michael PaquierFix indentation of copyto.c
2024-02-09  Michael PaquierImprove COPY TO performance when server and client...
2024-02-08  Peter EisentrautApply pg_dump test cleanups to test_pg_dump as well
2024-02-08  Alexander KorotkovFix gcc >= 10 warning
2024-02-08  Daniel Gustafssondoc: Remove superfluous bracket in synopsis
2024-02-08  Alexander KorotkovFix wrong logic in TransactionIdInRecentPast()
2024-02-08  Peter EisentrautFix documentation build with older docbook-xsl
2024-02-08  Peter EisentrautUpdate comment
2024-02-08  Masahiko SawadaFix meson installation of xid_wraparound test.
2024-02-08  John NaylorFix warnings in cpluspluscheck
2024-02-07  Daniel GustafssonRename static function to avoid conflicting names
2024-02-07  Nathan BossartRemove Start* macros in postmaster.c.
2024-02-07  Alvaro HerreraUpdate PQparameterStatus and ParameterStatus docs
2024-02-07  David RowleyAdjust reltarget assignment for UPPERREL_PARTIAL_DISTIN...
2024-02-07  Amit KapilaSet LSN for wbuf in _hash_freeovflpage() iff wbuf is...
2024-02-07  Amit KapilaClean-ups for 776621a5e4 and 7329240437.
2024-02-07  Michael PaquierSimplify signature of CopyAttributeOutCSV() in copyto.c
2024-02-06  Michael PaquierRevert "Refactor CopyAttributeOut{CSV,Text}() to use...
2024-02-06  Alvaro HerreraChange initial use of pg_atomic_write_u64 to init
2024-02-06  Alvaro HerreraUse atomic access for SlruShared->latest_page_number
2024-02-06  John NaylorFurther cosmetic review of hashfn_unstable.h
2024-02-06  John NaylorSimplify initialization of incremental hash state
2024-02-06  Michael Paquierdoc: Spell I/O consistently
2024-02-05  Peter EisentrautFix meson installation of new generated files
2024-02-05  Heikki LinnakangasFix assertion if index is dropped during REFRESH CONCUR...
2024-02-05  Heikki LinnakangasRun REFRESH MATERIALIZED VIEW CONCURRENTLY in right...
2024-02-05  Amit KapilaEnhance libpqrcv APIs to support slot synchronization.
2024-02-05  Amit KapilaImprove the comments in 004_subscription.pl.
2024-02-05  Michael PaquierRefactor CopyAttributeOut{CSV,Text}() to use a callback...
2024-02-05  Michael PaquierRefactor CopyReadAttributes{CSV,Text}() to use a callba...
2024-02-04  Alvaro Herreralibpq: Change some static functions to extern
2024-02-04  Alvaro Herreralibpq: Add pqReleaseConnHosts function
2024-02-04  Michael Paquierpg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SU...
2024-02-02  Alexander KorotkovImprove documentation for COPY ... ON_ERROR ...
2024-02-02  Heikki LinnakangasFix typo in comments
2024-02-02  Tom LaneTranslate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_fo...
2024-02-02  Heikki LinnakangasFix bug in bulk extending temp relation after failure
2024-02-02  David RowleyAllow Gather Merge in more cases for parallel DISTINCT
2024-02-01  Noah MischSync PG_VERSION file in CREATE DATABASE.
2024-02-01  Noah MischHandle interleavings between CREATE DATABASE steps...
2024-02-01  Tom LaneUpdate time zone data files to tzdata release 2024a.
2024-02-01  Andrew DunstanAvoid package qualification of $windows_os
2024-02-01  Robert HaasContinue my quest to make 002_blocks.pl pass reliably.
2024-02-01  Bruce Momjiandoc: improve role option documentation
2024-02-01  Daniel Gustafssondoc: remove incorrect grammar for ALTER EVENT TRIGGER
2024-02-01  Daniel Gustafssondoc: Fix incorrect openssl option
2024-02-01  Michael PaquierFix stats_fetch_consistency with stats for fixed-number...
2024-01-31  Alvaro HerreraFix copy&paste typo in comment
2024-01-31  Daniel GustafssonExclude Threadsanitizer instrumentation in exit check
2024-01-31  David RowleyFix costing bug in MergeAppend
2024-01-31  Tom LaneClean pg_walsummary's tmp_check directory.
2024-01-31  Robert HaasIn 002_blocks.pl, try to prevent a HOT update.
2024-01-31  Alvaro HerreraUpdate pg_walsummary copyright notices to 2024
2024-01-31  Robert HaasRevise pg_walsummary's 002_blocks test to avoid spuriou...
2024-01-31  Peter Eisentrautdoc: Document more that relations share a namespace
2024-01-31  Heikki LinnakangasGive SMgrRelation pointers a well-defined lifetime.
2024-01-31  Heikki LinnakangasRemove some obsolete smgrcloseall() calls.
2024-01-31  Michael PaquierAdd .gitignore to src/test/modules/gin/
next