summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-19Fix thinko in join removal.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19psql: Tweak xheader_width and pager_min_lines input parsingAlvaro Herrera
2023-05-19Message style improvementsPeter Eisentraut
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19Describe hash join implementationTomas Vondra
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-05-19Move mdwriteback() to better placePeter Eisentraut
2023-05-19Reindent some commentsPeter Eisentraut
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
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-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
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-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-16libpq: Error message improvementPeter Eisentraut
2023-05-16psql: Adjust capitalization of table headingPeter Eisentraut
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-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
2023-05-09Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis