index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-09
Disallow specifying ICU rules unless locale provider is ICU
Peter Eisentraut
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
Clean up comments
Peter Eisentraut
2023-03-08
Improve readability of code PROCESS_MAIN in vacuum_rel()
Michael Paquier
2023-03-07
Make get_extension_schema() available
Michael Paquier
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-04
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-02-22
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-02-16
Fix check for child column generation status matching parent.
Tom Lane
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
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
[next]