index
:
users/gsingh/postgres.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
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal 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-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
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
Allow "in place" tablespaces.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-05
Create foreign key triggers in partitioned tables too
Alvaro Herrera
[next]