Commit Graph

12503 Commits (266543a62055541ddefe4e66797e0e1e4aa8705a)

Author SHA1 Message Date
Melanie Plageman 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct 2 months ago
Peter Eisentraut 300c8f5324 Add <stdalign.h> to c.h 2 months ago
Alexander Korotkov 75e82b2f5a Optimize shared memory usage for WaitLSNProcInfo 2 months ago
Amit Kapila 3edaf29fa5 Rename two columns in pg_stat_subscription_stats. 2 months ago
Michael Paquier e76defbcf0 Rework output format of pg_dependencies 2 months ago
Michael Paquier 1f927cce44 Rework output format of pg_ndistinct 2 months ago
David Rowley 586d63214e Adjust MemSet macro to use size_t rather than long 2 months ago
David Rowley 9c047da51f Get rid of long datatype in CATCACHE_STATS enabled builds 2 months ago
Alexander Korotkov 23792d7381 Fix incorrect function name in comments 2 months ago
Michael Paquier 84fb27511d Replace off_t by pgoff_t in I/O routines 2 months ago
Heikki Linnakangas 8eeb4a0f7c Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY 2 months ago
Álvaro Herrera 877a024902
Split out innards of pg_tablespace_location() 2 months ago
Peter Eisentraut d2f24df19b Clean up qsort comparison function for GUC entries 2 months ago
Heikki Linnakangas e510378358 Bump PG_CONTROL_VERSION for commit 3e0ae46d90 2 months ago
Nathan Bossart 5e4fcbe531 Check for CREATE privilege on the schema in CREATE STATISTICS. 2 months ago
Heikki Linnakangas 3e0ae46d90 Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h 2 months ago
Thomas Munro c5d34f4a55 Fix generic read and write barriers for Clang. 2 months ago
Amit Kapila f6a4c498dc Add seq_sync_error_count to subscription statistics. 2 months ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 2 months ago
Álvaro Herrera 06edbed478
Introduce XLogRecPtrIsValid() 2 months ago
Heikki Linnakangas aa9c5fd3e3 Refactor shared memory allocation for semaphores 2 months ago
Peter Eisentraut 01a985c3c4 Re-run autoheader 2 months ago
Alexander Korotkov 447aae13b0 Implement WAIT FOR command 2 months ago
Alexander Korotkov 3b4e53a075 Add infrastructure for efficient LSN waiting 2 months ago
Alexander Korotkov 8af3ae0d4b Add pairingheap_initialize() for shared memory usage 2 months ago
Amit Kapila 5509055d69 Add sequence synchronization for logical replication. 2 months ago
Michael Paquier e0ca61e7c4 Add WalRcvGetState() to retrieve the state of a WAL receiver 2 months ago
Michael Paquier 17b2d5ec75 Fix unconditional WAL receiver shutdown during stream-archive transition 2 months ago
Álvaro Herrera 645cb44c54
Add \pset options for boolean value display 2 months ago
Tom Lane 8f29467c57 Change "long" numGroups fields to be Cardinality (i.e., double). 2 months ago
Tom Lane 1ea5bdb00b Improve planner's estimates of tuple hash table sizes. 2 months ago
Tom Lane 645c1e2752 Avoid mixing void and integer in a conditional expression. 2 months ago
Peter Eisentraut 8a27d418f8 Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
Tom Lane c106ef0807 Use BumpContext contexts in TupleHashTables, and do some code cleanup. 2 months ago
Peter Eisentraut e1ac846f3d Mark ItemPointer arguments as const throughout 2 months ago
Peter Eisentraut 8ce795fcb7 Fix some confusing uses of const 2 months ago
Peter Eisentraut 3479a0f823 const-qualify ItemPointer comparison functions 2 months ago
Jeff Davis 3853a6956c Use C11 char16_t and char32_t for Unicode code points. 2 months ago
Peter Eisentraut a13833c35f Reorganize GUC structs 2 months ago
Peter Eisentraut f0f2c0c1ae Replace pg_restrict by standard restrict 2 months ago
Peter Eisentraut c094be259b Remove obsolete comment 2 months ago
Michael Paquier d3111cb753 Fix correctness issue with computation of FPI size in WAL stats 2 months ago
Michael Paquier f9a09aa295 Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() 2 months ago
Amit Kapila 3e8e05596a Add worker type argument to logical replication worker functions. 2 months ago
Peter Eisentraut 10b5bb3bff Add some const qualifications 2 months ago
Peter Eisentraut 76acf4b722 Remove Item type 2 months ago
Peter Eisentraut 64d2b0968e Remove meaninglist restrict qualifiers 2 months ago
Jeff Davis 371a302eec Comment typo fixes: pg_wchar_t should be pg_wchar. 2 months ago
Amit Kapila f0b3573c3a Introduce "REFRESH SEQUENCES" for subscriptions. 2 months ago
Nathan Bossart d10866f1fd Fix type of infomask parameter in htup_details.h functions. 2 months ago