postgresql.git
2 hours ago Nathan Bossartpg_{dump,restore}: Refactor handling of conflicting... master github/master
4 hours ago Robert HaasReplace get_relation_info_hook with build_simple_rel_hook.
6 hours ago Robert HaasConsider startup cost as a figure of merit for partial...
7 hours ago Robert HaasPrevent restore of incremental backup from bloating...
8 hours ago Amit KapilaRemove trailing period from errmsg in subscriptioncmds.c.
9 hours ago Peter EisentrautMove comment back to better place
9 hours ago Fujii Masaodoc: Document IF NOT EXISTS option for ALTER FOREIGN...
13 hours ago Michael PaquierFix size underestimation of DSA pagemap for odd-sized...
18 hours ago Michael PaquierRefactor tests for catalog diff comparisons in stats_im...
20 hours ago Michael PaquierFix typo in stats_import.sql
2 days ago Álvaro HerreraFix invalid boolean if-test
2 days ago Jacob Championlibpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2
2 days ago Nathan Bossartpg_dumpall: Fix handling of conflicting options.
2 days ago Masahiko SawadaUse palloc_object() and palloc_array() in more areas...
2 days ago Tom LaneSupport grouping-expression references and GROUPING...
3 days ago Jeff DavisCREATE SUBSCRIPTION ... SERVER.
3 days ago Álvaro HerreraDon't include wait_event.h in pgstat.h
3 days ago Peter Eisentrautdoc: Fix capitalization of Unicode
3 days ago Peter EisentrautFix Python deprecation warning
3 days ago Peter EisentrautMake unconstify and unvolatize use StaticAssertVariable...
3 days ago Peter EisentrautUse typeof everywhere instead of compiler specific...
3 days ago Peter EisentrautPortable StaticAssertExpr
3 days ago Fujii MasaoFix publisher shutdown hang caused by logical walsender...
3 days ago Fujii MasaoImprove tests for recovery_target_timeline GUC.
3 days ago Michael PaquierFix inconsistency with HeapTuple freeing in extended_st...
3 days ago Michael PaquierFix order of columns in pg_stat_recovery
3 days ago Amit KapilaFix inconsistent elevel in pg_sync_replication_slots...
3 days ago Michael PaquierAdd system view pg_stat_recovery
3 days ago Michael PaquierRefactor code retrieving string for RecoveryPauseState
3 days ago Tom LaneSimplify creation of built-in functions with non-defaul...
3 days ago Tom LaneBe more wary of false matches in initdb's replace_token().
3 days ago Melanie PlagemanPrefix PruneState->all_{visible,frozen} with set_
3 days ago Melanie PlagemanAdd PageGetPruneXid() helper
3 days ago Melanie PlagemanMove commonly used context into PruneState and simplify...
3 days ago Tom LaneExit after fatal errors in client-side compression...
4 days ago Jacob Championoauth: Add TLS support for oauth_validator tests
4 days ago Jacob Championlibpq: Add PQgetThreadLock() to mirror PQregisterThread...
4 days ago Jacob Championoauth: Report cleanup errors as warnings on stderr
4 days ago Alexander KorotkovFix handling of updated tuples in the MERGE statement
4 days ago Fujii MasaoImprove validation of recovery_target_xid GUC values.
4 days ago Fujii Masaodoc: Clarify that COLUMN is optional in ALTER TABLE...
4 days ago Michael PaquierMove definition of XLogRecoveryCtlData to xlogrecovery.h
4 days ago Michael PaquierFix rare instability in recovery TAP test 004_timeline_...
4 days ago Michael PaquierChange default value of default_toast_compression to...
4 days ago Michael PaquierRevert "Change default value of default_toast_compressi...
4 days ago Andrew Dunstanpg_restore: add --no-globals option to skip globals
4 days ago Andrew DunstanImprove writing map.dat preamble
4 days ago Andrew DunstanFix casting away const-ness in pg_restore.c
4 days ago Tom LaneFix estimate_hash_bucket_stats's correction for skewed...
5 days ago Tom LaneFix yet another bug in archive streamer with LZ4 decomp...
5 days ago Álvaro HerreraDon't malloc(0) in EventTriggerCollectAlterTSConfig
5 days ago Amit KapilaAllow table exclusions in publications via EXCEPT TABLE.
5 days ago Heikki LinnakangasAdd test for row-locking and multixids with prepared...
5 days ago Heikki LinnakangasSkip prepared_xacts test if max_prepared_transactions < 2
5 days ago Michael PaquierFix rare instability in recovery TAP test 009_twophase
5 days ago Michael PaquierChange default value of default_toast_compression to...
5 days ago Richard GuoRemove redundant restriction checks in apply_child_base...
5 days ago Richard GuoRemove obsolete SAMESIGN macro
5 days ago Michael PaquierAdd some tests for CREATE OR REPLACE VIEW with column...
5 days ago Melanie PlagemanAdd read_stream_{pause,resume}()
6 days ago Peter Eisentrautdoc: Add restart on failure to example systemd file
6 days ago Álvaro HerreraReduce scope of for-loop-local variables to avoid shadowing
6 days ago Peter EisentrautReduce the scope of volatile qualifiers
6 days ago Peter EisentrautAdd COPY (on_error set_null) option
6 days ago Michael Paquierdoc: Fix sentence of pg_walsummary page
6 days ago Fujii Masaodoc: Clarify that empty COMMENT string removes the...
6 days ago Michael PaquierAdd support for "exprs" in pg_restore_extended_stats()
6 days ago Jeff Davisstyle: define parameterless functions as foo(void).
6 days ago Tom LaneFix local-variable shadowing in pg_trgm's printSourceNFA().
6 days ago Nathan BossartAdd commit 7b24959434 to .git-blame-ignore-revs.
6 days ago Nathan Bossartbasic_archive: Allow archive directory to be missing...
7 days ago Heikki LinnakangasFix OldestMemberMXactId and OldestVisibleMXactId array...
7 days ago Álvaro Herrerapsql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
7 days ago Tom LaneIn pg_dumpall, don't skip role GRANTs with dangling...
7 days ago Melanie PlagemanSave prune cycles by consistently clearing prune hints...
7 days ago Peter EisentrautSupport using copyObject in standard C++
7 days ago Peter EisentrautCheck for memset_explicit() and explicit_memset()
7 days ago Michael PaquierRemove WAL page header flag XLP_BKP_REMOVABLE
7 days ago Michael PaquierFix memory allocation size in RegisterExtensionExplainO...
7 days ago Michael Paquiertest_custom_types: Test module with fancy custom data...
7 days ago Fujii Masaopsql: Add tab completion for DELETE ... USING.
7 days ago Michael PaquierFix set of issues with extended statistics on expressions
8 days ago Tom LaneCorrectly calculate "MCV frequency" for a unique column.
9 days ago Fujii Masaopsql: Show comments in \dRp+, \dRs+, and \dX+ psql...
9 days ago John NaylorRefactor detection of x86 ZMM registers
9 days ago Peter EisentrautFix some -Wcast-qual warnings
9 days ago Tom LaneDoc: improve user docs and code comments about EXISTS...
10 days ago Tom LaneDon't flatten join alias Vars that are stored within...
10 days ago John NaylorCentralize detection of x86 CPU features
10 days ago Andrew DunstanClean up nodes that are no longer of use in 007_pgdump...
10 days ago Michael PaquierUse pg_malloc_object() and pg_alloc_array() variants...
10 days ago Álvaro HerreraDon't include proc.h in shm_mq.h
10 days ago Etsuro Fujitapostgres_fdw: Fix thinko in comment for UserMappingPass...
10 days ago Melanie PlagemanRemove table_scan_analyze_next_tuple unneeded parameter...
10 days ago Melanie PlagemanSimplify visibility check in heap_page_would_be_all_vis...
10 days ago Jeff DavisFix more multibyte issues in ltree.
10 days ago Jeff DavisFix memory leaks in pg_locale_icu.c.
10 days ago Melanie PlagemanRename LVRelState VM-related logging counters
11 days ago Álvaro HerreraDon't include latch.h in libpq/libpq.h
11 days ago Andres Freundinstrumentation: Drop INSTR_TIME_SET_CURRENT_LAZY macro
next