index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Commit message (
Expand
)
Author
Age
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
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-18
*
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-12-17
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
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-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
*
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-27
*
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-25
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-25
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
[next]