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