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-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-16
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-07-27
Fix performance problem with new COPY DEFAULT code
David Rowley
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-05
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-02
Fix oversight in handling of modifiedCols since f24523672d
Tomas Vondra
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-29
Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2023-06-29
Error message wording improvements
Peter Eisentraut
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-12
Improve error message for pg_create_subscription.
Nathan Bossart
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-19
Remove some tabs in SQL code in C string literals
Peter Eisentraut
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-17
Comment fix for 60684dd834.
Jeff Davis
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-11
Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-06
Always make a BufferAccessStrategy for ANALYZE
David Rowley
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.
Tom Lane
2023-04-04
sequences: Lock buffer before initializing page
Andres Freund
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
[next]