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
*
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
*
Silence compiler warnings
Alvaro Herrera
2016-09-28
*
Rationalize format-picture caching logic in formatting.c.
Tom Lane
2016-09-28
*
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
2016-09-28
*
Remove dead line of code
Peter Eisentraut
2016-09-28
*
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
*
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
*
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-28
*
Disallow pushing volatile quals past set-returning functions.
Tom Lane
2016-09-27
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Replace the built-in GIN array opclasses with a single polymorphic opclass.
Tom Lane
2016-09-26
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
*
Remove useless code.
Tom Lane
2016-09-23
*
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
C comment: fix function header comment
Bruce Momjian
2016-09-22
*
Remove nearly-unused SizeOfIptrData macro.
Tom Lane
2016-09-22
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Delay updating control file to "in production"
Peter Eisentraut
2016-09-21
*
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-16
*
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-15
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Fix typo in comment.
Robert Haas
2016-09-15
*
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-15
*
Add overflow checks to money type input function
Peter Eisentraut
2016-09-14
*
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
*
Fix executor/README to reflect disallowing SRFs in UPDATE.
Tom Lane
2016-09-13
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
*
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-12
*
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
*
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-11
*
Implement binary heap replace-top operation in a smarter way.
Heikki Linnakangas
2016-09-11
*
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-10
*
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
*
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
*
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
*
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
*
Improve scalability of md.c for large relations.
Andres Freund
2016-09-08
*
Faster PageIsVerified() for the all zeroes case.
Andres Freund
2016-09-08
[next]