aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao2016-08-01
* Doc: remove claim that hash index creation depends on effective_cache_size.Tom Lane2016-07-31
* pgbench docs: fix incorrect "last two" fields textBruce Momjian2016-07-30
* doc: apply hypen fix that was not backpatchedBruce Momjian2016-07-30
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane2016-07-28
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Improve documentation about CREATE TABLE ... LIKE.Tom Lane2016-07-28
* Register atexit hook only once in pg_upgrade.Tom Lane2016-07-28
* Fix incorrect description of udt_privileges view in documentation.Fujii Masao2016-07-28
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-23
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-21
* Make pltcl regression tests safe for Danish locale.Tom Lane2016-07-21
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Fix typosMagnus Hagander2016-07-20
* Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane2016-07-19
* Fix MSVC build for changes in zic.Tom Lane2016-07-19
* Sync back-branch copies of the timezone code with IANA release tzcode2016c.Tom Lane2016-07-19
* Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes.Tom Lane2016-07-18
* Use correct symbol for minimum int64 valuePeter Eisentraut2016-07-17
* Fix crash in close_ps() for NaN input coordinates.Tom Lane2016-07-16
* Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund2016-07-15
* Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund2016-07-15
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-15
* doc: Fix typosPeter Eisentraut2016-07-14
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix obsolete header-file reference in pg_buffercache docs.Tom Lane2016-07-13
* Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane2016-07-12
* doc: Update URL for PL/PHPPeter Eisentraut2016-07-11
* Add missing newline in error messageMagnus Hagander2016-07-11
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-09
* Docs: improve examples about not repeating table name in UPDATE ... SET.Tom Lane2016-07-08
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* doc: mention dependency on collation librariesBruce Momjian2016-07-02
* Be more paranoid in ruleutils.c's get_variable().Tom Lane2016-07-01
* Fix crash bug in RestoreSnapshot.Robert Haas2016-07-01
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Add tab completion for pager_min_lines to psql.Andrew Dunstan2016-06-23
* Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.Tom Lane2016-06-22
* Document that dependency tracking doesn't consider function bodies.Tom Lane2016-06-21
* Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane2016-06-20
* Add missing documentation of pg_roles.rolbypassrlsMagnus Hagander2016-06-20
* Docs: improve description of psql's %R prompt escape sequence.Tom Lane2016-06-19
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Fix validation of overly-long IPv6 addresses.Tom Lane2016-06-16