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
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Protect against NULL-dereference in pg_dump
Stephen Frost
2017-01-06
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Update copyright for 2017
Bruce Momjian
2017-01-03
*
Remove bogus notice that older clients might not work with MD5 passwords.
Heikki Linnakangas
2017-01-03
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Fix incorrect example of to_timestamp() usage.
Tom Lane
2016-12-29
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
*
Explain unaccounted for space in pgstattuple.
Andrew Dunstan
2016-12-27
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-25
*
pg_dumpall: Include --verbose option in --help output
Stephen Frost
2016-12-24
*
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
Stephen Frost
2016-12-23
*
Doc: improve index entry for "median".
Tom Lane
2016-12-23
*
Improve RLS documentation with respect to COPY
Joe Conway
2016-12-22
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Make dblink try harder to form useful error messages
Joe Conway
2016-12-22
*
Protect dblink from invalid options when using postgres_fdw server
Joe Conway
2016-12-22
*
Give a useful error message if uuid-ossp is built without preconfiguration.
Tom Lane
2016-12-22
*
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-22
*
Improve dblink error message when remote does not provide it
Joe Conway
2016-12-21
*
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Improve ALTER TABLE documentation
Stephen Frost
2016-12-21
*
Fix dumping of casts and transforms using built-in functions
Stephen Frost
2016-12-21
*
For 8.0 servers, get last built-in oid from pg_database
Stephen Frost
2016-12-21
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
*
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
*
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-19
*
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().
Tom Lane
2016-12-17
*
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-12-17
*
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-17
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
*
Add missing documentation for effective_io_concurrency tablespace option.
Fujii Masao
2016-12-17
*
Fix off-by-one in memory allocation for quote_literal_cstr().
Heikki Linnakangas
2016-12-16
*
Sync our copy of the timezone library with IANA release tzcode2016j.
Tom Lane
2016-12-15
*
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-12-13
*
doc: Fix purported type of pg_am.amhandler to match reality.
Robert Haas
2016-12-12
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
[next]