users/c2main/postgres.git
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()
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...
next