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
Age
Commit message (
Expand
)
Author
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-22
Move IS [NOT] NULL handling from BRIN support functions
Tomas Vondra
2021-03-22
Pass all scan keys to BRIN consistent function at once
Tomas Vondra
2021-03-22
Move bsearch_arg to src/port
Tomas Vondra
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-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-21
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-21
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-20
Use valid compression method in brin_form_tuple
Tomas Vondra
2021-03-20
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-19
Use lfirst_int in cmp_list_len_contents_asc
Tomas Vondra
2021-03-19
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-19
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-19
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-19
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-19
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
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-17
Fix memory lifetime issues of replication slot stats.
Andres Freund
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-17
Fix comment in indexing.c
Michael Paquier
2021-03-17
Small error message improvement
Peter Eisentraut
2021-03-17
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-17
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-16
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
[next]