aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unstable test suite added by 525392d57Amit Langote2025-02-22
* Allow lwlocks to be disownedAndres Freund2025-02-21
* Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas2025-02-21
* Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane2025-02-21
* Allow EXPLAIN to indicate fractional rows.Robert Haas2025-02-21
* Add test 005_char_signedness.pl to meson.build.Masahiko Sawada2025-02-21
* Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane2025-02-21
* Fix an issue with index scan using pg_trgm due to char signedness on differen...Masahiko Sawada2025-02-21
* pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada2025-02-21
* pg_upgrade: Preserve default char signedness value from old cluster.Masahiko Sawada2025-02-21
* pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada2025-02-21
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* doc: clarify default checksum behavior in non-master branchesBruce Momjian2025-02-21
* doc: remove non-breaking space in SGML files, causes make errorBruce Momjian2025-02-21
* Make test portlock logic work with mesonAndres Freund2025-02-21
* Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier2025-02-21
* Support text position search functions with nondeterministic collationsPeter Eisentraut2025-02-21
* doc: Add links to olsen93 and ong90 in bibliographyDaniel Gustafsson2025-02-21
* Fix a WARNING for data origin discrepancies.Amit Kapila2025-02-21
* Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier2025-02-21
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* backend launchers void * arguments for binary dataPeter Eisentraut2025-02-21
* Fix for pg_restore_attribute_stats().Jeff Davis2025-02-20
* psql: Add support for pipelinesMichael Paquier2025-02-21
* Add braces for if block with large comment in psql's common.cMichael Paquier2025-02-21
* Add missing entry to oauth_validator test .gitignoreDaniel Gustafsson2025-02-20
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Trial fix for old cross-version upgrades.Jeff Davis2025-02-20
* Ignore blank lines in pgindent exclude filesAndrew Dunstan2025-02-20
* cirrus: Temporarily fix libcurl link errorDaniel Gustafsson2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Transfer statistics during pg_upgrade.Jeff Davis2025-02-20
* Improve errdetail message added by ac0e33136a.Amit Kapila2025-02-20
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Include schema/table publications even with exclude options in dump.Amit Kapila2025-02-20
* doc: Fix typo in section "WAL configuration"Michael Paquier2025-02-20
* doc: Add details about object "wal" in pg_stat_ioMichael Paquier2025-02-20
* doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configurationMichael Paquier2025-02-20
* Fix FATAL message for invalid recovery timeline at beginning of recoveryMichael Paquier2025-02-20
* pgbench: Increase RLIMIT_NOFILE if necessaryAndres Freund2025-02-19
* test_escape: Fix output of --helpMichael Paquier2025-02-20
* Correct relation size estimate with low fillfactorTomas Vondra2025-02-19
* Assert that ExecOpenIndices and ExecCloseIndices are not repeated.Tom Lane2025-02-19
* Fix crash in brininsertcleanup during logical replication.Tom Lane2025-02-19
* Consider BufFiles when adjusting hashjoin parametersTomas Vondra2025-02-19
* tests: BackgroundPsql: Fix potential for lost errors on windowsAndres Freund2025-02-19
* Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera2025-02-19
* Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov2025-02-19
* Add a test for commit ac0e33136a using the injection point.Amit Kapila2025-02-19
* Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier2025-02-19