Commit Graph

62833 Commits (bfb335df58ea4274702039083c7e08fe3dba9e10)
 

Author SHA1 Message Date
Peter Geoghegan bfb335df58 Return TIDs in desc order during backwards scans. 2 weeks ago
Jeff Davis 630706ced0 Add pg_iswcased(). 2 weeks ago
Jeff Davis 1e493158d3 Remove char_tolower() API. 2 weeks ago
Heikki Linnakangas 820343bab3 Fix bogus extra arguments to query_safe in test 2 weeks ago
Heikki Linnakangas 343693c3c1 Improve DDL deparsing test 2 weeks ago
Melanie Plageman eebec3ca4b Add comment about keeping PD_ALL_VISIBLE and VM in sync 2 weeks ago
Melanie Plageman bd298f54a0 Simplify vacuum visibility assertion 2 weeks ago
Heikki Linnakangas 70b4d90439 Fix comment in GetPublicationRelations 2 weeks ago
Heikki Linnakangas fa44b8b7fb Fix some near-bugs related to ResourceOwner function arguments 2 weeks ago
Michael Paquier 8268e66ac6 libpq: Authorize pthread_exit() in libpq_check 2 weeks ago
Michael Paquier 1d7b00dc14 Fix failures with cross-version pg_upgrade tests 2 weeks ago
Michael Paquier 06817fc8a4 Fix two issues with recently-introduced nbtree test 2 weeks ago
Michael Paquier 801b4ee7fa Fix meson warning due to missing declaration of NM 2 weeks ago
Heikki Linnakangas bae9d2f892 Fix typo in comment 2 weeks ago
David Rowley f275afc997 Fix misleading comment in tuplesort.c 2 weeks ago
Michael Paquier 1b105f9472 Use palloc_object() and palloc_array() in backend code 2 weeks ago
Thomas Munro c507ba55f5 Fix O_CLOEXEC flag handling in Windows port. 2 weeks ago
Nathan Bossart d107176d27 vacuumdb: Add --dry-run. 2 weeks ago
Nathan Bossart 750816971b Add ParallelSlotSetIdle(). 2 weeks ago
Nathan Bossart cf1450e577 vacuumdb: Move some variables to the vacuumingOptions struct. 2 weeks ago
Masahiko Sawada ab40db3852 Add started_by column to pg_stat_progress_analyze view. 2 weeks ago
Masahiko Sawada 0d78952061 Add mode and started_by columns to pg_stat_progress_vacuum view. 2 weeks ago
Nathan Bossart b237f5422b doc: Fix titles of some pg_buffercache functions. 2 weeks ago
Tom Lane f8715ec866 Support "j" length modifier in snprintf.c. 2 weeks ago
Heikki Linnakangas 3cb5808bd1 Add wait event for the group commit delay before WAL flush 2 weeks ago
Heikki Linnakangas f231a4e8c7 Fix warning about wrong format specifier for off_t type 2 weeks ago
Heikki Linnakangas bd8d9c9bdf Widen MultiXactOffset to 64 bits 2 weeks ago
Heikki Linnakangas bb3b1c4f64 Move pg_multixact SLRU page format definitions to a separate header 2 weeks ago
Dean Rasheed e9443a5526 doc: Fix statement about ON CONFLICT and deferrable constraints. 2 weeks ago
Richard Guo f00484c170 Fix distinctness check for queries with grouping sets 2 weeks ago
Richard Guo c925ad30b0 Fix const-simplification for index expressions and predicate 2 weeks ago
Amit Kapila 04396eacd3 Fix LOCK_TIMEOUT handling in slotsync worker. 2 weeks ago
Peter Eisentraut 2268f2b91b Remove useless casts in format arguments 2 weeks ago
Peter Eisentraut 907caf5c39 Clean up int64-related format strings 2 weeks ago
Peter Eisentraut 2b117bb014 Remove unnecessary casts in printf format arguments (%zu/%zd) 2 weeks ago
Michael Paquier 0c3c5c3b06 Use palloc_object() and palloc_array() in more areas of the tree 2 weeks ago
Andres Freund aa749bde32 Improve documentation for pg_atomic_unlocked_write_u32() 2 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