aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add basic pg_dumpall/pg_restore TAP testsStephen Frost2017-01-06
* Merge two copies of tuple-building code in pltcl.c.Tom Lane2017-01-06
* Protect against NULL-dereference in pg_dumpStephen Frost2017-01-06
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-06
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-06
* Fix possible leak of semaphore count.Robert Haas2017-01-05
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-05
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-05
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Fix format for TAP test docsSimon Riggs2017-01-05
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Assorted code improvements for table partitioning.Robert Haas2017-01-04
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Add new TAP tests for pg_recvlogicalSimon Riggs2017-01-04
* Add pg_recvlogical —-endpos=LSNSimon Riggs2017-01-04
* Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane2017-01-04
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update obsolete comments in lwlock.h.Robert Haas2017-01-04
* Add 18 new recovery TAP testsSimon Riggs2017-01-04
* Allow PostgresNode.pm tests to wait for catchupSimon Riggs2017-01-04
* Better fix for sequence access in hot standby testPeter Eisentraut2017-01-04
* Attempt to handle pending-delete files on WindowsMagnus Hagander2017-01-04
* Make wal streaming the default mode for pg_basebackupMagnus Hagander2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update manual set of copyright files for 2017Bruce Momjian2017-01-03
* Disable prompting for passphrase while (re)loading SSL config files.Tom Lane2017-01-03
* Fix hot standby tests for sequence catalog changePeter Eisentraut2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-02
* In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane2017-01-02
* Avoid assuming that instr_time == struct timeval in pgbench logging.Tom Lane2017-01-01
* Fix unstable regression test results.Tom Lane2016-12-31
* Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane2016-12-29
* Fix typo in commentPeter Eisentraut2016-12-29
* Expand ad-hoc unit abbreviations in function descriptionsPeter Eisentraut2016-12-29
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Don't rename .partial files in pg_receivexlog if an error occuredMagnus Hagander2016-12-27
* Fix typo commentsMagnus Hagander2016-12-27
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane2016-12-25
* pg_dumpall: Include --verbose option in --help outputStephen Frost2016-12-24
* Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost2016-12-23
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-23
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-23
* pg_dump: Remove obsolete handling of sequence namesPeter Eisentraut2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23