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-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
2023-04-03
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-03
Only make buffer strategy for vacuum when it's likely needed
David Rowley
2023-04-03
Remove some global variables from vacuum.c
David Rowley
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
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
[next]