aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix pg_rewind when rewinding new database with tables includedMichael Paquier2019-03-18
* Error out in pg_verify_checksums on incompatible block sizeMichael Paquier2019-03-18
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-15
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Fix thinko when bumping on temporary directories in pg_verify_checksumsMichael Paquier2019-03-14
* Remove extra commaMagnus Hagander2019-03-13
* Fix cross-version compatibility checks of pg_verify_checksumsMichael Paquier2019-03-13
* Fix testing of parallel-safety of scan/join target.Etsuro Fujita2019-03-12
* Fix potential memory access violation in ecpg if filename of include file isMichael Meskes2019-03-11
* Fix documentation on partitioning vs. foreign tablesAlvaro Herrera2019-03-10
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Simplify release-note links to back branches.Tom Lane2019-03-09
* Fix function signatures of pageinspect in documentationMichael Paquier2019-03-08
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Disable dump_connstr test on Msys2Andrew Dunstan2019-03-05
* Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan2019-03-05
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-04
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* Fix SCRAM authentication via SSL when mixing versions of OpenSSLMichael Paquier2019-02-28
* Fix inconsistent out-of-memory error reporting in dsa.c.Thomas Munro2019-02-25
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-24
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* Tolerate ENOSYS failure from sync_file_range().Thomas Munro2019-02-24
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Report correct name in autovacuum "work items" activityAlvaro Herrera2019-02-22
* Fix dbtoepub output file namePeter Eisentraut2019-02-21
* Speed up match_eclasses_to_foreign_key_col() when there are many ECs.Tom Lane2019-02-20
* Fix incorrect strictness test for ArrayCoerceExpr expressions.Tom Lane2019-02-20
* Make object address handling more robustAlvaro Herrera2019-02-20
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* Fix omissions in ecpg/test/sql/.gitignore.Tom Lane2019-02-18
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-18
* Fix some issues with TAP tests of pg_basebackupMichael Paquier2019-02-18
* Fix race in dsm_unpin_segment() when handles are reused.Thomas Munro2019-02-18
* Fix documentation for dblink_error_message() return valueJoe Conway2019-02-17
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Doc: remove ancient comment.Tatsuo Ishii2019-02-17
* Fix CLogTruncationLock documentation.Noah Misch2019-02-17
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Fix race in dsm_attach() when handles are reused.Thomas Munro2019-02-15
* Fix rare dsa_allocate() failures due to freepage.c corruption.Thomas Munro2019-02-13
* Clean up planner confusion between ncolumns and nkeycolumns.Tom Lane2019-02-12
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* Clarify docs about limitations of constraint exclusion with partitionsMichael Paquier2019-02-12
* Stamp 11.2.REL_11_2Tom Lane2019-02-11
* Last-minute updates for release notes.Tom Lane2019-02-11
* Translation updatesPeter Eisentraut2019-02-11