index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix stray double semicolons
Peter Eisentraut
2021-03-24
*
Change checkpoint_completion_target default to 0.9
Stephen Frost
2021-03-24
*
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
*
Add date_bin function
Peter Eisentraut
2021-03-24
*
Improve an error message
Peter Eisentraut
2021-03-24
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Rename wait event WalrcvExit to WalReceiverExit.
Fujii Masao
2021-03-24
*
Log when GetNewOidWithIndex() fails to find unused OID many times.
Fujii Masao
2021-03-24
*
Reword slightly logs generated for index stats in autovacuum
Michael Paquier
2021-03-24
*
Allow composite types in catalog bootstrap
Tomas Vondra
2021-03-24
*
Convert Typ from array to list in bootstrap
Tomas Vondra
2021-03-24
*
nbtree VACUUM: Cope with buggy opclasses.
Peter Geoghegan
2021-03-23
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
Add bit_count SQL function
Peter Eisentraut
2021-03-23
*
Add per-index stats information in verbose logs of autovacuum
Michael Paquier
2021-03-23
*
Fix dangling pointer reference in stream_cleanup_files.
Amit Kapila
2021-03-23
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Change the type of WalReceiverWaitStart wait event from Client to IPC.
Fujii Masao
2021-03-23
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Optimize allocations in bringetbitmap
Tomas Vondra
2021-03-23
*
Move IS [NOT] NULL handling from BRIN support functions
Tomas Vondra
2021-03-23
*
Pass all scan keys to BRIN consistent function at once
Tomas Vondra
2021-03-23
*
Move bsearch_arg to src/port
Tomas Vondra
2021-03-23
*
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
*
Error on invalid TOAST compression in CREATE or ALTER TABLE.
Robert Haas
2021-03-22
*
More code cleanup for configurable TOAST compression.
Robert Haas
2021-03-22
*
Fix concurrency issues with WAL segment recycling on Windows
Michael Paquier
2021-03-22
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Fix assorted silliness in ATExecSetCompression().
Tom Lane
2021-03-21
*
Recycle nbtree pages deleted during same VACUUM.
Peter Geoghegan
2021-03-21
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
*
Move lwlock-release probe back where it belongs
Peter Eisentraut
2021-03-21
*
Use valid compression method in brin_form_tuple
Tomas Vondra
2021-03-21
*
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-20
*
Avoid leaking memory in RestoreGUCState(), and improve comments.
Tom Lane
2021-03-19
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Use lfirst_int in cmp_list_len_contents_asc
Tomas Vondra
2021-03-20
*
Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.
Robert Haas
2021-03-19
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Fix comments in postmaster.c.
Fujii Masao
2021-03-19
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-18
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Fix misuse of foreach_delete_current().
Tom Lane
2021-03-18
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
*
Fix function name in error hint
Magnus Hagander
2021-03-18
[next]