aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* amcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao2025-07-04
* Disable commit timestamps during bootstrapMichael Paquier2025-07-04
* Speed up truncation of temporary relations.Fujii Masao2025-07-04
* Simplify COALESCE() with one surviving argument.Tom Lane2025-07-03
* Add more cross-type comparisons to contrib/btree_gin.Tom Lane2025-07-03
* Add cross-type comparisons to contrib/btree_gin.Tom Lane2025-07-03
* Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane2025-07-03
* Obtain required table lock during cross-table updates, redux.Tom Lane2025-07-03
* Add tab-completion for ALTER TABLE not-nullsÁlvaro Herrera2025-07-03
* Remove leftover dead code from commit_ts.h.Fujii Masao2025-07-03
* Fix broken XMLÁlvaro Herrera2025-07-03
* doc: Update outdated descriptions of wal_status in pg_replication_slots.Fujii Masao2025-07-03
* Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera2025-07-03
* Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera2025-07-03
* Refactor subtype field of AlterDomainStmtMichael Paquier2025-07-03
* doc: Remove incorrect note about wal_status in pg_replication_slots.Fujii Masao2025-07-03
* Support multi-line headers in COPY FROM command.Fujii Masao2025-07-03
* Improve checks for GUC recovery_target_timelineMichael Paquier2025-07-03
* Enable use of Memoize for ANTI joinsRichard Guo2025-07-03
* Add InjectionPointList() to retrieve list of injection pointsMichael Paquier2025-07-03
* Correctly copy the target host identification in PQcancelCreate.Tom Lane2025-07-02
* Fix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart2025-07-02
* Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart2025-07-02
* Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart2025-07-02
* Update obsolete row compare preprocessing comments.Peter Geoghegan2025-07-02
* Allow width_bucket()'s "operand" input to be NaN.Tom Lane2025-07-02
* Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera2025-07-02
* Make row compares robust during nbtree array scans.Peter Geoghegan2025-07-02
* Make handling of redundant nbtree keys more robust.Peter Geoghegan2025-07-02
* doc: pg_buffercache documentation wordsmithingDaniel Gustafsson2025-07-02
* meson: Increase minimum version to 0.57.2Peter Eisentraut2025-07-02
* Reformat some node commentsPeter Eisentraut2025-07-02
* Fix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada2025-07-01
* Remove implicit cast from 'void *'John Naylor2025-07-02
* Fix bug in archive streamer with LZ4 decompressionMichael Paquier2025-07-02
* Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier2025-07-02
* Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier2025-07-02
* Update comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut2025-07-01
* Add commit 9e345415bc to .git-blame-ignore-revs.Nathan Bossart2025-07-01
* Make more use of binaryheap_empty() and binaryheap_size().Nathan Bossart2025-07-01
* Document pg_get_multixact_members().Nathan Bossart2025-07-01
* Update comment for IndexInfo.ii_WithoutOverlapsPeter Eisentraut2025-07-01
* Fix outdated comment for IndexInfoPeter Eisentraut2025-07-01
* Improve code commentPeter Eisentraut2025-07-01
* Make sure IOV_MAX is defined.Tom Lane2025-07-01
* Make safeguard against incorrect flags for fsync more portable.Tom Lane2025-07-01
* 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