]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-07-15  Tom LaneSilence uninitialized-value warnings in compareJsonbCon...
2025-07-15  Tom LaneDoc: clarify description of current-date/time functions.
2025-07-14  Tom LaneStamp 18beta2. REL_18_BETA2
2025-07-14  Peter EisentrautTranslation updates
2025-07-12  Thomas Munroaio: Fix configuration reload in IO workers.
2025-07-12  Thomas Munroaio: Remove obsolete IO worker ID references.
2025-07-12  Thomas Munroaio: Regularize IO worker internal naming.
2025-07-12  Thomas MunroFix stale idle flag when IO workers exit.
2025-07-11  Tom LaneFix inconsistent quoting of role names in ACLs.
2025-07-11  Jacob Championoauth: Run Autoconf tests with correct compiler flags
2025-07-11  Amit KapilaFix the handling of two GUCs during upgrade.
2025-07-11  Tatsuo IshiiDoc: fix outdated protocol version.
2025-07-10  Fujii Masaodoc: Clarify meaning of "idle" in idle_replication_slot...
2025-07-10  Fujii MasaoChange unit of idle_replication_slot_timeout to seconds.
2025-07-10  Daniel GustafssonFix sslkeylogfile error handling logging
2025-07-10  Nathan Bossartpg_dump: Fix object-type sort priority for large objects.
2025-07-10  Michael Paquierbtree_gist: Merge the last two versions into version 1.8
2025-07-09  Tom LaneLink libpq with libdl if the platform needs that.
2025-07-09  Masahiko SawadaFix tab-completion for COPY and \copy options.
2025-07-09  Amit KapilaDoc: Improve logical replication failover documentation.
2025-07-09  Michael Paquierdoc PG 18 relnotes: Remove item about PQservice()
2025-07-09  Michael Paquierlibpq: Remove PQservice()
2025-07-08  Tom LaneFix low-probability memory leak in XMLSERIALIZE(.....
2025-07-08  Michael Paquierpg_walsummary: Improve stability of test checking stati...
2025-07-08  Andres Freundaio: Combine io_uring memory mappings, if supported
2025-07-07  Jacob Championoauth: Fix kqueue detection on OpenBSD
2025-07-07  Tom LaneRestore the ability to run pl/pgsql expression queries...
2025-07-06  Michael PaquierFix incompatibility with libxml2 >= 2.14
2025-07-04  Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
2025-07-04  Álvaro Herrerapg_upgrade: Add missing newline in error message
2025-07-04  Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
2025-07-04  Michael PaquierDisable commit timestamps during bootstrap
2025-07-03  Tom LaneObtain required table lock during cross-table updates...
2025-07-03  Fujii Masaodoc: Update outdated descriptions of wal_status in...
2025-07-03  Álvaro HerreraPrevent creation of duplicate not-null constraints...
2025-07-03  Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
2025-07-02  Tom LaneCorrectly copy the target host identification in PQcanc...
2025-07-02  Peter GeogheganUpdate obsolete row compare preprocessing comments.
2025-07-02  Álvaro HerreraFix error message for ALTER CONSTRAINT ... NOT VALID
2025-07-02  Peter GeogheganMake row compares robust during nbtree array scans.
2025-07-02  Peter GeogheganMake handling of redundant nbtree keys more robust.
2025-07-02  Daniel Gustafssondoc: pg_buffercache documentation wordsmithing
2025-07-02  Masahiko SawadaFix missing FSM vacuum opportunities on tables without...
2025-07-02  John NaylorRemove implicit cast from 'void *'
2025-07-02  Michael PaquierFix bug in archive streamer with LZ4 decompression
2025-07-01  Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
2025-07-01  Nathan BossartAdd commit 07448b3969 to .git-blame-ignore-revs.
2025-07-01  Nathan BossartDocument pg_get_multixact_members().
2025-07-01  Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
2025-07-01  Peter EisentrautFix outdated comment for IndexInfo
2025-07-01  Tom LaneMake sure IOV_MAX is defined.
2025-07-01  Tom LaneMake safeguard against incorrect flags for fsync more...
2025-07-01  Tomas VondraFix indentation in pg_numa code
2025-07-01  Tomas VondraAdd CHECK_FOR_INTERRUPTS into pg_numa_query_pages
2025-07-01  Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
2025-07-01  Tomas VondraLimit the size of numa_move_pages requests
2025-07-01  Amit LangoteFix typos in comments
2025-06-30  Andres Freundaio: Fix reference to outdated name
2025-06-30  Daniel Gustafssondoc: Fix typo in pg_sync_replication_slots documentation
2025-06-30  Joe ConwayAdapt REL_18_STABLE to its new status as a stable branch
2025-06-30  Joe ConwayDo pre-release housekeeping on catalog data.
2025-06-30  Joe ConwayRun pgperltidy
2025-06-29  Tom LaneFix some new issues with planning of PlaceHolderVars.
2025-06-29  Tom LaneObtain required table lock during cross-table constrain...
2025-06-29  Peter Eisentrautpg_recvlogical: Rename --two-phase and --failover options.
2025-06-28  Peter EisentrautMessage style improvements
2025-06-27  Nathan BossartUse correct DatumGet*() function in test_shm_mq_main().
2025-06-27  Alexander KorotkovFix CheckPointReplicationSlots() with max_replication_s...
2025-06-27  Michael PaquierCorrect list of files in src/backend/lib/README
2025-06-26  Peter Eisentrautlibpq: Message style improvements
2025-06-26  Peter EisentrautCorrect misleading error messages
2025-06-26  Melanie PlagemanRemove unused check in heap_xlog_insert()
2025-06-26  Melanie PlagemanSimplify vacuum VM update logging counters
2025-06-26  Álvaro HerreraFix typo in comment
2025-06-26  Álvaro Herreradocs: fix typo
2025-06-26  Álvaro Herrerapg_dump: include comments on valid not-null constraints...
2025-06-26  Fujii MasaoMake CREATE TABLE LIKE copy comments on NOT NULL constr...
2025-06-26  Dean Rasheeddoc: Updates for RETURNING OLD/NEW.
2025-06-26  Dean Rasheeddoc: Fix indentation of MERGE synopsis.
2025-06-26  Richard GuoExpand virtual generated columns for ALTER COLUMN TYPE
2025-06-25  Peter Eisentrautdoc: Some copy-editing around constraint validation...
2025-06-25  Peter Eisentrautpg_createsubscriber: Rename option --remove to --clean
2025-06-25  Peter EisentrautRestrict virtual columns to use built-in functions...
2025-06-25  Amit KapilaDoc: Improve documentation of stream abort.
2025-06-25  Michael PaquierAvoid scribbling of VACUUM options
2025-06-25  Fujii Masaodoc: Fix type description of io_workers GUC for consist...
2025-06-25  Fujii Masaodoc: Mention ANALYZE VERBOSE in track_cost_delay_timing...
2025-06-24  Fujii Masaodoc: Add secondary index entries for vacuum-related...
2025-06-24  Tom LanePrevent excessive delays before launching new logrep...
2025-06-24  Álvaro HerreraMake query jumbling also squash PARAM_EXTERN params
2025-06-24  Álvaro HerreraImprove jumble squashing through CoerceViaIO and Relabe...
2025-06-24  Melanie PlagemanTest that vacuum removes tuples older than OldestXmin
2025-06-24  Daniel Gustafssondoc: Remove dead link to NewbieDoc Docbook Guide
2025-06-24  Peter EisentrautFix virtual generated column type checking for ALTER...
2025-06-24  Fujii Masaodoc: Fix incorrect UUID index entry in function documen...
2025-06-24  Amit KapilaFix missing comment update in 1462aad2e4.
2025-06-24  Michael Paquierpsql: Rename meta-command \close to \close_prepared
2025-06-23  Alexander KorotkovTemporarily remove 046_checkpoint_logical_slot.pl
2025-06-23  Alexander KorotkovRemove excess assert from InvalidatePossiblyObsoleteSlot()
2025-06-23  Tom LaneInclude _mm512_zextsi128_si512() in AVX-512 configure...
next