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 WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-18
*
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-18
*
By default, set log_line_prefix = '%m [%p] '.
Robert Haas
2016-10-17
*
Fix use-after-free around DISTINCT transition function calls.
Heikki Linnakangas
2016-10-17
*
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-17
*
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-10-14
*
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-10-14
*
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-14
*
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
*
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
[next]