aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add more documentation and tests for publicationsPeter Eisentraut2017-03-15
* 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
* Bump catversion for MACADDR8Stephen Frost2017-03-15
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Add a regression test for snapshot too old with hash indexes.Robert Haas2017-03-15
* Fix MB regression tests for WAL-logging of hash indexes.Robert Haas2017-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
* doc: Remove useless elements in bibliographyPeter Eisentraut2017-03-14
* doc: Fix TOC generation for refentriesPeter Eisentraut2017-03-14
* Improve grammar / fix typos in snapbuild.c.Andres Freund2017-03-14
* Some preliminary refactoring towards partitionwise join.Robert Haas2017-03-14
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-14
* amcheck: Harden tests against concurrent autovacuums.Andres Freund2017-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
* ecpg: Improve some variable namesPeter Eisentraut2017-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
* Update .gitignoreRobert Haas2017-03-14
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* doc: Fix synopsisPeter Eisentraut2017-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
* Fix busted markup.Tom Lane2017-03-13
* Silence unused variable compiler warningAlvaro Herrera2017-03-13
* Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane2017-03-13
* Remove unnecessary dependency on statement_timeout in prepared_xacts test.Tom Lane2017-03-13
* Document two phase commit commands in ecpg docu.Michael Meskes2017-03-13
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-13
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-13
* Include array size in forward declaration.Heikki Linnakangas2017-03-13
* Fix compiler warningPeter Eisentraut2017-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
* initdb: Re-add translatable string that got lostPeter Eisentraut2017-03-13
* Fix typo in commentMagnus Hagander2017-03-13
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-12
* Fix pg_file_write() error handling.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Fix comment about length of text, bytea, etc.Noah Misch2017-03-12
* Add "break"s to make it clearer what will happen in a nested switch.Tom Lane2017-03-12
* Fix typo in initdb's SCRAM password processing.Tom Lane2017-03-12