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-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
2022-11-08
Unify some internal error message wordings
Peter Eisentraut
2022-11-04
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-03
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-02
Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO
Michael Paquier
2022-10-31
Fix ALTER COLLATION "default" REFRESH VERSION.
Jeff Davis
2022-10-31
Enable pg_collation_actual_version() to work on the default collation.
Jeff Davis
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-18
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
Alvaro Herrera
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
[next]