summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Update manual set of copyright files for 2017Bruce Momjian
2017-01-03Disable prompting for passphrase while (re)loading SSL config files.Tom Lane
2017-01-03Fix hot standby tests for sequence catalog changePeter Eisentraut
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2017-01-02Use clock_gettime(), if available, in instr_time measurements.Tom Lane
2017-01-02In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane
2017-01-01Avoid assuming that instr_time == struct timeval in pgbench logging.Tom Lane
2016-12-31Fix unstable regression test results.Tom Lane
2016-12-29Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane
2016-12-29Fix typo in commentPeter Eisentraut
2016-12-29Expand ad-hoc unit abbreviations in function descriptionsPeter Eisentraut
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2016-12-27Don't rename .partial files in pg_receivexlog if an error occuredMagnus Hagander
2016-12-27Fix typo commentsMagnus Hagander
2016-12-26Remove triggerable Assert in hashname().Tom Lane
2016-12-25Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane
2016-12-24pg_dumpall: Include --verbose option in --help outputStephen Frost
2016-12-24Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove unnecessary casts of makeNode() resultPeter Eisentraut
2016-12-23Spellcheck: s/descendent/descendant/gTom Lane
2016-12-23pg_dump: Remove obsolete handling of sequence namesPeter Eisentraut
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-22Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane
2016-12-22Update sequence_1.out for recent changesPeter Eisentraut
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-22Fix broken error check in _hash_doinsert.Robert Haas
2016-12-22Code review for ATExecAttachPartition.Robert Haas
2016-12-22Simplify tape block format.Heikki Linnakangas
2016-12-22Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes
2016-12-21Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-21Fix dumping of casts and transforms using built-in functionsStephen Frost
2016-12-21For 8.0 servers, get last built-in oid from pg_databaseStephen Frost
2016-12-21Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed
2016-12-21Convert elog() to ereport() and do some wordsmithing.Robert Haas
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-21Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas
2016-12-21Refactor merge path generation code.Robert Haas
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-21Forbid invalid combination of options in pg_basebackup.Fujii Masao
2016-12-21Fix minor oversights in nodeAgg.c.Tom Lane
2016-12-20Fix minor error message style violation.Tom Lane
2016-12-20Add pg_sequence system catalogPeter Eisentraut