summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct thinko in last-minute release note item.REL9_2_20Tom Lane2017-02-071-2/+2
* Initialize number_of_jobs in NewRestoreOptionsStephen Frost2017-02-071-0/+1
* Stamp 9.2.20.Tom Lane2017-02-066-21/+21
* Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.Tom Lane2017-02-061-0/+412
* Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane2017-02-061-4/+29
* Translation updatesPeter Eisentraut2017-02-0636-11077/+11068
* Add missing newline to error messagesPeter Eisentraut2017-02-061-1/+1
* Fix typo also in expected output.Heikki Linnakangas2017-02-061-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-0671-97/+97
* Add KOI8-U map files to Makefile.Heikki Linnakangas2017-02-021-1/+2
* Update time zone data files to tzdata release 2016j.Tom Lane2017-01-308-122/+196
* Orthography fixes for new castNode() macro.Tom Lane2017-01-271-9/+9
* Check interrupts during hot standby waitsSimon Riggs2017-01-271-0/+2
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-262-1/+23
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-265-1/+187
* Fix bug in verifying TLI (timeline ID) in WAL page header during recovery..Fujii Masao2017-01-251-36/+22
* Revert "Fix comments in StrategyNotifyBgWriter()."Tatsuo Ishii2017-01-241-2/+2
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-241-2/+2
* doc: Update URL for Microsoft download sitePeter Eisentraut2017-01-231-1/+1
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-201-1/+23
* Reset the proper GUC in create_index test.Tom Lane2017-01-182-2/+2
* Change some test macros to return true booleansAlvaro Herrera2017-01-181-2/+2
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-171-62/+147
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-141-1/+10
* pg_restore: Don't allow non-positive number of jobsStephen Frost2017-01-111-0/+16
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-053-19/+42
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-043-0/+108
* Update copyright for 2017Bruce Momjian2017-01-032-3/+3
* Remove bogus notice that older clients might not work with MD5 passwords.Heikki Linnakangas2017-01-031-6/+0
* ilence compiler warningsJoe Conway2017-01-021-1/+3
* Silence Bison deprecation warningsJoe Conway2017-01-022-0/+16
* Fix incorrect example of to_timestamp() usage.Tom Lane2016-12-291-1/+1
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-273-29/+105
* Explain unaccounted for space in pgstattuple.Andrew Dunstan2016-12-271-0/+10
* Remove triggerable Assert in hashname().Tom Lane2016-12-261-4/+1
* pg_dumpall: Include --verbose option in --help outputStephen Frost2016-12-241-0/+1
* Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost2016-12-231-10/+18
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-221-3/+5
* Make dblink try harder to form useful error messagesJoe Conway2016-12-221-9/+22
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-222-6/+5
* Improve dblink error message when remote does not provide itJoe Conway2016-12-211-1/+1
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-211-0/+8
* Fix dumping of casts and transforms using built-in functionsStephen Frost2016-12-211-3/+10
* For 8.0 servers, get last built-in oid from pg_databaseStephen Frost2016-12-211-13/+23
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-161-1/+1
* Sync our copy of the timezone library with IANA release tzcode2016j.Tom Lane2016-12-152-1/+6
* Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.Kevin Grittner2016-12-1311-7/+307
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-119-141/+136
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-12-116-34/+23
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-113-29/+47