summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-28Reword error messages for consistencyPeter Eisentraut
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-06-26Translation updatesPeter Eisentraut
2023-06-26Change "..." to cstring in old input/output function comments.Heikki Linnakangas
2023-06-24Check for interrupts and stack overflow in TParserGet().Tom Lane
2023-06-23Error message refactoringPeter Eisentraut
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-22nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-06-20Move bool parameter for vacuum_rel() to option bits.Nathan Bossart
2023-06-20Fix hash join when inner hashkey expressions contain Params.Tom Lane
2023-06-20Fix another cause of "wrong varnullingrels" planner failures.Tom Lane
2023-06-20Don't include outer join relids in lateral_relids bitmapsets.Tom Lane
2023-06-20Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-06-19fd.c: Retry after EINTR in more placesAndres Freund
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley