]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2 hours ago  Fujii Masaopgbench: Add --continue-on-error option. master github/master
3 hours ago  Peter EisentrautFix "inconsistent DLL linkage" warning on Windows MSVC
5 hours ago  Amit KapilaAdd seq_sync_error_count to subscription statistics.
7 hours ago  Fujii Masaodoc: Fix descriptions of some PGC_POSTMASTER parameters.
7 hours ago  Fujii Masaodoc: Clarify units for io_combine_limit and io_max_comb...
15 hours ago  Andres Freundbufmgr: Use atomic sub for unpinning buffers
15 hours ago  Andres Freundbufmgr: Allow some buffer state modifications while...
16 hours ago  David RowleyTidyup WARNING ereports in subscriptioncmds.c
17 hours ago  Álvaro HerreraUse XLogRecPtrIsValid() in various places
18 hours ago  Álvaro HerreraIntroduce XLogRecPtrIsValid()
22 hours ago  Álvaro HerreraRefer readers of \? to "\? variables" for pset options
24 hours ago  Peter EisentrautDisallow generated columns in COPY WHERE clause
24 hours ago  Heikki LinnakangasRefactor shared memory allocation for semaphores
24 hours ago  Heikki LinnakangasAdd comment to explain why PGReserveSemaphores() is...
27 hours ago  Peter EisentrautFix redundancy in error message
27 hours ago  John NaylorCosmetic fixes in GiST README
28 hours ago  Amit KapilaFix few issues in commit 5509055d69.
28 hours ago  Thomas Munroci: Improve OpenBSD core dump backtrace handling.
29 hours ago  Michael PaquierDocument some structures in attribute_stats.c
30 hours ago  Peter EisentrautFix spurious output in configure
30 hours ago  Peter EisentrautMSVC: Improve warning options set
30 hours ago  Peter EisentrautRe-run autoheader
30 hours ago  Peter EisentrautRe-run autoconf
30 hours ago  Peter EisentrautUpdate code comment
33 hours ago  David RowleyFix UNION planner estimate_num_groups with varno==0
33 hours ago  Etsuro FujitaUpdate obsolete comment in ExecScanReScan().
33 hours ago  Etsuro Fujitapostgres_fdw: Add more test coverage for EvalPlanQual...
34 hours ago  David RowleyDoc: use uppercase keywords in SQLs
35 hours ago  David RowleyUse stack allocated StringInfoDatas, where possible
36 hours ago  Thomas Munroci: Add missing "set -e" to scripts run by su.
44 hours ago  Tom LaneAvoid possible crash within libsanitizer.
45 hours ago  Peter Eisentrautdoc: Add section for temporal tables
2 days ago  Alexander KorotkovImplement WAIT FOR command
2 days ago  Alexander KorotkovAdd infrastructure for efficient LSN waiting
2 days ago  Alexander KorotkovAdd pairingheap_initialize() for shared memory usage
2 days ago  Richard GuoAvoid creating duplicate ordered append paths
2 days ago  Richard GuoFix assertion failure in generate_orderedappend_paths()
2 days ago  Michael PaquierFix timing-dependent failure in recovery test 004_timel...
2 days ago  Amit KapilaAdd sequence synchronization for logical replication.
2 days ago  Michael PaquierDrop unnamed portal immediately after execution to...
2 days ago  Richard GuoFix comments for ChangeVarNodes() and related functions
2 days ago  Michael PaquierAdd assertions checking for the startup process in...
2 days ago  Andres Freundaio: Improve assertions related to io_method
2 days ago  Andres Freundjit: Fix accidentally-harmless type confusion
2 days ago  Jeff DavisSpecial case C_COLLATION_OID in pg_newlocale_from_colla...
2 days ago  Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.
2 days ago  David RowleyFix possible usage of incorrect UPPERREL_SETOP RelOptInfo
2 days ago  Álvaro HerreraFix snapshot handling bug in recent BRIN fix
2 days ago  Tomas VondraTrim TIDs during parallel GIN builds more eagerly
2 days ago  Masahiko Sawadapsql: Add tab completion for COPY ... PROGRAM.
2 days ago  Masahiko Sawadapsql: Improve tab completion for COPY ... STDIN/STDOUT.
2 days ago  Andres Freundci: debian: Switch to Debian Trixie release
2 days ago  Tomas VondraLimit the size of TID lists during parallel GIN build
2 days ago  Jeff DavisRemove redundant memset() introduced by a0942f4.
2 days ago  Tom LaneAllow "SET list_guc TO NULL" to specify setting the...
2 days ago  Álvaro HerreraHave psql's "\? variables" show csv_fieldsep
2 days ago  Peter EisentrautTighten check for generated column in partition key...
3 days ago  Álvaro HerreraBRIN autosummarization may need a snapshot
3 days ago  Peter EisentrautError message stylistic correction
3 days ago  Michael Paquierlibpq: Improve error handling in passwordFromFile()
3 days ago  Álvaro HerreraUse USECS_PER_SEC from datatype/timestamp.h
3 days ago  Michael PaquierAdd assertion check for WAL receiver state during strea...
3 days ago  Michael PaquierAdd WalRcvGetState() to retrieve the state of a WAL...
3 days ago  Michael PaquierFix unconditional WAL receiver shutdown during stream...
3 days ago  Noah MischDoc: cover index CONCURRENTLY causing errors in INSERT...
3 days ago  Masahiko SawadaFix outdated comment of COPY in gram.y.
3 days ago  Álvaro HerreraAdd \pset options for boolean value display
3 days ago  Álvaro HerreraPrevent setting a column as identity if its not-null...
4 days ago  Álvaro HerreraRemove WaitPMResult enum in pg_createsubscriber
4 days ago  Michael PaquierAdd wal_fpi_bytes to VACUUM and ANALYZE logs
4 days ago  Peter EisentrautSort guc_parameters.dat alphabetically by name
4 days ago  Tom LaneChange "long" numGroups fields to be Cardinality (i...
4 days ago  Tom LaneImprove planner's estimates of tuple hash table sizes.
4 days ago  Peter GeogheganDocument nbtree row comparison design.
4 days ago  Peter GeogheganRemove obsolete nbtree equality key comments.
4 days ago  Tom LaneAvoid mixing void and integer in a conditional expression.
5 days ago  Tom LaneRemove unused variable in recovery/t/006_logical_decodi...
5 days ago  Tom LaneFix contrib/ltree's subpath() with negative offset.
6 days ago  Álvaro Herrerapg_createsubscriber: reword dry-run log messages
6 days ago  Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
7 days ago  Peter EisentrautMark function arguments of type "Datum *" as "const...
7 days ago  Peter Eisentrautformatting.c cleanup: Change fill_str() return type...
7 days ago  Peter Eisentrautformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
7 days ago  Peter Eisentrautformatting.c cleanup: Change several int fields to...
7 days ago  Peter Eisentrautformatting.c cleanup: Change TmFromChar.clock field...
7 days ago  Michael PaquierAdd test tracking WAL receiver shutdown for primary_con...
7 days ago  Bruce Momjiandoc: rewrite random_page_cost description
7 days ago  Andres Freundci: macos: Upgrade to Sequoia
7 days ago  Andres Freundci: Fix Windows and MinGW task names
7 days ago  Tom LaneUse BumpContext contexts in TupleHashTables, and do...
7 days ago  Peter EisentrautMark ItemPointer arguments as const throughout
8 days ago  Álvaro HerreraSimplify coding in ProcessQuery
8 days ago  Peter EisentrautFix some confusing uses of const
8 days ago  Peter Eisentrautdocs: Link to the correct protocol version inspection...
8 days ago  Peter Eisentrautconst-qualify ItemPointer comparison functions
8 days ago  Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
8 days ago  Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
8 days ago  Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
8 days ago  Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
8 days ago  Michael PaquierFix regression with slot invalidation checks
next