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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-26
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-24
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-20
Use appendStringInfoSpaces in more places
David Rowley
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-13
Clean up useless "skipping" messages for VACUUM/ANALYZE.
Jeff Davis
2023-01-13
Simplify permissions for LOCK TABLE.
Jeff Davis
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-10
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
Restrict the privileges of CREATEROLE users.
Robert Haas
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-05
Pass down current user ID to AddRoleMems and DelRoleMems.
Robert Haas
2023-01-05
Refactor permissions-checking for role grants.
Robert Haas
2023-01-03
Windows support in pg_import_system_collations
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
Fix operator typo in tablecmds.c
Michael Paquier
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
Remove direct call to GetNewObjectId() for pg_auth_members.oid
Michael Paquier
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-07
Fix FK comment think-o
Peter Eisentraut
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-23
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-17
Allow initdb to complete on systems without "locale" command
Peter Eisentraut
2022-11-17
Update some more ObjectType switch statements to not have default
Peter Eisentraut
2022-11-16
Use multi-inserts for pg_ts_config_map
Michael Paquier
2022-11-16
Avoid some overhead with open and close of catalog indexes
Michael Paquier
2022-11-15
Check return value of pclose() correctly
Peter Eisentraut
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
[next]