aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Check interrupts during hot standby waitsSimon Riggs2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-26
* Reset hot standby xmin after restartSimon Riggs2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-24
* doc: Update URL for Microsoft download sitePeter Eisentraut2017-01-23
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Reset the proper GUC in create_index test.Tom Lane2017-01-18
* Change some test macros to return true booleansAlvaro Herrera2017-01-18
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-14
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-13
* Fix cardinality estimates for parallel joins.Robert Haas2017-01-13
* Fix mistake in commentPeter Eisentraut2017-01-12
* pg_restore: Don't allow non-positive number of jobsStephen Frost2017-01-11
* pg_xlogdump: document --path behaviorBruce Momjian2017-01-10
* pg_dump: Strict names with no matching schemaStephen Frost2017-01-10
* Fix invalid-parallel-jobs error messageStephen Frost2017-01-09
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* 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