Commit Graph

62780 Commits (005a2907dc304eadb00719e5b6e08cd2cf329829)
 

Author SHA1 Message Date
Tom Lane 005a2907dc Micro-optimize datatype conversions in datum_to_jsonb_internal. 3 weeks ago
Tom Lane b61aa76e45 Remove fundamentally-redundant processing in jsonb_agg() et al. 3 weeks ago
Tom Lane 0986e95161 Revise APIs for pushJsonbValue() and associated routines. 3 weeks ago
Tom Lane 3628af4210 Add a macro for the declared typlen of type timetz. 3 weeks ago
Tom Lane 6498287696 Handle constant inputs to corr() and related aggregates more precisely. 3 weeks ago
Tom Lane 25303961d0 Doc: include JSON in the list of SQL-standard types. 3 weeks ago
Michael Paquier 47da198934 Improve error reporting of recovery test 027_stream_regress 3 weeks ago
Michael Paquier b93f4e2f98 Add PostgreSQL::Test::Cluster::read_head_tail() helper to PostgreSQL/Utils.pm 3 weeks ago
Tom Lane 6dfce8420e Fix text substring search for non-deterministic collations. 3 weeks ago
Heikki Linnakangas 7c2061bdfb Fix test to work with non-8kB block sizes 3 weeks ago
Nathan Bossart d0d873c382 Add commit 86b276a4a9 to .git-blame-ignore-revs. 3 weeks ago
Robert Haas 014f9a831a Don't reset the pathlist of partitioned joinrels. 3 weeks ago
Tom Lane 8f1791c618 Fix some cases of indirectly casting away const. 3 weeks ago
Álvaro Herrera a4a0fa0c75
Stabilize tests some more 3 weeks ago
Heikki Linnakangas 4d936c3fff Fix setting next multixid's offset at offset wraparound 3 weeks ago
Michael Paquier 31d3847a37 Use more palloc_object() and palloc_array() in contrib/ 3 weeks ago
Michael Paquier 2f04110225 Improve test output of extended statistics for ndistinct and dependencies 3 weeks ago
Amit Kapila 5db6a344ab Rename column slotsync_skip_at to slotsync_last_skip. 3 weeks ago
Michael Paquier 7bc88c3d6f Fix some compiler warnings 3 weeks ago
Michael Paquier 83f2f8413e Show version of nodes in output of TAP tests 3 weeks ago
Melanie Plageman 904f9f5ea0 Suppress spurious Coverity warning in prune freeze logic 3 weeks ago
Nathan Bossart 80f6e2fb4a Fix key size of PrivateRefCountHash. 3 weeks ago
Peter Eisentraut e158fd4d68 Remove no longer needed casts from Pointer 3 weeks ago
Peter Eisentraut c6be3daa05 Remove no longer needed casts to Pointer 3 weeks ago
Álvaro Herrera 6bd469d26a
amcheck: Fix snapshot usage in bt_index_parent_check 3 weeks ago
Peter Eisentraut 40bdd839f5 headerscheck ccache support 3 weeks ago
Peter Eisentraut d0b7a0b4c8 headerscheck: Use LLVM_CPPFLAGS 3 weeks ago
Alexander Korotkov d6ef8ee3ee Fix incorrect assertion bound in WaitForLSN() 3 weeks ago
Andres Freund 6c5c393b74 Rename BUFFERPIN wait event class to BUFFER 3 weeks ago
Andres Freund 7902a47c20 Add pg_atomic_unlocked_write_u64 3 weeks ago
Andres Freund 156680055d bufmgr: Turn BUFFER_LOCK_* into an enum 3 weeks ago
Tom Lane 8d61228717 Make stats_ext test faster under cache-clobbering test conditions. 3 weeks ago
Heikki Linnakangas 7b81be9b42 Add test for multixid wraparound 3 weeks ago
Heikki Linnakangas 789d65364c Set next multixid's offset when creating a new multixid 3 weeks ago
Nathan Bossart 9b05e2ec08 Use "foo(void)" for definitions of functions with no parameters. 3 weeks ago
Álvaro Herrera be25c77677
Put back alternative-output expected files 3 weeks ago
Daniel Gustafsson 64527a17a5 doc: Consistently use restartpoint in the documentation 3 weeks ago
Peter Eisentraut 9790affcce Fix stray references to SubscriptRef 3 weeks ago
Peter Eisentraut 1b2bb5077e Change Pointer to void * 3 weeks ago
Peter Eisentraut 756a436893 Don't rely on pointer arithmetic with Pointer type 3 weeks ago
Peter Eisentraut 8c6bbd674e Use more appropriate DatumGet* function 3 weeks ago
Peter Eisentraut 623801b3bd Remove useless casts to Pointer 3 weeks ago
Amit Kapila c252d37d8c Fix shadow variable warning in subscriptioncmds.c. 3 weeks ago
Nathan Bossart a6d05c8193 Use LW_SHARED in dsa.c where possible. 3 weeks ago
Heikki Linnakangas cbe04e5d72 Fix amcheck's handling of half-dead B-tree pages 3 weeks ago
Heikki Linnakangas c085aab278 Add a test for half-dead pages in B-tree indexes 3 weeks ago
Heikki Linnakangas 6c05ef5729 Fix amcheck's handling of incomplete root splits in B-tree 3 weeks ago
Heikki Linnakangas 1e4e5783e7 Add a test for incomplete splits in B-tree indexes 3 weeks ago
Nathan Bossart f894acb24a Show size of DSAs and dshashes in pg_dsm_registry_allocations. 4 weeks ago
Álvaro Herrera 758479213d
Remove doc and code comments about ON CONFLICT deficiencies 4 weeks ago