summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-23Fix typo in tidstore.h.Masahiko Sawada
2024-10-23Another documentation fixup.Jeff Davis
2024-10-23Fix compiler warning.Jeff Davis
2024-10-23Documentation fixup.Jeff Davis
2024-10-23Fix incorrect struct reference in commentDaniel Gustafsson
2024-10-23Make SASL max message length configurableDaniel Gustafsson
2024-10-23doc: Fix INSERT statement syntax for identity columnsDaniel Gustafsson
2024-10-23Remove unnecessary word in a commentAmit Langote
2024-10-22ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-22Improve parser's reporting of statement start locations.Tom Lane
2024-10-22ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca().Fujii Masao
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-22Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov
2024-10-22Fix C23 compiler warningPeter Eisentraut
2024-10-22pg_stat_statements: Add tests for nested queries with level trackingMichael Paquier
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-10-21Update outdated comment on WAL-logged locks with invalid XIDHeikki Linnakangas
2024-10-21Fix race condition in committing a serializable transactionHeikki Linnakangas
2024-10-21Fix grammar of a comment in bufmgr.cMichael Paquier
2024-10-21injection_points: Add basic isolation testMichael Paquier
2024-10-20Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualifiedÁlvaro Herrera
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-19Fix comment about pg_authid.Tom Lane
2024-10-18Disable autovacuum for tables in stats import tests.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-18Adjust documentation for configuring Linux huge pages.Nathan Bossart
2024-10-18Fix memory leaks from incorrect strsep() usesPeter Eisentraut
2024-10-18Fix strsep() use for SCRAM secrets parsingPeter Eisentraut
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-17ecpg: fix more minor mishandling of bad input in preprocessor.Tom Lane
2024-10-17Fix extreme skew detection in Parallel Hash Join.Thomas Munro
2024-10-17Remove superfluous forward declarationPeter Eisentraut
2024-10-17Fix whitespacePeter Eisentraut
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-17jsonapi: fully initialize dummy lexerPeter Eisentraut
2024-10-17Fix unusual include stylePeter Eisentraut
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-16Rewrite some regression queries for option checks with COPYMichael Paquier
2024-10-16nbtree: fix read page recheck typo.Peter Geoghegan
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-10-16Whitespace fixup from generated unicode tables.Jeff Davis
2024-10-16Fix #include order from e839c8ecc9.Jeff Davis