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
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
*
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Short-circuit slice requests that are for more than the object's size.
Tom Lane
2021-03-22
*
Mostly-cosmetic adjustments of TOAST-related macros.
Tom Lane
2021-03-22
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
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
[next]