Commit Graph

61742 Commits (64f77c6a65cb6a0731e59acbfab1dd1663b1cdd3)
 

Author SHA1 Message Date
Dean Rasheed 64f77c6a65 Fix security checks in selectivity estimation functions. 5 months ago
Noah Misch 0d2734eac3 Remove, from stable branches, the new assertion of no pg_dump OID sort. 5 months ago
Thomas Munro 9110d81641 Fix rare bug in read_stream.c's split IO handling. 5 months ago
Peter Eisentraut 762fed90bf postgres_fdw and dblink should check if backend has MyProcPort 5 months ago
Jacob Champion 41aac1483a oauth: Track total call count during a client flow 5 months ago
Jacob Champion e507e08acf oauth: Remove expired timers from the multiplexer 5 months ago
Jacob Champion 16b0c48583 oauth: Ensure unused socket registrations are removed 5 months ago
Jacob Champion ff181d1f87 oauth: Remove stale events from the kqueue multiplexer 5 months ago
Thomas Munro 4cd9d5fc15 Remove obsolete comment. 5 months ago
Peter Eisentraut 992a18f516 Fix incorrect lack of Datum conversion in _int_matchsel() 5 months ago
Etsuro Fujita bba6a6fafc Fix oversight in FindTriggerIncompatibleWithInheritance. 5 months ago
Fujii Masao e3764229e6 pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 5 months ago
Etsuro Fujita ce88170227 Disallow collecting transition tuples from child foreign tables. 5 months ago
Michael Paquier ab74ce4dc9 Add information about "generation" when dropping twice pgstats entry 5 months ago
Jacob Champion a9ffb35274 meson: Fix install-quiet after clean 5 months ago
Tom Lane 31c09ef456 doc: add float as an alias for double precision. 5 months ago
Peter Eisentraut f15c00e909 doc: Formatting improvements 5 months ago
Alexander Korotkov 5cfbff48a4 Fix checkpointer shared memory allocation 5 months ago
Alexander Korotkov 2ae8280d16 Revert "Clarify documentation for the initcap function" 5 months ago
John Naylor dd29262077 Update ICU C++ API symbols 5 months ago
Peter Eisentraut 1084e76f3c pg_upgrade: Improve message indentation 5 months ago
Michael Paquier 67ffe1987d Improve tests of date_trunc() with infinity and unsupported units 5 months ago
Michael Paquier 074db8604a Fix incorrect Datum conversion in timestamptz_trunc_internal() 5 months ago
Peter Eisentraut ce13bb96fb Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 5 months ago
Fujii Masao 3e65e77f76 doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 5 months ago
Tom Lane 9b681e2397 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Álvaro Herrera f71ad5b082
Put PG_TEST_EXTRA doc items back in alphabetical order 5 months ago
Álvaro Herrera d185161e47
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 5 months ago
Jeff Davis 06697909b6 Don't copy datlocale from template unless provider matches. 5 months ago
Amit Kapila e5d04aedaf Throw ERROR when publish_generated_columns is specified without a value. 5 months ago
Andrew Dunstan 7c3a036f5c fix apparent typo in release notes 5 months ago
Melanie Plageman 0e6b791846 Minor test fixes in 035_standby_logical_decoding.pl 5 months ago
Dean Rasheed 347b6a1fff Fix typo in create_index.sql. 5 months ago
Fujii Masao 2d81a246f4 Avoid unexpected shutdown when sync_replication_slots is enabled. 5 months ago
Álvaro Herrera 7b1053a577
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
Fujii Masao fee46ab4f2 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 5 months ago
Jeff Davis a3e8dc1438 Simplify options in pg_dump and pg_restore. 5 months ago
Michael Paquier d0c12b98f2 Fix typo in foreign_key.sql 5 months ago
Etsuro Fujita 5a900d6482 Doc: clarify the restrictions of AFTER triggers with transition tables. 5 months ago
Michael Paquier 11de339aad Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 5 months ago
Nathan Bossart 7b9674a8b1 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Jeff Davis 60121890f7 pg_dump: reject combination of "only" and "with" 5 months ago
Heikki Linnakangas 42b1480eb2 libpq: Complain about missing BackendKeyData later with PGgetCancel() 5 months ago
Amit Kapila d9f01a287a Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Tomas Vondra 88914332ea Fix tab completion for ALTER ROLE|USER ... RESET 5 months ago
Tomas Vondra 72c437f6e4 Schema-qualify unnest() in ALTER DATABASE ... RESET 5 months ago
Noah Misch c0ae03384f Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Nathan Bossart da103c7bc8 doc: Adjust documentation for vacuumdb --missing-stats-only. 5 months ago
Andrew Dunstan 3a954813a0 Remove release note item for Non text modes for pg_dumpall 5 months ago
Andrew Dunstan 4a9ee867bf Revert Non text modes for pg_dumpall, and pg_restore support 5 months ago