index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
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 pgstat_report_replslot() to use proper data types for its arguments.
Fujii Masao
2021-04-02
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
*
Fix comment in parsenodes.h
Michael Paquier
2021-03-31
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Allow users of simplehash.h to perform direct deletions
David Rowley
2021-03-30
*
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-30
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
*
Add unistr function
Peter Eisentraut
2021-03-29
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
*
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
*
BRIN bloom indexes
Tomas Vondra
2021-03-26
*
Support the old signature of BRIN consistent function
Tomas Vondra
2021-03-26
*
Remove unnecessary pg_amproc BRIN minmax entries
Tomas Vondra
2021-03-26
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Rework HeapTupleHeader macros to reuse itemptr.h
Alvaro Herrera
2021-03-25
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Improve connection denied error message during recovery.
Fujii Masao
2021-03-25
*
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
*
Add date_bin function
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
*
Add bit_count SQL function
Peter Eisentraut
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
*
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
*
Remove useless configure probe for <lz4/lz4.h>.
Tom Lane
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
[next]