aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove provider field from pg_locale_t.Jeff Davis2025-07-01
* 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
* Fix indentation in pg_numa codeTomas Vondra2025-07-01
* Add CHECK_FOR_INTERRUPTS into pg_numa_query_pagesTomas Vondra2025-07-01
* Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra2025-07-01
* amcheck: Improve confusing messagePeter Eisentraut2025-07-01
* Limit the size of numa_move_pages requestsTomas Vondra2025-07-01
* Fix typo in pg_publication.h.Amit Kapila2025-07-01
* doc: TOAST not toastPeter Eisentraut2025-07-01
* Enable MSVC conforming preprocessorPeter Eisentraut2025-07-01
* xml2: Improve error handling of libxml2 callsMichael Paquier2025-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
* Improve error report for PL/pgSQL reserved word used as a field name.Tom Lane2025-06-30
* De-reserve keywords EXECUTE and STRICT in PL/pgSQL.Tom Lane2025-06-30
* Add new OID alias type regdatabase.Nathan Bossart2025-06-30
* aio: Fix reference to outdated nameAndres Freund2025-06-30
* Avoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan2025-06-30
* pgflex: propagate environment to flex subprocessPeter Eisentraut2025-06-30
* Remove unused #include's in src/backend/utils/adt/*Peter Eisentraut2025-06-30
* Fix whitespacePeter Eisentraut2025-06-30
* psql: Improve tab completion for COPY command.Fujii Masao2025-06-30
* doc: explain pgstatindex fragmentationPeter Eisentraut2025-06-30
* pgbench: Use standard option handling test routinesPeter Eisentraut2025-06-30
* doc: Some copy-editing around prefix operatorsPeter Eisentraut2025-06-30
* doc: Fix typo in pg_sync_replication_slots documentationDaniel Gustafsson2025-06-30
* Rationalize handling of VacuumParamsMichael Paquier2025-06-30
* Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier2025-06-30
* Stamp HEAD as 19devel.Joe Conway2025-06-29
* Do pre-release housekeeping on catalog data.Joe Conway2025-06-29
* Run pgperltidyJoe Conway2025-06-29
* 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
* pg_recvlogical: Rename --two-phase and --failover options.Peter Eisentraut2025-06-29
* Message style improvementsPeter Eisentraut2025-06-28
* Use correct DatumGet*() function in test_shm_mq_main().Nathan Bossart2025-06-27
* Fix CheckPointReplicationSlots() with max_replication_slots == 0Alexander Korotkov2025-06-27
* Correct list of files in src/backend/lib/READMEMichael Paquier2025-06-27
* libpq: Message style improvementsPeter Eisentraut2025-06-26
* 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
* Fix typo in commentÁlvaro Herrera2025-06-26
* docs: fix typoÁlvaro Herrera2025-06-26
* pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera2025-06-26
* Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao2025-06-26
* doc: Updates for RETURNING OLD/NEW.Dean Rasheed2025-06-26
* doc: Fix indentation of MERGE synopsis.Dean Rasheed2025-06-26