aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov2024-10-24
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Update header comment for lookup_type_cache()Alexander Korotkov2024-10-24
* Track more precisely query locations for nested statementsMichael Paquier2024-10-24
* Improve pg_set_attribute_stats() error message.Jeff Davis2024-10-23
* Fix compiler warning.Jeff Davis2024-10-23
* Make SASL max message length configurableDaniel Gustafsson2024-10-23
* Remove unnecessary word in a commentAmit Langote2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Improve reporting of errors in extension script files.Tom Lane2024-10-22
* Improve parser's reporting of statement start locations.Tom Lane2024-10-22
* Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera2024-10-22
* Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane2024-10-21
* Update outdated comment on WAL-logged locks with invalid XIDHeikki Linnakangas2024-10-21
* Fix race condition in committing a serializable transactionHeikki Linnakangas2024-10-21
* Fix grammar of a comment in bufmgr.cMichael Paquier2024-10-21
* SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote2024-10-20
* Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis2024-10-18
* Optimize nbtree backwards scans.Peter Geoghegan2024-10-18
* Fix strsep() use for SCRAM secrets parsingPeter Eisentraut2024-10-18
* Remove unused code for unlogged materialized views.Fujii Masao2024-10-18
* Improve ThrowErrorData() comments for use with soft errors.Jeff Davis2024-10-17
* Fix extreme skew detection in Parallel Hash Join.Thomas Munro2024-10-17
* Fix unnecessary casts of copyObject() resultPeter Eisentraut2024-10-17
* Improve node type forward referencePeter Eisentraut2024-10-17
* Don't store intermediate hash values in ExprState->resvalueDavid Rowley2024-10-17
* Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier2024-10-17
* nbtree: fix read page recheck typo.Peter Geoghegan2024-10-16
* Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane2024-10-16
* Fix #include order from e839c8ecc9.Jeff Davis2024-10-16
* Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada2024-10-16
* Normalize nbtree truncated high key array behavior.Peter Geoghegan2024-10-16
* Fix typo in comment of transformJsonAggConstructor()Amit Langote2024-10-16
* Move clause_sides_match_join() into restrictinfo.hDavid Rowley2024-10-15
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada2024-10-14
* Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis2024-10-14
* Move ICU-specific code from pg_locale.c into pg_locale_icu.c.Jeff Davis2024-10-14
* Use construct_array_builtin for FLOAT8OID instead of construct_array.Masahiko Sawada2024-10-14
* Track scan reversals in MergeJoinPeter Eisentraut2024-10-14
* Track sort direction in SortGroupClausePeter Eisentraut2024-10-14
* Fixup for pg_set_relation_stats().Jeff Davis2024-10-13
* Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workersMichael Paquier2024-10-13
* Correctly identify which EC members are computable at a plan node.Tom Lane2024-10-12
* Fix missed case for builtin collation provider.Jeff Davis2024-10-11
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11