index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
dependency.out
Age
Commit message (
Expand
)
Author
2025-02-05
Show more-intuitive titles for psql commands \dt, \di, etc.
Tom Lane
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-02-14
Fix multiranges to behave more like dependent types.
Tom Lane
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2020-12-20
Multirange datatypes
Alexander Korotkov
2019-03-24
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-24
Sort dependent objects before reporting them in DROP ROLE.
Tom Lane
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2010-08-26
Improve wording for privilege description on certain failure messages; the
Alvaro Herrera
2009-11-22
Improve psql's tabular display of wrapped-around data by inserting markers
Tom Lane
2009-01-22
Support column-level privileges, as required by SQL standard.
Tom Lane
2008-09-08
Create a separate grantable privilege for TRUNCATE, rather than having it be
Tom Lane
2008-07-03
Don't print the name of the database in psql \z.
Peter Eisentraut
2008-05-05
Display ACLS using multiple lines for psql's \z. Brendan Jurd.
Andrew Dunstan
2006-09-05
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-08-21
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2005-11-21
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-08-04
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-07-07
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane