summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid assuming that instr_time == struct timeval in pgbench logging.Tom Lane2017-01-011-15/+11
* Fix unstable regression test results.Tom Lane2016-12-312-7/+6
* Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane2016-12-291-15/+15
* Fix typo in commentPeter Eisentraut2016-12-291-1/+1
* Expand ad-hoc unit abbreviations in function descriptionsPeter Eisentraut2016-12-291-8/+8
* Make more use of RoleSpec structPeter Eisentraut2016-12-297-54/+41
* 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
* Don't rename .partial files in pg_receivexlog if an error occuredMagnus Hagander2016-12-271-1/+1
* Fix typo commentsMagnus Hagander2016-12-271-1/+1
* Remove triggerable Assert in hashname().Tom Lane2016-12-261-4/+1
* Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane2016-12-253-24/+48
* 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-9/+48
* Replace enum InhOption with simple boolean.Tom Lane2016-12-2312-31/+22
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-234-13/+12
* Doc: improve index entry for "median".Tom Lane2016-12-232-5/+12
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-234-12/+12
* pg_dump: Remove obsolete handling of sequence namesPeter Eisentraut2016-12-231-23/+10
* Remove sql_inheritance GUC.Robert Haas2016-12-2314-93/+20
* Remove _hash_chgbufaccess().Robert Haas2016-12-236-85/+66
* Improve RLS documentation with respect to COPYJoe Conway2016-12-223-1/+15
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-227-15/+190
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-225-3/+26
* Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane2016-12-223-36/+30
* Update sequence_1.out for recent changesPeter Eisentraut2016-12-221-6/+27
* doc: Further speed improvements for HTML XSLT buildPeter Eisentraut2016-12-222-0/+56
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-228-8/+127
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-2213-77/+173
* 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
* Code review for ATExecAttachPartition.Robert Haas2016-12-221-6/+5
* Protect dblink from invalid options when using postgres_fdw serverJoe Conway2016-12-221-6/+29
* Simplify tape block format.Heikki Linnakangas2016-12-223-478/+218
* Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane2016-12-221-5/+5
* 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-212-2/+2
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-211-0/+7
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-2114-599/+671
* Improve ALTER TABLE documentationStephen Frost2016-12-211-3/+3
* Fix dumping of casts and transforms using built-in functionsStephen Frost2016-12-212-41/+90
* For 8.0 servers, get last built-in oid from pg_databaseStephen Frost2016-12-211-6/+54
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-213-29/+76
* Convert elog() to ereport() and do some wordsmithing.Robert Haas2016-12-212-4/+7
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-214-118/+127
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-212-0/+30
* Refactor merge path generation code.Robert Haas2016-12-211-211/+250
* Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut2016-12-214-17/+17
* Forbid invalid combination of options in pg_basebackup.Fujii Masao2016-12-211-0/+10
* Fix minor oversights in nodeAgg.c.Tom Lane2016-12-201-6/+5