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
/
access
Age
Commit message (
Expand
)
Author
2019-06-11
tableam: Fix index_build_range_scan parameter name.
Robert Haas
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-04
Fix some typos and inconsistencies in tableam.h
Michael Paquier
2019-05-31
Fix incorrect parameter name in comment
David Rowley
2019-05-30
Remove unnecessary (and wrong) forward declaration.
Andres Freund
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
In transam.h, don't expose static inline functions to frontend code.
Tom Lane
2019-05-21
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-18
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-18
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-14
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
Improve comment for att_isnull.
Robert Haas
2019-04-30
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-08
tableam: comment and formatting fixes.
Andres Freund
2019-04-08
Fix a number of issues around modifying a previously updated row.
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
tableam: basic documentation.
Andres Freund
2019-04-03
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
tableam: bitmap table scan.
Andres Freund
2019-04-01
tableam: sample scan.
Andres Freund
2019-04-01
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-31
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
tableam: Comment fixes.
Andres Freund
2019-03-29
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
Fix a few comment copy & pastos.
Andres Freund
2019-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
Remove heap_hot_search().
Andres Freund
2019-03-26
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-24
Remove spurious return.
Andres Freund
[next]