Commit Graph

61153 Commits (dd496eedeaac7cc9023e8fbca709475868ed5d9a)
 

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