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 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
*
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-16
*
Widen buffer for headers in psql's \watch command.
Tom Lane
2016-06-15
*
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-13
*
Remove extraneous leading whitespace in Windows build script.
Tom Lane
2016-06-13
*
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
*
nls-global.mk: search build dir for source files, too
Alvaro Herrera
2016-06-07
*
Fix thinko in description of table_name parameter
Alvaro Herrera
2016-06-07
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
*
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-06-03
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
Clean up some minor inefficiencies in parallel dump/restore.
Tom Lane
2016-06-01
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Fix typo in CREATE DATABASE syntax synopsis.
Tom Lane
2016-05-31
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Fix missing abort checks in pg_backup_directory.c.
Tom Lane
2016-05-29
*
Remove pg_dump/parallel.c's useless "aborting" flag.
Tom Lane
2016-05-29
*
Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.
Tom Lane
2016-05-28
[next]