summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-19doc: improve pg_walinspect and role membership itemsBruce Momjian
2023-05-19doc: improve description of adding roles as membersBruce Momjian
2023-05-19doc: update PG 16 relnotes for pg_walinspect changesBruce Momjian
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18doc: PG 16 relnotes, add freeze and update walinspect itemsBruce Momjian
2023-05-18docs: re-order some PG 16 relnotes itemsBruce Momjian
2023-05-18doc: more PG 16 relnote wording improvementsBruce Momjian
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-18doc: add more sections to PG 16 release notesBruce Momjian
2023-05-18doc: first draft of the PG 16 release notesBruce Momjian
2023-05-18Fix documentation build broken by 1e16af8ab5.Jeff Davis
2023-05-18Doc improvements for language tags and custom ICU collations.Jeff Davis
2023-05-18Tweak API of new function clause_is_computable_at().Tom Lane
2023-05-17ICU: check for U_STRING_NOT_TERMINATED_WARNING.Jeff Davis
2023-05-17Reduce icu_validation_level default to WARNING.Jeff Davis
2023-05-17Fix error message wordingsPeter Eisentraut
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-17Update parameter name context to wb_contextAndres Freund
2023-05-17Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17pg_dump: Error message improvementsAlvaro Herrera
2023-05-17pg_dump: Have _EndLO report errno after CFH->write_func() failureAlvaro Herrera
2023-05-17Track tlist_vinfo.varnullingrels even in non-Assert builds.Tom Lane
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-05-17Convert nullingrels match checks from Asserts to test-and-elog.Tom Lane
2023-05-17Advance input pointer when LZ4 compressing dataTomas Vondra
2023-05-17Null-terminate the output buffer of LZ4Stream_getsTomas Vondra
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-16Ensure Soundex difference() function handles empty input sanely.Tom Lane
2023-05-16libpq: Error message improvementAlvaro Herrera
2023-05-16Mark internal messages as no longer translatableAlvaro Herrera
2023-05-16Fix reported runtime for single tests in pg_regressDaniel Gustafsson
2023-05-16doc: Fix ordering of entries in wait event table for I/O typeMichael Paquier
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-05-16psql: Adjust capitalization of table headingPeter Eisentraut
2023-05-15doc: Fix incorrect version list for Windows SDKMichael Paquier
2023-05-15Fix incorrect TAP test orderingPeter Eisentraut
2023-05-15Fix whitespace inconsistenciesPeter Eisentraut
2023-05-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-05-12Tighten usage of PSQL_WATCH_PAGER.Tom Lane
2023-05-12initdb: Set collversion for standard collation UNICODEPeter Eisentraut
2023-05-11Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane
2023-05-10Doc: Fix link to fillfactor reloption.Peter Geoghegan
2023-05-10Fix publication syntax error messageAlvaro Herrera
2023-05-10Add missing gettext triggersPeter Eisentraut
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-10Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier