postgresql.git
2 days ago David RowleyFix UNION planner estimate_num_groups with varno==0
2 days ago Etsuro FujitaUpdate obsolete comment in ExecScanReScan().
2 days ago Etsuro Fujitapostgres_fdw: Add more test coverage for EvalPlanQual...
2 days ago David RowleyDoc: use uppercase keywords in SQLs
2 days ago David RowleyUse stack allocated StringInfoDatas, where possible
3 days ago Thomas Munroci: Add missing "set -e" to scripts run by su.
3 days ago Tom LaneAvoid possible crash within libsanitizer.
3 days ago Peter Eisentrautdoc: Add section for temporal tables
3 days ago Alexander KorotkovImplement WAIT FOR command
3 days ago Alexander KorotkovAdd infrastructure for efficient LSN waiting
3 days ago Alexander KorotkovAdd pairingheap_initialize() for shared memory usage
3 days ago Richard GuoAvoid creating duplicate ordered append paths
3 days ago Richard GuoFix assertion failure in generate_orderedappend_paths()
3 days ago Michael PaquierFix timing-dependent failure in recovery test 004_timel...
3 days ago Amit KapilaAdd sequence synchronization for logical replication.
3 days ago Michael PaquierDrop unnamed portal immediately after execution to...
3 days ago Richard GuoFix comments for ChangeVarNodes() and related functions
4 days ago Michael PaquierAdd assertions checking for the startup process in...
4 days ago Andres Freundaio: Improve assertions related to io_method
4 days ago Andres Freundjit: Fix accidentally-harmless type confusion
4 days ago Jeff DavisSpecial case C_COLLATION_OID in pg_newlocale_from_colla...
4 days ago Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.
4 days ago David RowleyFix possible usage of incorrect UPPERREL_SETOP RelOptInfo
4 days ago Álvaro HerreraFix snapshot handling bug in recent BRIN fix
4 days ago Tomas VondraTrim TIDs during parallel GIN builds more eagerly
4 days ago Masahiko Sawadapsql: Add tab completion for COPY ... PROGRAM.
4 days ago Masahiko Sawadapsql: Improve tab completion for COPY ... STDIN/STDOUT.
4 days ago Andres Freundci: debian: Switch to Debian Trixie release
4 days ago Tomas VondraLimit the size of TID lists during parallel GIN build
4 days ago Jeff DavisRemove redundant memset() introduced by a0942f4.
4 days ago Tom LaneAllow "SET list_guc TO NULL" to specify setting the...
4 days ago Álvaro HerreraHave psql's "\? variables" show csv_fieldsep
4 days ago Peter EisentrautTighten check for generated column in partition key...
4 days ago Álvaro HerreraBRIN autosummarization may need a snapshot
4 days ago Peter EisentrautError message stylistic correction
4 days ago Michael Paquierlibpq: Improve error handling in passwordFromFile()
4 days ago Álvaro HerreraUse USECS_PER_SEC from datatype/timestamp.h
4 days ago Michael PaquierAdd assertion check for WAL receiver state during strea...
4 days ago Michael PaquierAdd WalRcvGetState() to retrieve the state of a WAL...
5 days ago Michael PaquierFix unconditional WAL receiver shutdown during stream...
5 days ago Noah MischDoc: cover index CONCURRENTLY causing errors in INSERT...
5 days ago Masahiko SawadaFix outdated comment of COPY in gram.y.
5 days ago Álvaro HerreraAdd \pset options for boolean value display
5 days ago Álvaro HerreraPrevent setting a column as identity if its not-null...
5 days ago Álvaro HerreraRemove WaitPMResult enum in pg_createsubscriber
5 days ago Michael PaquierAdd wal_fpi_bytes to VACUUM and ANALYZE logs
5 days ago Peter EisentrautSort guc_parameters.dat alphabetically by name
6 days ago Tom LaneChange "long" numGroups fields to be Cardinality (i...
6 days ago Tom LaneImprove planner's estimates of tuple hash table sizes.
6 days ago Peter GeogheganDocument nbtree row comparison design.
6 days ago Peter GeogheganRemove obsolete nbtree equality key comments.
6 days ago Tom LaneAvoid mixing void and integer in a conditional expression.
7 days ago Tom LaneRemove unused variable in recovery/t/006_logical_decodi...
7 days ago Tom LaneFix contrib/ltree's subpath() with negative offset.
8 days ago Álvaro Herrerapg_createsubscriber: reword dry-run log messages
8 days ago Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
8 days ago Peter EisentrautMark function arguments of type "Datum *" as "const...
8 days ago Peter Eisentrautformatting.c cleanup: Change fill_str() return type...
8 days ago Peter Eisentrautformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
8 days ago Peter Eisentrautformatting.c cleanup: Change several int fields to...
8 days ago Peter Eisentrautformatting.c cleanup: Change TmFromChar.clock field...
8 days ago Michael PaquierAdd test tracking WAL receiver shutdown for primary_con...
9 days ago Bruce Momjiandoc: rewrite random_page_cost description
9 days ago Andres Freundci: macos: Upgrade to Sequoia
9 days ago Andres Freundci: Fix Windows and MinGW task names
9 days ago Tom LaneUse BumpContext contexts in TupleHashTables, and do...
9 days ago Peter EisentrautMark ItemPointer arguments as const throughout
9 days ago Álvaro HerreraSimplify coding in ProcessQuery
9 days ago Peter EisentrautFix some confusing uses of const
9 days ago Peter Eisentrautdocs: Link to the correct protocol version inspection...
9 days ago Peter Eisentrautconst-qualify ItemPointer comparison functions
9 days ago Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
9 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
9 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
9 days ago Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
9 days ago Michael PaquierFix regression with slot invalidation checks
9 days ago Richard GuoDisable parallel plans for RIGHT_SEMI joins
10 days ago David RowleyFix bogus use of "long" in AllocSetCheck()
10 days ago Jeff DavisUse C11 char16_t and char32_t for Unicode code points.
10 days ago Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
10 days ago Álvaro HerreraCheckNNConstraintFetch: Fill all of ConstrCheck in...
10 days ago Peter EisentrautReorganize GUC structs
10 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra parentheses
10 days ago Peter Eisentrautformatting.c cleanup: Use array syntax instead of point...
10 days ago Peter Eisentrautformatting.c cleanup: Add some const pointer qualifiers
10 days ago Peter Eisentrautformatting.c cleanup: Use size_t for string length...
10 days ago Peter EisentrautReplace pg_restrict by standard restrict
10 days ago Peter EisentrautRemove obsolete comment
11 days ago Michael PaquierFix correctness issue with computation of FPI size...
11 days ago Nathan BossartAdd psql PROMPT variable for search_path.
11 days ago Peter Eisentrautformatting.c cleanup: Move loop variables definitions...
11 days ago Peter Eisentrautformatting.c cleanup: Remove dashes in comments
11 days ago Álvaro HerreraDon't error out when dropping constraint if relchecks...
11 days ago Jeff DavisMove comment about casts from pg_wchar.
11 days ago Peter EisentrautCheck that index can return in get_actual_variable_range()
11 days ago Michael PaquierAdd wal_fpi_bytes to pg_stat_wal and pg_stat_get_backen...
11 days ago Amit KapilaAdd worker type argument to logical replication worker...
12 days ago Michael PaquierSimplify newline handling in two TAP tests
12 days ago Nathan BossartFix a couple of comments.
12 days ago Dean RasheedAdd new RLS tests to test policies applied by command...
next