index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
Commit message (
Expand
)
Author
Age
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Fix incorrect placement of pfree() in pg_relation_check_pages()
Michael Paquier
2020-10-29
*
Use correct GetDatum() in pg_relation_check_pages()
Michael Paquier
2020-10-28
*
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-28
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Avoid gratuitous inaccuracy in numeric width_bucket().
Tom Lane
2020-10-08
*
Fix numeric width_bucket() to allow its first argument to be infinite.
Tom Lane
2020-10-08
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-09-29
*
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
*
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-29
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Cache the result of converting now() to a struct pg_tm.
Tom Lane
2020-09-28
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
*
Fix compiler warning
David Rowley
2020-09-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-09
*
Use plain memset() in numeric.c, not MemSet and friends.
Tom Lane
2020-09-08
*
Frob numeric.c loop so that clang will auto-vectorize it too.
Tom Lane
2020-09-07
*
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-09-06
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Add string_to_table() function.
Tom Lane
2020-09-02
*
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-08-15
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Fix incorrect print format in json.c
Michael Paquier
2020-07-29
*
Tweak behavior of pg_stat_activity.leader_pid
Michael Paquier
2020-07-26
*
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-22
*
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
*
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-21
*
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
*
Fix whitespace
Peter Eisentraut
2020-07-17
*
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-15
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
[next]