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 another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
*
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
*
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-13
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-12
*
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
*
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-10
*
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
*
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
[next]