Commit Graph

62062 Commits (585e31fcb6dfcb1d88cfee2371f565574db24869)
 

Author SHA1 Message Date
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Peter Eisentraut 5f19d13dfe libpq: Set LDAP protocol version 3 1 month ago
Andres Freund b227b0bb4e Reduce ExecSeqScan* code size using pg_assume() 1 month ago
Andres Freund 01d6832c10 meson: add and use stamp files for generated headers 1 month ago
Nathan Bossart 71ea0d6795 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 70693c645f Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Dean Rasheed 22424953cd Fix security checks in selectivity estimation functions. 1 month ago
Thomas Munro b421223172 Fix rare bug in read_stream.c's split IO handling. 1 month ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 1 month ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 1 month ago
Peter Eisentraut dcfc0f8912 Remove useless/superfluous Datum conversions 1 month ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Jacob Champion ebaaf386ad Revert "oauth: Add unit tests for multiplexer handling" 1 month ago
Jacob Champion 1443b6c0ea oauth: Add unit tests for multiplexer handling 1 month ago
Jacob Champion 3e311664e4 oauth: Track total call count during a client flow 1 month ago
Jacob Champion 1749a12f0d oauth: Remove expired timers from the multiplexer 1 month ago
Jacob Champion 3d9c03429a oauth: Ensure unused socket registrations are removed 1 month ago
Jacob Champion ff5b0824b3 oauth: Remove stale events from the kqueue multiplexer 1 month ago
Thomas Munro b5cd74612c Remove obsolete comment. 1 month ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 9e63f83a7e Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Fujii Masao 85ccd7e30a pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 1 month ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier 84b32fd228 Add information about "generation" when dropping twice pgstats entry 1 month ago
Jacob Champion 4ae03be547 meson: Fix install-quiet after clean 1 month ago
Tom Lane 04b7ff3cd3 doc: add float as an alias for double precision. 1 month ago
Dean Rasheed d699687b32 Extend int128.h to support more numeric code. 1 month ago
Peter Eisentraut 0ef891e541 doc: Formatting improvements 1 month ago
Alexander Korotkov 466c5435fd Fix checkpointer shared memory allocation 1 month ago
John Naylor 90bfae9f93 Update ICU C++ API symbols 1 month ago
Peter Eisentraut 1beda2c3cf pg_upgrade: Improve message indentation 1 month ago
Dean Rasheed d8a08dbee4 Simplify non-native 64x64-bit multiplication in int128.h. 1 month ago
Dean Rasheed d9bb8ef093 Optimise non-native 128-bit addition in int128.h. 1 month ago
Michael Paquier 572c0f1b0e Improve tests of date_trunc() with infinity and unsupported units 1 month ago
Michael Paquier 2242b26ce4 Fix incorrect Datum conversion in timestamptz_trunc_internal() 1 month ago
Nathan Bossart 9ea3b6f751 Expand usage of macros for protocol characters. 1 month ago
Nathan Bossart 35baa60cc7 Rename transformRelOptions()'s "namspace" parameter to "nameSpace". 1 month ago
Fujii Masao 99139c46cb Fix typo in comment. 1 month ago
Dean Rasheed 5761d991c9 Refactor int128.h, bringing the native and non-native code together. 1 month ago
Dean Rasheed 811633105a Fix printf format specfiers in test_int128 module. 1 month ago
Peter Eisentraut 73d33be4da Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 1 month ago
Dean Rasheed 8c7445a008 Convert src/tools/testint128.c into a test module. 1 month ago
Michael Paquier 225ebfe30a Add regression test for short varlenas saved in TOAST relations 1 month ago
Fujii Masao 0b6aea0384 doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 1 month ago
Masahiko Sawada b5c53b403c Suppress maybe-uninitialized warning. 1 month ago
Tom Lane 80c758a2e1 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Álvaro Herrera 455a040d96
Put PG_TEST_EXTRA doc items back in alphabetical order 1 month ago
Álvaro Herrera 37fc1803cc
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 1 month ago
Masahiko Sawada deb674454c Add backup_type column to pg_stat_progress_basebackup. 1 month ago
Jeff Davis 295a39770e Don't copy datlocale from template unless provider matches. 1 month ago