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-03-31
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-21
Support language tags in older ICU versions (53 and earlier).
Jeff Davis
2023-03-20
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-17
Fix typo
Peter Eisentraut
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-16
Small code simplification
Peter Eisentraut
2023-03-15
Don't try to read default for a non-existent attribute
Andrew Dunstan
2023-03-15
Fix fractional vacuum_cost_delay.
Thomas Munro
2023-03-13
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
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
[next]