Commit Graph

61893 Commits (fd2ab03fea23ad6183fe694e750c901c6ff38479)
 

Author SHA1 Message Date
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 5 months ago
Etsuro Fujita 9e63f83a7e Fix oversight in FindTriggerIncompatibleWithInheritance. 5 months ago
Fujii Masao 85ccd7e30a pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 5 months ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 5 months ago
Michael Paquier 84b32fd228 Add information about "generation" when dropping twice pgstats entry 5 months ago
Jacob Champion 4ae03be547 meson: Fix install-quiet after clean 5 months ago
Tom Lane 04b7ff3cd3 doc: add float as an alias for double precision. 5 months ago
Dean Rasheed d699687b32 Extend int128.h to support more numeric code. 5 months ago
Peter Eisentraut 0ef891e541 doc: Formatting improvements 5 months ago
Alexander Korotkov 466c5435fd Fix checkpointer shared memory allocation 5 months ago
John Naylor 90bfae9f93 Update ICU C++ API symbols 5 months ago
Peter Eisentraut 1beda2c3cf pg_upgrade: Improve message indentation 5 months ago
Dean Rasheed d8a08dbee4 Simplify non-native 64x64-bit multiplication in int128.h. 5 months ago
Dean Rasheed d9bb8ef093 Optimise non-native 128-bit addition in int128.h. 5 months ago
Michael Paquier 572c0f1b0e Improve tests of date_trunc() with infinity and unsupported units 5 months ago
Michael Paquier 2242b26ce4 Fix incorrect Datum conversion in timestamptz_trunc_internal() 5 months ago
Nathan Bossart 9ea3b6f751 Expand usage of macros for protocol characters. 5 months ago
Nathan Bossart 35baa60cc7 Rename transformRelOptions()'s "namspace" parameter to "nameSpace". 5 months ago
Fujii Masao 99139c46cb Fix typo in comment. 5 months ago
Dean Rasheed 5761d991c9 Refactor int128.h, bringing the native and non-native code together. 5 months ago
Dean Rasheed 811633105a Fix printf format specfiers in test_int128 module. 5 months ago
Peter Eisentraut 73d33be4da Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 5 months ago
Dean Rasheed 8c7445a008 Convert src/tools/testint128.c into a test module. 5 months ago
Michael Paquier 225ebfe30a Add regression test for short varlenas saved in TOAST relations 5 months ago
Fujii Masao 0b6aea0384 doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 5 months ago
Masahiko Sawada b5c53b403c Suppress maybe-uninitialized warning. 5 months ago
Tom Lane 80c758a2e1 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Álvaro Herrera 455a040d96
Put PG_TEST_EXTRA doc items back in alphabetical order 5 months ago
Álvaro Herrera 37fc1803cc
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 5 months ago
Masahiko Sawada deb674454c Add backup_type column to pg_stat_progress_basebackup. 5 months ago
Jeff Davis 295a39770e Don't copy datlocale from template unless provider matches. 5 months ago
Tom Lane f291751ef8 Mop-up for commit e035863c9. 5 months ago
Peter Eisentraut e035863c9a Convert varatt.h access macros to static inline functions. 5 months ago
Peter Eisentraut 0f5ade7a36 Fix varatt versus Datum type confusions 5 months ago
Peter Eisentraut 2ad6e80de9 Fix various hash function uses 5 months ago
Amit Kapila c9a5860f7a Throw ERROR when publish_generated_columns is specified without a value. 5 months ago
Peter Eisentraut 1469e31297 Fix mixups of FooGetDatum() vs. DatumGetFoo() 5 months ago
Melanie Plageman 6551a05d9c Minor test fixes in 035_standby_logical_decoding.pl 5 months ago
Dean Rasheed 88f0fdabea Fix typo in create_index.sql. 5 months ago
Andrew Dunstan 4e23c9ef65 Split func.sgml into more manageable pieces 5 months ago
Peter Eisentraut 6ae268cf28 Improve prep_buildtree 5 months ago
Álvaro Herrera 07684443b1
Rename XLogData protocol message to WALData 5 months ago
Fujii Masao 4614d53d4e Avoid unexpected shutdown when sync_replication_slots is enabled. 5 months ago
Álvaro Herrera 126665289f
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
David Rowley bca9a1900c Fix incorrect comment regarding mod_since_analyze 5 months ago
Amit Kapila fd5a1a0c3e Detect and report update_deleted conflicts. 5 months ago
Tom Lane 5c8eda1f72 Take a little more care in set_backtrace(). 5 months ago
Tom Lane 4fbfdde58e Avoid leakage of zero-length arrays in partition_bounds_copy(). 5 months ago
Tom Lane b102c8c473 Silence complaints about leaks in PlanCacheComputeResultDesc. 5 months ago
Tom Lane 7f6ededa76 Suppress complaints about leaks in TS dictionary loading. 5 months ago