Commit Graph

61156 Commits (306dd6e727bf7a4e76f02cb31c2e22ac3b0deca3)
 

Author SHA1 Message Date
Peter Eisentraut 306dd6e727 Update config.guess and config.sub 5 months ago
Heikki Linnakangas 0f1433f053 Fix a few oversights in the longer cancel keys patch 5 months ago
Daniel Gustafsson ef366b7d7e Perform missed catversion bump 5 months ago
Tom Lane dd496eedea Doc: note that two examples in optimizer/README are oversimplified. 5 months ago
Tom Lane b65b9da568 Adjust AdjustUpgrade.pm for commit b1720fe63. 5 months ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 5 months ago
Daniel Gustafsson c57971034e Rename argument in pg_get_process_memory_contexts(). 5 months ago
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 5 months ago
Nathan Bossart b0a4c3e88b Prevent 006_transfer_modes.pl from leaving files behind. 5 months ago
Daniel Gustafsson 88edd661c8 ci: Add MBUILD_TARGET for NetBSD and OpenBSD 5 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 5 months ago
Tomas Vondra b8a6078ca8 doc: Correct pg_shmem_allocations_numa.size data type 5 months ago
Amit Kapila 12eece5fd5 Fix uninitialized index information access during apply. 5 months ago
Thomas Munro 7ea21f4ee2 Fix typo in docs. 5 months ago
Thomas Munro f78ca6f3eb Introduce file_copy_method setting. 5 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 5 months ago
Andres Freund 15f0cb26b5 Increase BAS_BULKREAD based on effective_io_concurrency 5 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 5 months ago
David Rowley d69d45a5a9 Speedup child EquivalenceMember lookup in planner 5 months ago
Amit Kapila 105b2cb336 Stabilize 035_standby_logical_decoding.pl. 5 months ago
Bruce Momjian 46b4ba533c Fix PG 17 [NOT] NULL optimization bug for domains 5 months ago
Michael Paquier 039549d70f Flush the IO statistics of active WAL senders more frequently 5 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 5 months ago
Tomas Vondra 8cc139bec3 Introduce pg_shmem_allocations_numa view 5 months ago
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 5 months ago
Álvaro Herrera 17bcf4f545
Use specific collation where needed in new test 5 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 5 months ago
Andres Freund 8e293e689b aio: Make AIO more compatible with valgrind 5 months ago
Andres Freund 8ab4241b9f localbuf: Add Valgrind buffer access instrumentation 5 months ago
Masahiko Sawada a13d49014d doc: Fix a typo in pg_recvlogical documentation. 5 months ago
Tom Lane 969ab9d4f5 Follow-up fixes for SHA-2 patch (commit 749a9e20c). 5 months ago
Tom Lane b73e6d71a8 Fix erroneous construction of functions' dependencies on transforms. 5 months ago
Álvaro Herrera a379061a22
Allow NOT NULL constraints to be added as NOT VALID 5 months ago
Andrew Dunstan b52a4a5f28 Clean up error messages from 1495eff7bd 5 months ago
Tom Lane 3516ea768c Add local-address escape "%L" to log_line_prefix. 5 months ago
Andrew Dunstan 8f5e419484 Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT" 5 months ago
Andres Freund 8ce79483dc read_stream: Fix overflow hazard with large shared buffers 5 months ago
Alexander Korotkov 717d0e8dd9 Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination 5 months ago
Daniel Gustafsson ae60947643 psql: Clarify help message for WATCH_INTERVAL 5 months ago
Michael Paquier d6f118444d Fix grammar in log message of pg_restore.c 5 months ago
Michael Paquier 2c7bd2ba50 libpq: Fix some issues in TAP tests for service files 5 months ago
Michael Paquier c36eda2591 Clarify comment for worst-case allocation in quote_literal_cstr() 5 months ago
Michael Paquier 3191a593d6 Fix use-after-free in pgstat_fetch_stat_backend_by_pid() 5 months ago
Fujii Masao 173c97812f Use XLOG_CONTROL_FILE macro consistently for control file name. 5 months ago
Daniel Gustafsson a233a603ba doc: Clarify project naming 5 months ago
Andrew Dunstan 643a1a6198 Clean up checking for pg_dumpall output directory 5 months ago
Tom Lane 218ab68275 Doc: fix PDF "contents ... exceed the available area" warnings. 5 months ago
Nathan Bossart de48056ec7 pg_upgrade: Fix memory leak in check_for_unicode_update(). 5 months ago
Andres Freund 57dec20fd4 aio: Avoid spurious coverity warning 5 months ago
Tom Lane 8ab6ef2bb8 Fix memory leaks in px_crypt_shacrypt(). 5 months ago