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