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