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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
Add check for syscache lookup failure in update_relispartition().
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-30
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-26
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-25
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.
Andres Freund
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-12
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-08
Reset memory context once per tuple in validateForeignKeyConstraint.
Andres Freund
2019-04-07
Report progress of REINDEX operations
Peter Eisentraut
2019-04-06
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-05
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-05
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-03
Copy name when cloning FKs recurses to partitions
Alvaro Herrera
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-31
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
Generated columns
Peter Eisentraut
2019-03-30
Small code simplification for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
Fix incorrect code in new REINDEX CONCURRENTLY code
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-25
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-20
Add index_get_partition convenience function
Alvaro Herrera
2019-03-19
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-18
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-14
Improve code comment
Peter Eisentraut
2019-03-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-13
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-13
Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.
Robert Haas
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
[next]