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