aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_upgrade docs: clarify instructions on standby extensionsBruce Momjian2017-02-25
* Fix unportable definition of BSWAP64() macro.Tom Lane2017-02-24
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-22
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Fix sloppy handling of corner-case errors in fd.c.Tom Lane2017-02-21
* doc: Update URL for plrPeter Eisentraut2017-02-21
* Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns.Tom Lane2017-02-20
* Make src/interfaces/libpq/test clean up after itself.Tom Lane2017-02-19
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-19
* Fix help message for pg_basebackup -RMagnus Hagander2017-02-18
* Document usage of COPT environment variable for adjusting configure flags.Tom Lane2017-02-17
* pg_dump: Fix typo in queryPeter Eisentraut2017-02-17
* Doc: remove duplicate index entry.Tom Lane2017-02-16
* Formatting and docs corrections for logical decoding output plugins.Tom Lane2017-02-15
* Doc: fix typo in logicaldecoding.sgml.Tom Lane2017-02-15
* Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane2017-02-15
* Fix tab completion for "ALTER SYSTEM SET variable ...".Tom Lane2017-02-15
* Fix YA unwanted behavioral difference with operator_precedence_warning.Tom Lane2017-02-15
* Corrections and improvements to generic parallel query documentation.Robert Haas2017-02-14
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-12
* Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane2017-02-09
* Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane2017-02-08
* Correct thinko in last-minute release note item.Tom Lane2017-02-07
* Stamp 9.6.2.REL9_6_2Tom Lane2017-02-06
* Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.Tom Lane2017-02-06
* Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane2017-02-06
* Translation updatesPeter Eisentraut2017-02-06
* Add missing newline to error messagesPeter Eisentraut2017-02-06
* Fix typo also in expected output.Heikki Linnakangas2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix placement of initPlans when forcibly materializing a subplan.Tom Lane2017-02-02
* Add KOI8-U map files to Makefile.Heikki Linnakangas2017-02-02
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost2017-01-31
* test_pg_dump: perltidy cleanupStephen Frost2017-01-31
* Update time zone data files to tzdata release 2016j.Tom Lane2017-01-30
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* test_pg_dump TAP test whitespace cleanupStephen Frost2017-01-29
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Check interrupts during hot standby waitsSimon Riggs2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-26
* Reset hot standby xmin after restartSimon Riggs2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-24
* doc: Update URL for Microsoft download sitePeter Eisentraut2017-01-23
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Reset the proper GUC in create_index test.Tom Lane2017-01-18
* Change some test macros to return true booleansAlvaro Herrera2017-01-18