Commit Graph

61814 Commits (a80b7a0547da0dc1dfff5df96b709a9e0321252b)
 

Author SHA1 Message Date
Peter Eisentraut b942360f82 Use consistent type for pgaio_io_get_id() result 3 weeks ago
Michael Paquier 859444465f doc: Improve description of wal_compression 3 weeks ago
Tom Lane 906b68217a Fix re-execution of a failed SQLFunctionCache entry. 3 weeks ago
Michael Paquier ea1c6b0b0a Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada 0beb7e9338 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila a5d4c04150 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Tom Lane 4483dd9c66 Fix missing "use Test::More" in Kerberos.pm. 3 weeks ago
Etsuro Fujita da3b613681 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Masahiko Sawada 83773eaf65 Fix constant when extracting timestamp from UUIDv7. 4 weeks ago
Peter Eisentraut ad3990ffea Fix git whitespace warning 4 weeks ago
David Rowley 1571c7ca5d Fix invalid format string in HASH_DEBUG code 4 weeks ago
David Rowley e4ba326295 Fix failing -D HASH_STATISTICS builds 4 weeks ago
Andres Freund 97d6ee5713 ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund faa78bc1c1 ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Michael Paquier 891dbd17ce Fix compilation warning with SerializeClientConnectionInfo() 4 weeks ago
Andres Freund 2de22b1ead ci: windows: Stop using DEBUG:FASTLINK 4 weeks ago
Tom Lane 787cd2b7d5 Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Michael Paquier 2102667b3c postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Tom Lane ab844ce378 Stamp 18beta3. 1 month ago
Nathan Bossart 67a2fbb8f9 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 13a67ce603 Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 605fdb989b Translation updates 1 month ago
Dean Rasheed 64f77c6a65 Fix security checks in selectivity estimation functions. 1 month ago
Noah Misch 0d2734eac3 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Thomas Munro 9110d81641 Fix rare bug in read_stream.c's split IO handling. 1 month ago
Peter Eisentraut 762fed90bf postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Jacob Champion 41aac1483a oauth: Track total call count during a client flow 1 month ago
Jacob Champion e507e08acf oauth: Remove expired timers from the multiplexer 1 month ago
Jacob Champion 16b0c48583 oauth: Ensure unused socket registrations are removed 1 month ago
Jacob Champion ff181d1f87 oauth: Remove stale events from the kqueue multiplexer 1 month ago
Thomas Munro 4cd9d5fc15 Remove obsolete comment. 1 month ago
Peter Eisentraut 992a18f516 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita bba6a6fafc Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Fujii Masao e3764229e6 pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 1 month ago
Etsuro Fujita ce88170227 Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier ab74ce4dc9 Add information about "generation" when dropping twice pgstats entry 1 month ago
Jacob Champion a9ffb35274 meson: Fix install-quiet after clean 1 month ago
Tom Lane 31c09ef456 doc: add float as an alias for double precision. 1 month ago
Peter Eisentraut f15c00e909 doc: Formatting improvements 1 month ago
Alexander Korotkov 5cfbff48a4 Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov 2ae8280d16 Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor dd29262077 Update ICU C++ API symbols 1 month ago
Peter Eisentraut 1084e76f3c pg_upgrade: Improve message indentation 1 month ago
Michael Paquier 67ffe1987d Improve tests of date_trunc() with infinity and unsupported units 1 month ago
Michael Paquier 074db8604a Fix incorrect Datum conversion in timestamptz_trunc_internal() 1 month ago
Peter Eisentraut ce13bb96fb Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 1 month ago
Fujii Masao 3e65e77f76 doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 1 month ago
Tom Lane 9b681e2397 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Álvaro Herrera f71ad5b082
Put PG_TEST_EXTRA doc items back in alphabetical order 1 month ago
Álvaro Herrera d185161e47
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 1 month ago