postgresql.git
27 min ago Thomas MunroFix stale idle flag when IO workers exit. master github/master
2 hours ago Tom LaneFix inconsistent quoting of role names in ACLs.
8 hours ago Jacob Championoauth: Run Autoconf tests with correct compiler flags
8 hours ago Nathan BossartAdd FLUSH_UNLOGGED option to CHECKPOINT command.
8 hours ago Nathan BossartAdd MODE option to CHECKPOINT command.
8 hours ago Nathan BossartAdd option list to CHECKPOINT command.
8 hours ago Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
8 hours ago Nathan BossartRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
8 hours ago Tom LaneForce LC_NUMERIC to C while running TAP tests.
20 hours ago Amit KapilaFix the handling of two GUCs during upgrade.
24 hours ago Tatsuo IshiiDoc: fix outdated protocol version.
25 hours ago Fujii Masaodoc: Clarify meaning of "idle" in idle_replication_slot...
26 hours ago Fujii MasaoChange unit of idle_replication_slot_timeout to seconds.
28 hours ago Daniel GustafssonFix sslkeylogfile error handling logging
28 hours ago Nathan Bossartpg_dump: Fix object-type sort priority for large objects.
46 hours ago Michael Paquierbtree_gist: Merge the last two versions into version 1.8
2 days ago Michael Paquierinjection_points: Add injection_points_list()
2 days ago Andres FreundUse pg_assume() to avoid compiler warning below exec_se...
2 days ago Andres FreundAdd pg_assume(expr) macro
2 days ago Tom LaneLink libpq with libdl if the platform needs that.
2 days ago Jeff DavisChange wchar2char() and char2wchar() to accept a locale_t.
2 days ago Tom LaneMinor tweaks for pg_test_timing.
2 days ago Nathan BossartIntroduce pg_dsm_registry_allocations view.
2 days ago Masahiko SawadaFix tab-completion for COPY and \copy options.
2 days ago Fujii Masaopsql: Improve psql tab completion for GRANT/REVOKE...
2 days ago John NaylorHide ICU C++ APIs from pg_locale.h
2 days ago Michael Paquierlibpq: Add TAP test for nested service file
2 days ago Amit KapilaDoc: Improve logical replication failover documentation.
2 days ago Michael Paquierlibpq: Remove PQservice()
3 days ago Tom LaneFix up misuse of "volatile" in contrib/xml2.
3 days ago Tom LaneFix low-probability memory leak in XMLSERIALIZE(.....
3 days ago Álvaro HerreraFix a couple more places in docs for pg_lsn change
3 days ago Tom LaneChange pg_test_timing to measure in nanoseconds not...
3 days ago Michael Paquierpg_walsummary: Improve stability of test checking stati...
3 days ago Andres Freundaio: Combine io_uring memory mappings, if supported
4 days ago Richard GuoConsider explicit incremental sort for Append and Merge...
4 days ago Jacob Championoauth: Fix kqueue detection on OpenBSD
4 days ago Álvaro HerreraAdapt pg_upgrade test to pg_lsn output format difference
4 days ago Tom LaneRestore the ability to run pl/pgsql expression queries...
4 days ago Álvaro HerreraRefactor some repetitive SLRU code
4 days ago Álvaro HerreraStandardize LSN formatting by zero padding
4 days ago Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
5 days ago Michael PaquierFix incompatibility with libxml2 >= 2.14
5 days ago Etsuro Fujitapostgres_fdw: Add Assert to estimate_path_cost_size().
7 days ago Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
7 days ago Álvaro Herrerapg_upgrade: Add missing newline in error message
7 days ago Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
7 days ago Fujii Masaoamcheck: Remove unused IndexCheckableCallback typedef.
7 days ago Michael PaquierDisable commit timestamps during bootstrap
8 days ago Fujii MasaoSpeed up truncation of temporary relations.
8 days ago Tom LaneSimplify COALESCE() with one surviving argument.
8 days ago Tom LaneAdd more cross-type comparisons to contrib/btree_gin.
8 days ago Tom LaneAdd cross-type comparisons to contrib/btree_gin.
8 days ago Tom LaneBreak out xxx2yyy_opt_overflow APIs for more datetime...
8 days ago Tom LaneObtain required table lock during cross-table updates...
8 days ago Álvaro HerreraAdd tab-completion for ALTER TABLE not-nulls
8 days ago Fujii MasaoRemove leftover dead code from commit_ts.h.
8 days ago Álvaro HerreraFix broken XML
8 days ago Fujii Masaodoc: Update outdated descriptions of wal_status in...
8 days ago Álvaro HerreraPrevent creation of duplicate not-null constraints...
8 days ago Álvaro HerreraFix bogus grammar for a CREATE CONSTRAINT TRIGGER error
8 days ago Michael PaquierRefactor subtype field of AlterDomainStmt
8 days ago Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
8 days ago Fujii MasaoSupport multi-line headers in COPY FROM command.
8 days ago Michael PaquierImprove checks for GUC recovery_target_timeline
8 days ago Richard GuoEnable use of Memoize for ANTI joins
9 days ago Michael PaquierAdd InjectionPointList() to retrieve list of injection...
9 days ago Tom LaneCorrectly copy the target host identification in PQcanc...
9 days ago Nathan BossartFix cross-version upgrade test breakage from commit...
9 days ago Nathan BossartMake more use of RELATION_IS_OTHER_TEMP().
9 days ago Nathan BossartAdd GetNamedDSA() and GetNamedDSHash().
9 days ago Peter GeogheganUpdate obsolete row compare preprocessing comments.
9 days ago Tom LaneAllow width_bucket()'s "operand" input to be NaN.
9 days ago Álvaro HerreraFix error message for ALTER CONSTRAINT ... NOT VALID
9 days ago Peter GeogheganMake row compares robust during nbtree array scans.
9 days ago Peter GeogheganMake handling of redundant nbtree keys more robust.
9 days ago Daniel Gustafssondoc: pg_buffercache documentation wordsmithing
9 days ago Peter Eisentrautmeson: Increase minimum version to 0.57.2
9 days ago Peter EisentrautReformat some node comments
9 days ago Masahiko SawadaFix missing FSM vacuum opportunities on tables without...
9 days ago John NaylorRemove implicit cast from 'void *'
9 days ago Michael PaquierFix bug in archive streamer with LZ4 decompression
10 days ago Michael PaquierMove code for the bytea data type from varlena.c to...
10 days ago Michael PaquierShow sizes of FETCH queries as constants in pg_stat_sta...
10 days ago Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
10 days ago Nathan BossartAdd commit 9e345415bc to .git-blame-ignore-revs.
10 days ago Nathan BossartMake more use of binaryheap_empty() and binaryheap_size().
10 days ago Nathan BossartDocument pg_get_multixact_members().
10 days ago Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
10 days ago Peter EisentrautFix outdated comment for IndexInfo
10 days ago Peter EisentrautImprove code comment
10 days ago Tom LaneMake sure IOV_MAX is defined.
10 days ago Tom LaneMake safeguard against incorrect flags for fsync more...
10 days ago Jeff DavisRemove provider field from pg_locale_t.
10 days ago Jeff DavisControl ctype behavior internally with a method table.
10 days ago Jeff DavisUse pg_ascii_tolower()/pg_ascii_toupper() where appropr...
10 days ago Tomas VondraFix indentation in pg_numa code
10 days ago Tomas VondraAdd CHECK_FOR_INTERRUPTS into pg_numa_query_pages
10 days ago Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
10 days ago Peter Eisentrautamcheck: Improve confusing message
next