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
*
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-09
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-07
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Remove bogus mapping from UTF-8 to SJIS conversion table.
Heikki Linnakangas
2016-10-07
*
Fix excessive memory consumption in the new sort pre-reading code.
Heikki Linnakangas
2016-10-06
*
Re-alphabetize #include directives.
Robert Haas
2016-10-05
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Fix another Windows compile break.
Robert Haas
2016-10-04
*
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
*
Fix another outdated comment.
Heikki Linnakangas
2016-10-04
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Update comment.
Heikki Linnakangas
2016-10-04
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
*
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-03
*
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-10-03
*
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-02
*
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-10-01
*
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
[next]