aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan2015-05-26
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-25
* pgindent: document location of "all" typedef listsBruce Momjian2015-05-25
* Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA.Tom Lane2015-05-25
* Update README.tuplockAlvaro Herrera2015-05-25
* Clean up and simplify jsonb_concat code.Andrew Dunstan2015-05-25
* pgindent: fix typoBruce Momjian2015-05-25
* Fix rescan of IndexScan node with the new lossy GiST distance functions.Heikki Linnakangas2015-05-25
* pgindent: more doc updates for skipping __asm__ filesBruce Momjian2015-05-24
* Revert 9.5 pgindent changes to atomics directory filesBruce Momjian2015-05-24
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane2015-05-24
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-24
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update typedef file in preparation for pgindent runBruce Momjian2015-05-23
* Improve pgindent instructions regarding Perl backup filesBruce Momjian2015-05-23
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-23
* Fix incorrect snprintf() limit.Tom Lane2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Fix recently-introduced crash in array_contain_compare().Tom Lane2015-05-22
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* Minor enhancement of readability of ALTER TABLE syntax in the doc.Fujii Masao2015-05-22
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Improve packing/alignment annotation for ItemPointerData.Tom Lane2015-05-21
* Correct two mistakes in the ALTER FOREIGN TABLE reference page.Robert Haas2015-05-21
* Correct the names of pgstattuple_approx output columns in the doc.Fujii Masao2015-05-21
* Make recovery_target_action = pause work.Fujii Masao2015-05-21
* Another typo fix.Tom Lane2015-05-20
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix spelling in commentSimon Riggs2015-05-19
* Last-minute updates for release notes.Tom Lane2015-05-19
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-19
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-19
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-19
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-19
* Message string improvementsPeter Eisentraut2015-05-18
* Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut2015-05-18
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-18
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-19
* Put back a backwards-compatible version of sampling support functions.Tom Lane2015-05-18
* Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.Tom Lane2015-05-18
* Fix error message in pre_sync_fname.Robert Haas2015-05-18
* Last-minute updates for release notes.Tom Lane2015-05-18