index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Remove obsolete comment
Peter Eisentraut
2022-04-02
*
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-26
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Revert "Remove unused wait events."
Amit Kapila
2021-10-26
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
*
Fix typo
Peter Eisentraut
2021-08-25
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-04-11
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
*
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Improve efficiency of wait event reporting, remove proc.h dependency.
Andres Freund
2021-04-03
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
[next]