aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Rename EVT cache hash to make context name uniqueDaniel Gustafsson2023-07-05
* pgstat: fix subscription stats entry leak.Masahiko Sawada2023-07-05
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Fix assertion failure in snapshot buildingDaniel Gustafsson2023-07-04
* Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas2023-07-04
* Allow Incremental Sorts on GiST and SP-GiST indexesDavid Rowley2023-07-04
* Re-bin segment when memory pages are freed.Thomas Munro2023-07-04
* Remove trailing zero words from BitmapsetsDavid Rowley2023-07-04
* Increase size of bgw_library_name.Nathan Bossart2023-07-03
* Fix race in SSI interaction with gin fast path.Thomas Munro2023-07-04
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Don't truncate database and user names in startup packets.Nathan Bossart2023-07-03
* Consider fillfactor when estimating relation sizeTomas Vondra2023-07-03
* Fix code indentation violationsTomas Vondra2023-07-03
* A minor simplification for List manipulationPeter Eisentraut2023-07-03
* Take pg_attribute out of VacAttrStatsPeter Eisentraut2023-07-03
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* Change type of pg_statistic_ext.stxstattargetPeter Eisentraut2023-07-03
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Remove redundant PARTITION BY columns from WindowClausesDavid Rowley2023-07-03
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* Fix oversight in handling of modifiedCols since f24523672dTomas Vondra2023-07-02
* Fix memory leak in Incremental Sort rescansTomas Vondra2023-07-02
* Improve BRIN minmax-multi opclass test coverageTomas Vondra2023-07-02
* Introduce bloom_filter_size for BRIN bloom opclassTomas Vondra2023-07-02
* Minor cleanups in the BRIN codeTomas Vondra2023-07-02
* Trust signalfd on illumos, again.Thomas Munro2023-07-02
* Remove redundant check for fast_forward.Heikki Linnakangas2023-06-30
* Improve comment on why we need ctid->(cmin,cmax) mapping.Heikki Linnakangas2023-06-30
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Use named captures in Catalog::ParseHeader()Michael Paquier2023-06-30
* Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier2023-06-30
* Defend against bogus parameterization of join input paths.Tom Lane2023-06-29
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut2023-06-29
* Error message wording improvementsPeter Eisentraut2023-06-29
* Reword error messages for consistencyPeter Eisentraut2023-06-28
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Remove dependency to query text in JumbleQuery()Michael Paquier2023-06-28
* Translation updatesPeter Eisentraut2023-06-26
* Change "..." to cstring in old input/output function comments.Heikki Linnakangas2023-06-26
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* Error message refactoringPeter Eisentraut2023-06-23
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21