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
/
include
/
commands
Age
Commit message (
Expand
)
Author
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Add --buffer-usage-limit option to vacuumdb
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-04
Perform logical replication actions as the table owner.
Robert Haas
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-13
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-07
Make get_extension_schema() available
Michael Paquier
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-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
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-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-10
Add new GUC createrole_self_grant.
Robert Haas
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-23
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-04
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-06
Fix comment in copyfrom_internal.h
Michael Paquier
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-02
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-03-30
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
[next]