summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-07-01Fix typos in commentsAmit Langote
2025-07-01Fix typo in system_views.sql's definition of pg_stat_activityMichael Paquier
2025-06-30Improve error handling of libxml2 calls in xml.cMichael Paquier
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30Remove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-06-30Rationalize handling of VacuumParamsMichael Paquier
2025-06-29Fix some new issues with planning of PlaceHolderVars.Tom Lane
2025-06-29Obtain required table lock during cross-table constraint updates.Tom Lane
2025-06-28Message style improvementsPeter Eisentraut
2025-06-27Fix CheckPointReplicationSlots() with max_replication_slots == 0Alexander Korotkov
2025-06-27Correct list of files in src/backend/lib/READMEMichael Paquier
2025-06-26Correct misleading error messagesPeter Eisentraut
2025-06-26Remove unused check in heap_xlog_insert()Melanie Plageman
2025-06-26Simplify vacuum VM update logging countersMelanie Plageman
2025-06-26Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
2025-06-26Expand virtual generated columns for ALTER COLUMN TYPERichard Guo
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-25Avoid scribbling of VACUUM optionsMichael Paquier
2025-06-24Prevent excessive delays before launching new logrep workers.Tom Lane
2025-06-24Make query jumbling also squash PARAM_EXTERN paramsÁlvaro Herrera
2025-06-24Improve jumble squashing through CoerceViaIO and RelabelTypeÁlvaro Herrera
2025-06-24Fix virtual generated column type checking for ALTER TABLEPeter Eisentraut
2025-06-24Fix missing comment update in 1462aad2e4.Amit Kapila
2025-06-23Remove excess assert from InvalidatePossiblyObsoleteSlot()Alexander Korotkov
2025-06-21Doc: improve documentation about width_bucket().Tom Lane
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-20Use SnapshotDirty when checking for conflicting index names.Tom Lane
2025-06-19Improve log messages and docs for slot synchronization.Amit Kapila
2025-06-19doc: Mention GIN indexes support parallel builds.Fujii Masao
2025-06-18Document "relrewrite" at the top of heap_create_with_catalog()Michael Paquier
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-16Fix possible Assert failure in verify_compact_attribute()David Rowley
2025-06-16aio: Add missing memory barrier when waiting for IO handleAndres Freund
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-14Improve comments for TidRangeEvalDavid Rowley
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-14Keep WAL segments by slot's last saved restart LSNAlexander Korotkov
2025-06-13nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan
2025-06-13Comment fixups from 626df47ad9.Jeff Davis
2025-06-12Replace %llu by PRIu64 in AIO io_uring codeMichael Paquier
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-06-11Revert "nbtree: Remove useless row compare arg."Peter Geoghegan
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-11Make _bt_killitems drop pins it acquired itself.Peter Geoghegan
2025-06-10Don't reduce output request size on non-Unix-socket connections.Tom Lane
2025-06-10inet_net_pton.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-10copyfromparse.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Improve CREATE DATABASE error message for invalid libc locale.Jeff Davis