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 1v0uIv-0029I6-R0 for pgsql-general@arkaria.postgresql.org; Tue, 23 Sep 2025 04:07:02 +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 1v0uIt-003EZ3-K1 for pgsql-general@arkaria.postgresql.org; Tue, 23 Sep 2025 04:06:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v0uIt-003EYv-7k for pgsql-general@lists.postgresql.org; Tue, 23 Sep 2025 04:06:59 +0000 Received: from prime.gushi.org ([2620:137:6000:10::142]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v0uIq-001sCj-0P for pgsql-general@lists.postgresql.org; Tue, 23 Sep 2025 04:06:57 +0000 Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.18.1/8.18.1) with ESMTPS id 58N46neX088140 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Tue, 23 Sep 2025 04:06:50 GMT (envelope-from danm@prime.gushi.org) DKIM-Filter: OpenDKIM Filter v2.10.3 prime.gushi.org 58N46neX088140 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gushi.org; s=prime2014; t=1758600410; bh=yCjcf1PeNgmnulFDICAYQg+3YMV6sir7BGCBjPeNsIE=; h=Date:From:To:Subject; z=Date:=20Tue,=2023=20Sep=202025=2004:06:49=20+0000=20(UTC)|From:=2 0"Dan=20Mahoney=20(Gushi)"=20|To:=20pgsql-gene ral@lists.postgresql.org|Subject:=20Quick=20questions=20about=20po stgres=20name?; b=Ay8LiylfCUdZRpsS8VGSeHRQ9ZBzlZ3N/T0ggYU95G96Ey3D/+x6oOKHdLqQ7CXt4 4O3MhrK6pvAO9aQQroDI2ZHnDsaJD2SGmfKmksY8C/pX1+nhvU3n2jzPe1SzVbG5CV a7DYatWIwKnBV3YURhmTKEflYBCoS/se08KY9UDOjruwmyZ1KYTj+nENcG6RHgMpwa /lM012dhe01I4IO01SRGDhAzv6HtqHzDkXYnXPiSg383t3BPRGr0fuRsMtk+7TWC/Z 4naBFCW208bsfXJ/wLYPdz+1EyqahsvmG2hXaKWSe7FLryzL6B6fq2XWkz4lZHkYqZ Pd6F1jbfY1lrA== Received: (from danm@localhost) by prime.gushi.org (8.18.1/8.18.1/Submit) id 58N46nfR088138; Tue, 23 Sep 2025 04:06:49 GMT (envelope-from danm) Date: Tue, 23 Sep 2025 04:06:49 +0000 (UTC) From: "Dan Mahoney (Gushi)" To: pgsql-general@lists.postgresql.org Subject: Quick questions about postgres name? Message-ID: <40e1228d-eb4b-5741-4ee3-eaba23831a84@gushi.org> X-OpenPGP-Key-ID: 0x624BB249 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (prime.gushi.org [0.0.0.0]); Tue, 23 Sep 2025 04:06:50 +0000 (UTC) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hey there folks, The manual contains a "Brief History" of postgres and notes that the name Postgres was retained as an official name after Postgres95 added official SQL support, and because 95 wouldn't stand the test of time. It makes mention of the original professor who spearheaded the project under a DARPA grant, but it would probably do well to know where the name came from. If there's somewhere where this should be suggested, let me know. (Wikipedia has some of this history -- https://en.wikipedia.org/wiki/Ingres_(database)) -Dan --