index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-25
*
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
*
Add const decorations
Peter Eisentraut
2023-08-23
*
Report index vacuum progress.
Masahiko Sawada
2023-07-11
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-07
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Make get_extension_schema() available
Michael Paquier
2023-03-07
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
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-25
*
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
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-19
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
*
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
*
Fix comment in copyfrom_internal.h
Michael Paquier
2022-08-06
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
[next]