summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-05Fix handling of empty arrays in array_fill().Tom Lane
2017-01-05Fix format for TAP test docsSimon Riggs
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2017-01-04Assorted code improvements for table partitioning.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Add new TAP tests for pg_recvlogicalSimon Riggs
2017-01-04Add pg_recvlogical —-endpos=LSNSimon Riggs
2017-01-04Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-04Update obsolete comments in lwlock.h.Robert Haas
2017-01-04Add 18 new recovery TAP testsSimon Riggs
2017-01-04Allow PostgresNode.pm tests to wait for catchupSimon Riggs
2017-01-04Better fix for sequence access in hot standby testPeter Eisentraut
2017-01-04Attempt to handle pending-delete files on WindowsMagnus Hagander
2017-01-04Make wal streaming the default mode for pg_basebackupMagnus Hagander
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