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