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
/
include
/
commands
Age
Commit message (
Expand
)
Author
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-09-30
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-08-23
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
Add const decorations
Peter Eisentraut
2023-07-11
Report index vacuum progress.
Masahiko Sawada
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
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
[next]