postgresql.git
2024-11-04 Alexander KorotkovRevert pg_wal_replay_wait() stored procedure
2024-11-04 Bruce Momjiandoc: use more accurate URL for bug reporting
2024-11-04 Tom Lanepg_basebackup, pg_receivewal: fix failure to find passw...
2024-11-04 Bruce Momjiandoc: remove check of SVG files, since they are derived
2024-11-04 Tom Lanepg_dump: provide a stable sort order for rules.
2024-11-04 Masahiko SawadaFix typo in comment of gistdoinsert().
2024-11-04 Peter GeogheganFix obsolete _bt_first comments.
2024-11-04 Heikki Linnakangasdocs: Consistently use <optional> to indicate optional...
2024-11-04 Peter Geoghegannbtree: Remove useless 'strat' local variable.
2024-11-04 Heikki LinnakangasSplit ProcSleep function into JoinWaitQueue and ProcSleep
2024-11-04 Robert Haaspg_combinebackup: Error if incremental file exists...
2024-11-04 Robert Haaspg_combinebackup: When reconstructing, avoid double...
2024-11-04 Bruce Momjiandoc: fix typo in mvcc clarification in commit 2fa255ce9b9
2024-11-04 Heikki LinnakangasMove TRACE calls into WaitOnLock()
2024-11-04 Heikki LinnakangasSet MyProc->heldLocks in ProcSleep
2024-11-04 Peter GeogheganClarify nbtree parallel scan _bt_endpoint contract.
2024-11-04 Heikki LinnakangasFix comment in LockReleaseAll() on when locallock-...
2024-11-04 Heikki LinnakangasAdd PG_TEST_EXTRA configure option to the Make builds
2024-11-04 Heikki LinnakangasMake PG_TEST_EXTRA env var override the "meson setup...
2024-11-04 Amit KapilaDoc: Update the behavior of generated columns in Logica...
2024-11-03 Michael PaquierAdd missing newlines at the end of two SQL files
2024-11-03 Noah MischSuppress new "may be used uninitialized" warning.
2024-11-02 Noah MischFix inplace update buffer self-deadlock.
2024-11-02 Noah MischMove I/O before the index_update_stats() buffer lock...
2024-11-01 Bruce Momjiandoc: clarify text around MVCC example query
2024-11-01 Bruce Momjiandoc: remove useless MERGE example
2024-11-01 Bruce Momjiandoc: improve tablespace example query and link to...
2024-11-01 Bruce Momjiandoc: fix ALTER DOMAIN domain_constraint to spell out...
2024-11-01 Bruce Momjiandoc: explain how the home directory is found on Unix...
2024-11-01 Bruce Momjiandoc: Add link to listen_addresses as cause of connectio...
2024-11-01 Tom LaneUpdate contrib/sepgsql regression tests for commit...
2024-11-01 Bruce Momjiandoc: improve build for non-Latin1 characters
2024-11-01 Peter GeogheganClarify nbtree array preprocessing comment.
2024-11-01 Bruce Momjiandoc: remove mention of ActiveState for Perl and Tcl...
2024-11-01 Heikki LinnakangasRename two functions that wake up other processes
2024-11-01 Heikki LinnakangasUse ProcNumbers instead of direct Latch pointers to...
2024-11-01 Michael PaquierRemove use of pg_memory_is_all_zeros() in bufpage.c
2024-11-01 Michael PaquierAdd pg_memory_is_all_zeros() in memutils.h
2024-11-01 Michael PaquierAdd SQL function array_reverse()
2024-10-31 Tom LaneMake all ereport() calls within gram.y provide error...
2024-10-31 Tom LaneAdd a parse location field to struct FunctionParameter.
2024-10-31 Heikki LinnakangasFix refreshing physical relfilenumber on shared index
2024-10-31 Daniel GustafssonRemove duplicate words in comments
2024-10-31 Heikki LinnakangasSplit RelationClearRelation into three different functions
2024-10-31 Heikki LinnakangasSimplify call to rebuild relcache entry for indexes
2024-10-31 David RowleyRemove unused field from SubPlanState struct
2024-10-30 Michael Paquierinjection_points: Improve comment about disabled isolat...
2024-10-30 Peter Geoghegannbtree: assert no scheduled primscan between pages.
2024-10-30 Peter GeogheganClarify nbtree array exhaustion comments.
2024-10-30 Nathan BossartOptimize sifting down in binaryheap.
2024-10-30 Tom LaneStabilize jsonb_path_query test case.
2024-10-30 Peter GeogheganFix bug in nbtree array primitive scan scheduling.
2024-10-30 Álvaro HerreraFix some more bugs in foreign keys connecting partition...
2024-10-30 Peter Eisentrautmeson: Add missing dependency to unicode test programs
2024-10-30 Amit KapilaReplicate generated columns when specified in the colum...
2024-10-29 Jeff DavisAdd missing CommandCounterIncrement() in stats import...
2024-10-29 Noah MischUnpin buffer before inplace update waits for an XID...
2024-10-29 Tom LaneUpdate time zone data files to tzdata release 2024b.
2024-10-29 David RowleyReduce variable scope and possibly useless palloc
2024-10-29 David RowleyDoc: add detail about EXPLAIN's "Disabled" property
2024-10-29 Peter EisentrautAdd missing FATAL => 'all' to a use warnings in Perl
2024-10-29 Michael Paquierdoc: Add better description for rewrite functions in...
2024-10-29 David RowleyDoc: clarify enable_indexscan=off also disabled Index...
2024-10-28 Michael PaquierFix dependency of partitioned table and table AM with...
2024-10-28 Nathan BossartEnsure we have a snapshot when updating pg_index in...
2024-10-28 Tom LaneUnify src/common/'s definitions of MaxAllocSize.
2024-10-28 Tom LaneGuard against enormously long input in pg_saslprep().
2024-10-28 Tom LaneStrip Windows newlines from extension script files...
2024-10-28 Peter EisentrautFix WAL_DEBUG build
2024-10-28 Peter Geoghegannbtree: Minor sibling link traversal tweaks.
2024-10-28 Heikki LinnakangasFix overflow in bsearch_arg() with more than INT_MAX...
2024-10-28 Heikki LinnakangasRestore missing line to copyright notice
2024-10-28 Peter EisentrautRemove unused #include's from contrib, pl, test .c...
2024-10-28 Amit KapilaChange the default value of the streaming option to...
2024-10-28 Michael PaquierSet query ID for inner queries of CREATE TABLE AS and...
2024-10-27 Peter GeogheganFix obsolete nbtree split buffer comment.
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-25 Jeff DavisRefactor the code to create a pg_locale_t into new...
2024-10-25 Tom LaneRead extension script files in text not binary mode.
2024-10-25 Melanie PlagemanMake table_scan_bitmap_next_block() async-friendly
2024-10-25 Melanie PlagemanMove EXPLAIN counter increment to heapam_scan_bitmap_ne...
2024-10-25 Noah MischWAL-log inplace update before revealing it to other...
2024-10-25 Noah MischFor inplace update, send nontransactional invalidations.
2024-10-25 Daniel Gustafssondoc: Fix typo in pg_restore_*_stats function documentation
2024-10-25 Alexander KorotkovFix concurrrently in typcache_rel_type_cache.sql
2024-10-25 Amit KapilaDoc: Add a caution in alter publication.
2024-10-25 Tatsuo Ishiipgbench: Fix typo.
2024-10-25 Michael PaquierRefactor code converting a publication name List to...
2024-10-25 Michael PaquierAdd install rules for Kerberos.pm and AdjustUpgrade.pm
2024-10-25 Michael Paquierinjection_points: Disable one permutation in isolation...
2024-10-25 Richard GuoRemove the RTE_GROUP RTE if we drop the groupClause
2024-10-24 Jeff DavisAdd functions pg_restore_relation_stats(), pg_restore_a...
2024-10-24 Tom LaneGeneralize plpgsql's heuristic for importing expanded...
2024-10-24 Noah MischFix parallel worker tracking of new catalog relfilenumbers.
2024-10-24 Noah MischStop reading uninitialized memory in heap_inplace_lock().
2024-10-24 Fujii MasaoRefactor GetLockStatusData() to skip backends/groups...
2024-10-24 Daniel GustafssonSupport configuring TLSv1.3 cipher suites
2024-10-24 Daniel GustafssonSupport configuring multiple ECDH curves
2024-10-24 Daniel GustafssonRaise the minimum supported OpenSSL version to 1.1.1
2024-10-24 Daniel GustafssonHandle alphanumeric characters in matching GUC names
next