summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-08Make some indentation in gram.y consistentPeter Eisentraut
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-07Document relaxed HOT for summarizing indexesTomas Vondra
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-06Fix code indentation vioaltion introduced in commit cc32ec24fd.Amit Kapila
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-06Add newline at the end of header generated by generate-wait_event_types.plMichael Paquier
2023-07-06Revert the commits related to allowing page lock to conflict among parallel g...Amit Kapila
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-07-05Change example in pgindent README on "/*-----" comments.Heikki Linnakangas
2023-07-05Rename EVT cache hash to make context name uniqueDaniel Gustafsson
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-04Fix assertion failure in snapshot buildingDaniel Gustafsson
2023-07-04Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas
2023-07-04Allow Incremental Sorts on GiST and SP-GiST indexesDavid Rowley
2023-07-04Re-bin segment when memory pages are freed.Thomas Munro
2023-07-04Remove trailing zero words from BitmapsetsDavid Rowley
2023-07-03Increase size of bgw_library_name.Nathan Bossart
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-07-03Fix race in SSI interaction with bitmap heap scan.Thomas Munro
2023-07-03Fix race in SSI interaction with empty btrees.Thomas Munro
2023-07-03Don't truncate database and user names in startup packets.Nathan Bossart
2023-07-03Consider fillfactor when estimating relation sizeTomas Vondra
2023-07-03Fix code indentation violationsTomas Vondra
2023-07-03A minor simplification for List manipulationPeter Eisentraut
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-07-03Change type of pg_statistic_ext.stxstattargetPeter Eisentraut
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-07-03Remove redundant PARTITION BY columns from WindowClausesDavid Rowley
2023-07-02Silence "missing contrecord" error.Thomas Munro
2023-07-02Fix oversight in handling of modifiedCols since f24523672dTomas Vondra
2023-07-02Fix memory leak in Incremental Sort rescansTomas Vondra
2023-07-02Improve BRIN minmax-multi opclass test coverageTomas Vondra
2023-07-02Introduce bloom_filter_size for BRIN bloom opclassTomas Vondra
2023-07-02Minor cleanups in the BRIN codeTomas Vondra
2023-07-02Trust signalfd on illumos, again.Thomas Munro
2023-06-30Remove redundant check for fast_forward.Heikki Linnakangas
2023-06-30Improve comment on why we need ctid->(cmin,cmax) mapping.Heikki Linnakangas
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-30Use named captures in Catalog::ParseHeader()Michael Paquier
2023-06-29Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier
2023-06-29Defend against bogus parameterization of join input paths.Tom Lane
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-29Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut