Commit Graph

62807 Commits (bd8d9c9bdfa0c2168bb37edca6fa88168cacbbaa)
 

Author SHA1 Message Date
Heikki Linnakangas bd8d9c9bdf Widen MultiXactOffset to 64 bits 3 weeks ago
Heikki Linnakangas bb3b1c4f64 Move pg_multixact SLRU page format definitions to a separate header 3 weeks ago
Dean Rasheed e9443a5526 doc: Fix statement about ON CONFLICT and deferrable constraints. 3 weeks ago
Richard Guo f00484c170 Fix distinctness check for queries with grouping sets 3 weeks ago
Richard Guo c925ad30b0 Fix const-simplification for index expressions and predicate 3 weeks ago
Amit Kapila 04396eacd3 Fix LOCK_TIMEOUT handling in slotsync worker. 3 weeks ago
Peter Eisentraut 2268f2b91b Remove useless casts in format arguments 3 weeks ago
Peter Eisentraut 907caf5c39 Clean up int64-related format strings 3 weeks ago
Peter Eisentraut 2b117bb014 Remove unnecessary casts in printf format arguments (%zu/%zd) 3 weeks ago
Michael Paquier 0c3c5c3b06 Use palloc_object() and palloc_array() in more areas of the tree 3 weeks ago
Andres Freund aa749bde32 Improve documentation for pg_atomic_unlocked_write_u32() 3 weeks ago
David Rowley 52382feb78 Doc: fix typo in hash index documentation 3 weeks ago
Michael Paquier 4a8e6f43a6 libpq: Refactor logic checking for exit() in shared library builds 3 weeks ago
Tom Lane c004d68c93 Fix minor portability issue in pg_resetwal.c. 3 weeks ago
Peter Geoghegan 83a26ba59b Avoid pointer chasing in _bt_readpage inner loop. 3 weeks ago
Álvaro Herrera d0d0ba6cf6
Unify some more messages 3 weeks ago
Peter Geoghegan 65d6acbc56 Relocate _bt_readpage and related functions. 3 weeks ago
Álvaro Herrera 502e256f22
Unify error messages 3 weeks ago
Heikki Linnakangas 978cf02bb8 pg_resetwal: Use separate flags for whether an option is given 3 weeks ago
Heikki Linnakangas 636c1914b4 pg_resetwal: Reject negative and out of range arguments 3 weeks ago
Peter Eisentraut 7f88553cea Make ecpg parse.pl more robust with braces 3 weeks ago
Peter Eisentraut 804046b39a Use PGAlignedXLogBlock for some code simplification 3 weeks ago
Michael Paquier 31280d96a6 test_custom_stats: Test module for custom cumulative statistics 3 weeks ago
Amit Kapila 006dd4b2e5 Prevent invalidation of newly created replication slots. 3 weeks ago
Michael Paquier d52c24b0f8 injection_points: Remove portions related to custom pgstats 3 weeks ago
Michael Paquier f68597ee77 Improve error messages of input functions for pg_dependencies and pg_ndistinct 3 weeks ago
Tom Lane 4eda42e8bd ecpg: refactor to eliminate cast-away-const in find_variable(). 3 weeks ago
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