index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix nbtree.h dedup state comment.
Peter Geoghegan
2020-06-17
*
spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.
Andres Freund
2020-06-17
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
*
Minor code cleanup for perform_base_backup().
Robert Haas
2020-06-17
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Doc: fix copy-and-pasteo in ecpg docs.
Tom Lane
2020-06-16
*
Lobotomize test for float -Inf ^ -2, at least for now.
Tom Lane
2020-06-16
*
Fix file reference in nls.mk
Peter Eisentraut
2020-06-16
*
In dpow(), remove redundant check for whether y is an integer.
Tom Lane
2020-06-16
*
Remove useless variable.
Thomas Munro
2020-06-16
*
Make BufFileWrite() void.
Thomas Munro
2020-06-16
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
doc: Document factorial function
Peter Eisentraut
2020-06-16
*
pg_upgrade: set vacuum_defer_cleanup_age to zero
Bruce Momjian
2020-06-15
*
Fix power() for large inputs yet more.
Tom Lane
2020-06-15
*
Assorted cleanup of tar-related code.
Robert Haas
2020-06-15
*
Fix power() for infinity inputs some more.
Tom Lane
2020-06-15
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
*
pg_dump: Unbreak dumping of aggregates from very old server versions
Peter Eisentraut
2020-06-15
*
Error message refactoring
Peter Eisentraut
2020-06-15
*
Bump catversion for ACL changes on replication origin functions
Michael Paquier
2020-06-15
*
Doc: Add references for SI and SSI.
Thomas Munro
2020-06-15
*
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-14
*
Add test coverage for EXTRACT()
Peter Eisentraut
2020-06-14
*
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-14
*
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-13
*
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
*
Silence _bt_check_unique compiler warning.
Peter Geoghegan
2020-06-13
*
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
*
Grammar object type refactoring
Peter Eisentraut
2020-06-13
*
Create by default sql/ and expected/ for output directory in pg_regress
Michael Paquier
2020-06-13
*
Add more TAP tests for pg_dump options with range checks
Michael Paquier
2020-06-13
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-13
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
*
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
*
Make more use of RELKIND_HAS_STORAGE()
Peter Eisentraut
2020-06-12
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
doc: document problems with using xreflabel in XML docs
Bruce Momjian
2020-06-11
*
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Bruce Momjian
2020-06-11
*
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
pg_dump: Remove dead code
Peter Eisentraut
2020-06-11
*
Fix typos.
Amit Kapila
2020-06-11
*
Refactor DROP LANGUAGE grammar
Peter Eisentraut
2020-06-11
*
Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut
2020-06-11
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
[next]