index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Age
Commit message (
Expand
)
Author
2022-07-07
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
Refactor sending of DataRow messages in replication protocol
Peter Eisentraut
2022-07-04
Refactor sending of RowDescription messages in replication protocol
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-06
pgstat: normalize function naming.
Andres Freund
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-20
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-11-26
Update comments
Peter Eisentraut
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-03
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-06-28
Message style improvements
Peter Eisentraut
2021-06-18
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-20
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-04-08
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-06
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-05
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-03-25
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-24
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-22
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-21
Suppress various new compiler warnings.
Tom Lane
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-10
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-04
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-05
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-06-15
Fix some comments referring to past features
Michael Paquier
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
[prev]
[next]