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
*
Rewrite async-connection loop in libpqwalreceiver.c, once again.
Tom Lane
2017-03-15
*
Fix failure to use clamp_row_est() for parallel joins.
Robert Haas
2017-03-15
*
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
*
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-15
*
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
*
Improve grammar / fix typos in snapbuild.c.
Andres Freund
2017-03-14
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
*
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Include port number when logging successful binding to a TCP port.
Tom Lane
2017-03-14
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
*
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-14
*
Update overlooked comment for Gather Merge.
Robert Haas
2017-03-14
*
Remove some bogus logic from create_gather_merge_plan.
Robert Haas
2017-03-14
*
Silence unused variable compiler warning
Alvaro Herrera
2017-03-13
*
Include array size in forward declaration.
Heikki Linnakangas
2017-03-13
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Use radix tree for character encoding conversions.
Heikki Linnakangas
2017-03-13
*
Remove obsolete references to JIS0201.TXT JIS0208.TXT.
Heikki Linnakangas
2017-03-13
*
Fix typo in comment
Magnus Hagander
2017-03-13
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Add "break"s to make it clearer what will happen in a nested switch.
Tom Lane
2017-03-12
*
Remove dead code in nodeGatherMerge.c.
Tom Lane
2017-03-12
*
Improve expression evaluation test coverage.
Andres Freund
2017-03-11
*
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-03-10
*
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Change the relkind for partitioned tables from 'P' to 'p'.
Tom Lane
2017-03-10
*
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-09
*
Fix portability problem in Catalog.pm.
Tom Lane
2017-03-09
*
Throw an error if a DATA() line contains wrong # of attributes.
Robert Haas
2017-03-09
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
*
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-09
*
Fix a couple of planner bugs in Gather Merge.
Robert Haas
2017-03-09
*
Use SQL standard error code for nextval
Peter Eisentraut
2017-03-09
*
Enable replication connections by default in pg_hba.conf
Peter Eisentraut
2017-03-09
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Document intentional violations of header inclusion policy.
Tom Lane
2017-03-08
*
Suppress compiler warning in slab.c.
Tom Lane
2017-03-08
*
Suppress compiler warning in non-USE_LIBXML builds.
Tom Lane
2017-03-08
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
*
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
*
Silence compiler warnings in BitmapHeapNext().
Tom Lane
2017-03-08
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
[next]