index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Block signals while allocating DSM memory.
Thomas Munro
2022-07-14
*
Small cleanup of create_list_bounds()
David Rowley
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Improve error message with JSON_SERIALIZE()
Michael Paquier
2022-07-11
*
Only allow returning string types or bytea from json_serialize
Andrew Dunstan
2022-07-07
*
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
*
pgstat: slru: remove outdated comment
Andres Freund
2022-07-06
*
Fix wrong field order in _readMergeWhenClause().
Tom Lane
2022-07-06
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
*
pgstat: drop subscription stats regardless of slot, fix comment
Andres Freund
2022-07-06
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
*
pgstat: reduce timer overhead by leaving timer running.
Andres Freund
2022-07-05
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Rename pg_checkpointer predefined role to pg_checkpoint.
Robert Haas
2022-07-05
*
Fix errors in copyfuncs/equalfuncs support for JSON node types.
Tom Lane
2022-07-05
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Default to dynamic_shared_memory_type=sysv on Solaris.
Thomas Munro
2022-07-02
*
Harden dsm_impl.c against unexpected EEXIST.
Thomas Munro
2022-07-01
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
*
Translation updates
Peter Eisentraut
2022-06-27
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
*
Harden range_table_mutator() against null RangeTblEntry.subquery.
Tom Lane
2022-06-26
*
Don't trust signalfd() on illumos.
Thomas Munro
2022-06-26
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
Fix typo in pg_publication.c
Michael Paquier
2022-06-23
*
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-23
*
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-23
*
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-22
*
Fix stale values in partition map entries on subscribers.
Amit Kapila
2022-06-21
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-15
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
*
Fix collation of JSON_TABLE output columns
Peter Eisentraut
2022-06-10
*
Improve comments for trivial_subqueryscan().
Etsuro Fujita
2022-06-09
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Harden Memoization code against broken data types
David Rowley
2022-06-08
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Revert changes to CONCURRENTLY that "sped up" Xmin advance
Alvaro Herrera
2022-05-31
*
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
*
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
*
Fix typo in hash README.
Amit Kapila
2022-05-31
*
Add debugging help in OwnLatch().
Thomas Munro
2022-05-31
[next]