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
*
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-04-11
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Standardize pg_authid oid_symbol values.
Noah Misch
2021-04-10
*
Fix failure of xlogprefetch.h to include all prerequisite headers.
Tom Lane
2021-04-10
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Remove duplicate typedef.
Thomas Munro
2021-04-09
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Cleanup partition pruning step generation
David Rowley
2021-04-08
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
Provide ReadRecentBuffer() to re-pin buffers by ID.
Thomas Munro
2021-04-08
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
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
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Refactor hba_authname
Magnus Hagander
2021-04-07
*
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-07
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
*
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Fix missing #include in nodeResultCache.h.
Tom Lane
2021-04-06
*
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
*
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
*
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
*
Refactor function parse_output_parameters.
Amit Kapila
2021-04-06
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Add pg_read_all_data and pg_write_all_data roles
Stephen Frost
2021-04-05
*
Renumber cursor option flags
Peter Eisentraut
2021-04-05
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
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 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
[next]