]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-11-15  Michael PaquierFix race conditions with drop of reused pgstats entries
2024-11-14  Heikki LinnakangasPass MyPMChildSlot as an explicit argument to child...
2024-11-14  Heikki LinnakangasAssign a child slot to every postmaster child process
2024-11-14  Heikki LinnakangasKill dead-end children when there's nothing else left
2024-11-14  Heikki LinnakangasReplace postmaster.c's own backend type codes with...
2024-11-14  Peter EisentrautRemove a useless cast to (void *) in hash_search()...
2024-11-14  Michael Paquiercontrib/lo: Use SQL-standard function bodies
2024-11-14  Michael Paquierxml2: Add tests for functions xpath_nodeset() and xpath...
2024-11-14  Michael Paquiercontrib/lo: Add test for function lo_oid()
2024-11-13  Peter GeogheganAdd nbtree amgettuple return item function.
2024-11-13  Álvaro HerreraFix pg_upgrade's cross-version tests when old < 18
2024-11-13  Peter Eisentrautconfigure.ac: Remove useless AC_SUBST
2024-11-13  Peter Eisentrautdoc: Update pg_constraint.conexclop docs for WITHOUT...
2024-11-13  Peter Eisentrautdoc: Add PERIOD to ALTER TABLE reference docs
2024-11-13  Peter Eisentrautdoc: Small improvement in CREATE TABLE / PERIOD documen...
2024-11-13  Peter Eisentrautdoc: Add WITHOUT OVERLAPS to ALTER TABLE reference...
2024-11-13  Michael PaquierFix comment in injection_point.c
2024-11-13  Peter GeogheganFix obsolete nbtree page reuse FSM comment.
2024-11-13  Peter GeogheganCount contrib/bloom index scans in pgstat view.
2024-11-12  Amit LangoteAdd missing word in comment
2024-11-12  Álvaro HerreraSilence compilers about extractNotNullColumn()
2024-11-12  Michael Paquierpg_freespacemap: Use SQL-standard function bodies
2024-11-11  Alexander KorotkovFix arrays comparison in CompareOpclassOptions()
2024-11-11  Tom LaneParallel workers use AuthenticatedUserId for connection...
2024-11-11  Tom LaneFix cross-version upgrade tests.
2024-11-11  Tom LaneAvoid bizarre meson behavior with backslashes in comman...
2024-11-11  Tom LaneFix improper interactions between session_authorization...
2024-11-11  Nathan BossartEnsure cached plans are correctly marked as dependent...
2024-11-11  Noah MischBlock environment variable mutations from trusted PL...
2024-11-11  Amit KapilaDoc: Add links to clarify the max_replication_slots.
2024-11-11  Michael PaquierAdd two attributes to pg_stat_database for parallel...
2024-11-11  Michael Paquierlibpq: Bail out during SSL/GSS negotiation errors
2024-11-11  Michael Paquierpg_stat_statements: Avoid some locking during PGSS...
2024-11-10  Thomas Munrojit: Remove obsolete LLVM version guard.
2024-11-08  Nathan BossartFix sign-compare warnings in pg_iovec.h.
2024-11-08  Peter GeogheganAssert consistency of currPage that ended scan.
2024-11-08  Nathan BossartMove check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
2024-11-08  Tom LaneImprove fix for not entering parallel mode when holding...
2024-11-08  Peter GeogheganAvoid nbtree parallel scan currPos confusion.
2024-11-08  Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-11-08  Amit LangoteDisallow partitionwise join when collations don't match
2024-11-08  Amit LangoteDisallow partitionwise grouping when collations don...
2024-11-08  Richard GuoFix inconsistent RestrictInfo serial numbers
2024-11-07  Nathan BossartFix __attribute__((target(...))) usage.
2024-11-07  Nathan BossartUse __attribute__((target(...))) for AVX-512 support.
2024-11-07  Álvaro Herreradoc: Reword ALTER TABLE ATTACH restriction on NO INHERI...
2024-11-07  Peter EisentrautClarify a foreign key error message
2024-11-07  Michael PaquierRemove an obsolete comment in gistinsert()
2024-11-07  Amit KapilaReplicate generated columns when 'publish_generated_col...
2024-11-07  Michael PaquierImprove handling of empty query results in BackgroundPs...
2024-11-06  Daniel GustafssonFind invalid databases during upgrade check stage
2024-11-06  Daniel GustafssonRemove unused variable
2024-11-06  Peter Eisentrautdoc: Remove event trigger firing matrix
2024-11-06  Thomas MunroMonkey-patch LLVM code to fix ARM relocation bug.
2024-11-06  Peter EisentrautRemove unused #include's from bin .c files
2024-11-06  Michael PaquierExtend Cluster.pm's background_psql() to be able to...
2024-11-05  David RowleyFix hypothetical bug in ExprState building for hashing
2024-11-05  Daniel GustafssonAdd a Git .mailmap file
2024-11-05  Heikki LinnakangasSilence meson warning about PG_TEST_EXTRA in src/Makefi...
2024-11-05  Michael PaquierClear padding of PgStat_HashKey when handling pgstats...
2024-11-04  Tom LaneUse portable diff options in pg_bsd_indent's regression...
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()
next