index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Revert strlen -> strnlen optimization pre-v11.
Tom Lane
2019-03-23
*
Ensure xmloption = content while restoring pg_dump output.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Fix potential memory access violation in ecpg if filename of include file is
Michael Meskes
2019-03-11
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Fix error handling of readdir() port implementation on first file lookup
Michael Paquier
2019-03-04
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-25
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Make object address handling more robust
Alvaro Herrera
2019-02-20
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Fix omissions in ecpg/test/sql/.gitignore.
Tom Lane
2019-02-18
*
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Fix race in dsm_attach() when handles are reused.
Thomas Munro
2019-02-15
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Stamp 9.5.16.
REL9_5_16
Tom Lane
2019-02-11
*
Translation updates
Peter Eisentraut
2019-02-11
*
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
*
Repair unsafe/unportable snprintf usage in pg_restore.
Tom Lane
2019-02-09
*
Defend against null error message reported by libxml2.
Tom Lane
2019-02-08
*
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-07
*
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
*
Unify searchpath and do file logic in MSVC build scripts.
Andrew Dunstan
2019-02-06
*
Fix included file path for modern perl
Andrew Dunstan
2019-02-05
*
More fixed for modern perl on back branches
Andrew Dunstan
2019-02-05
*
Keep perl style checker happy
Andrew Dunstan
2019-02-05
*
Update time zone data files to tzdata release 2018i.
Tom Lane
2019-02-05
*
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2019-02-05
*
Fix dumping of matviews with indirect dependencies on primary keys.
Tom Lane
2019-02-04
*
Move port-specific parts of with_temp_install to port makefile.
Andrew Gierth
2019-02-04
*
Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS
Michael Paquier
2019-02-03
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Fix psql's "\g target" meta-command to work with COPY TO STDOUT.
Tom Lane
2019-01-26
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-23
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Revert "Add valgrind suppressions for wcsrtombs optimizations"
Tomas Vondra
2019-01-19
[next]