PostgreSQL היא מערכת לניהול בסיס נתונים יחסי שהיא תוכנה חופשית (ברישיון BSD). בדומה לתוכנות קוד פתוח אחרות כגון: אפאצ'י ולינוקס, גם PostgreSQL אינה נשלטת על ידי אף חברה מסוימת אחת, אלא נתמכת על ידי הקהילה הגלובלית של מתכנתים וחברות שיפתחו אותה. PostgreSQL מוטמעת כתת-מערכת נרחבת של ANSI SQL, ויכולה לרוץ על פלטפורמות רבות. כמו כן, היא מתממשקת עם שפות תכנות רבות ופרוטוקולים של בסיסי נתונים, כגון: ODBC או JDBC.
כרגע בגרסה הנוכחית, PostgreSQL, לא תומך בתישאול מקבילי(Parallel query), וזה צפוי להתממש בעתיד.
PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data securely, supporting best practices, and to allow for retrieval at the request of other software applications. It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.