Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vCfPu-00GoF1-CS for pgsql-general@arkaria.postgresql.org; Sat, 25 Oct 2025 14:38:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1vCfPt-003L2Q-Bv for pgsql-general@arkaria.postgresql.org; Sat, 25 Oct 2025 14:38:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vCfPt-003L2I-1p for pgsql-general@lists.postgresql.org; Sat, 25 Oct 2025 14:38:48 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vCfPp-004B3L-2X for pgsql-general@lists.postgresql.org; Sat, 25 Oct 2025 14:38:47 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 59PEcYse1971495; Sat, 25 Oct 2025 10:38:35 -0400 From: Tom Lane To: "Peter J. Holzer" cc: pgsql-general@lists.postgresql.org Subject: Re: Download statistics In-reply-to: <7pwwv34tsim6ehsu4bosy3ol7ctmf2blig6rgwo7kq5ilaidua@miqogysnbey7> References: <7pwwv34tsim6ehsu4bosy3ol7ctmf2blig6rgwo7kq5ilaidua@miqogysnbey7> Comments: In-reply-to "Peter J. Holzer" message dated "Sat, 25 Oct 2025 09:47:00 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1971493.1761403114.1@sss.pgh.pa.us> Date: Sat, 25 Oct 2025 10:38:34 -0400 Message-ID: <1971494.1761403114@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Peter J. Holzer" writes: > The discussion about people avoiding .0 releases over in the "Index > corruption ..." thread made me wonder how the distribution really looks > like. How many people do install X.0, X.1, etc. for each major version > X? > Download statistics are of course quite noisy but I think they should at > least show the trends. Do you have any and would you mind publishing > them? I imagine we have stats for downloads from www.postgresql.org, but it's been many years since we thought those were complete or even representative. Nowadays we assume that most people consume Postgres via binary packages built by third parties (e.g. Linux distros). Of course, we have zero visibility into the download stats for those. regards, tom lane