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
*
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-13
*
Fix misleading comments about TOAST access macros.
Tom Lane
2021-09-08
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
*
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-08
*
Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
Tom Lane
2021-09-07
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Set the volatility of the timestamptz version of date_bin() back to immutable
John Naylor
2021-09-03
*
Mark the timestamptz variant of date_bin() as stable
John Naylor
2021-08-31
*
Fix typo
Peter Eisentraut
2021-08-25
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
*
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-08-13
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Fix small inconsistencies in catalog definition of multirange operators
Alexander Korotkov
2021-07-15
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Probe for preadv/pwritev in a more macOS-friendly way.
Tom Lane
2021-07-12
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-14
*
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
*
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Add some const decorations
Peter Eisentraut
2021-06-10
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
*
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
*
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-06
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-03
[next]