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
/
access
/
common
Age
Commit message (
Expand
)
Author
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-21
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-05
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-01
Optimizations for integer to decimal output.
Andrew Gierth
2020-01-07
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-18
Move heap-specific detoasting logic into a separate function.
Robert Haas
2019-12-18
Fix compiler warning in non-assert builds
Michael Paquier
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-17
Fix bad formula in previous commit.
Robert Haas
2019-12-17
Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
Robert Haas
2019-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-16
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-14
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Refactor code building relation options
Michael Paquier
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-04
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-01
Optimize partial TOAST decompression
Tomas Vondra
2019-09-27
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-09-25
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-06-25
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-12
Fix typos in reloptions.c
Michael Paquier
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-03-30
Generated columns
Peter Eisentraut
2019-03-26
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
[next]