summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-10Fix overflow check in StringInfo; add missing castsAlvaro Herrera
2017-01-10Improve coding in _hash_addovflpage.Robert Haas
2017-01-10Fix invalid-parallel-jobs error messageStephen Frost
2017-01-09Fix error handling in pltcl_returnnext.Tom Lane
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-09BRIN revmap pages are not standard pages ...Alvaro Herrera
2017-01-09Expand the regression tests for PL/Tcl.Tom Lane
2017-01-09Use an enum instead of two bools to indicate wal inclusion in base backupsMagnus Hagander
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-07Improve documentation of struct ParseState.Tom Lane
2017-01-06Add basic pg_dumpall/pg_restore TAP testsStephen Frost
2017-01-06Merge two copies of tuple-building code in pltcl.c.Tom Lane
2017-01-06Protect against NULL-dereference in pg_dumpStephen Frost
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-06Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas
2017-01-05Fix possible leak of semaphore count.Robert Haas
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