summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-07-08Fix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-07-07Refactor some repetitive SLRU codeÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-07-04Disable commit timestamps during bootstrapMichael Paquier
2025-07-04Speed up truncation of temporary relations.Fujii Masao
2025-07-03Simplify COALESCE() with one surviving argument.Tom Lane
2025-07-03Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane
2025-07-03Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
2025-07-03Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-03Improve checks for GUC recovery_target_timelineMichael Paquier
2025-07-03Enable use of Memoize for ANTI joinsRichard Guo
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-02Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-07-02Allow width_bucket()'s "operand" input to be NaN.Tom Lane
2025-07-02Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
2025-07-02Make row compares robust during nbtree array scans.Peter Geoghegan
2025-07-02Make handling of redundant nbtree keys more robust.Peter Geoghegan
2025-07-02meson: Increase minimum version to 0.57.2Peter Eisentraut
2025-07-02Fix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-07-01Make more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
2025-07-01Improve code commentPeter Eisentraut
2025-07-01Make safeguard against incorrect flags for fsync more portable.Tom Lane
2025-07-01Remove provider field from pg_locale_t.Jeff Davis
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-07-01Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
2025-07-01Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
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