Life with Open Source

PostgreSQL 9.5.22 commit log

Stamp 9.5.22.

commit   : 7aa52945de3206191f8b2b121568d316ac4b234e    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:16:09 -0400    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:16:09 -0400    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Translation updates

commit   : 7ab65cd968b25519d864e0573dff9bca4431908b    
  
author   : Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:31:50 +0200    
  
committer: Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:31:50 +0200    

Click here for diff

PostgreSQL 9.6.18 commit log

Stamp 9.6.18.

commit   : b3960286a6fa1b195a06cfc38701866e21394861    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:14:21 -0400    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:14:21 -0400    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Translation updates

commit   : 3cbf235e56df461b18c371cbca6a9dc422b0d2f0    
  
author   : Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:28:48 +0200    
  
committer: Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:28:48 +0200    

Click here for diff

PostgreSQL 10.13 commit log

Stamp 10.13.

commit   : a411361705cdf0c0d63d1de231d7ea33a030b4f9    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:12:38 -0400    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:12:38 -0400    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Translation updates

commit   : ce0bbdda3e3c2101efbb0a8915e9d057606059dc    
  
author   : Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:26:52 +0200    
  
committer: Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:26:52 +0200    

Click here for diff

PostgreSQL 11.8 commit log

Stamp 11.8.

commit   : d439e27d5f57df1365b53688daa367d56d55599d    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:10:48 -0400    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:10:48 -0400    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Translation updates

commit   : fcd89bbb70e2963c5f832191d3fd1f2a1d6443b6    
  
author   : Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:24:12 +0200    
  
committer: Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:24:12 +0200    

Click here for diff

PostgreSQL 12.3 commit log

Stamp 12.3.

commit   : 5060275aa8a1ead56e0a41308d7a43049a6cbe43    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:08:58 -0400    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 May 2020 17:08:58 -0400    

Click here for diff

M configure
M configure.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Translation updates

commit   : f2367aa0a4c7a5876c5b7a62306a156075c13190    
  
author   : Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:19:18 +0200    
  
committer: Peter Eisentraut <[email protected]>    
date     : Mon, 11 May 2020 13:19:18 +0200    

Click here for diff

pgBackRest 2.27 commit log

v2.26: Non-blocking TLS

commit   : 2352ecf7c0db8d12cda4759709b4cd570e1b5de4    
  
author   : David Steele <[email protected]>    
date     : Mon, 20 Apr 2020 15:44:31 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 20 Apr 2020 15:44:31 -0400    

Click here for diff

Bug Fixes:  
  
* Remove empty subexpression from manifest regular expression. MacOS was not happy about this though other platforms seemed to work fine. (Fixed by David Raftis.)  
  
Improvements:  
  
* Non-blocking TLS implementation. (Reviewed by Slava Moudry, Cynthia Shang, Stephen Frost.)  
* Only limit backup copy size for WAL-logged files. The prior behavior could possibly lead to postgresql.conf or postgresql.auto.conf being truncated in the backup. (Reviewed by Cynthia Shang.)  
* TCP keep-alive options are configurable. (Suggested by Marc Cousin.)  
* Add io-timeout option.  

M CONTRIBUTING.md
M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml

pgBackRest 2.26 commit log

v2.25: LZ4 Compression Support

commit   : fd3dca036b1436564dec17b7c23b62b9d9fa1051    
  
author   : David Steele <[email protected]>    
date     : Thu, 26 Mar 2020 17:14:53 -0400    
  
committer: David Steele <[email protected]>    
date     : Thu, 26 Mar 2020 17:14:53 -0400    

Click here for diff

Features:  
  
* Add lz4 compression support. Note that setting compress-type=lz4 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest. (Reviewed by Cynthia Shang.)  
* Add --dry-run option to the expire command. Use dry-run to see which backups/archive would be removed by the expire command without actually removing anything. (Contributed by Cynthia Shang, Luca Ferrari.)  
  
Improvements:  
  
* Improve performance of remote manifest build. (Suggested by Jens Wilke.)  
* Fix detection of keepalive options on Linux. (Contributed by Marc Cousin.)  
* Add configure host detection to set standards flags correctly. (Contributed by Marc Cousin.)  
* Remove compress/compress-level options from commands where unused. These commands (e.g. restore, archive-get) never used the compress options but allowed them to be passed on the command line. Now they will error when these options are passed on the command line. If these errors occur then remove the unused options. (Reviewed by Cynthia Shang.)  
* Limit backup file copy size to size reported at backup start. If a file grows during the backup it will be reconstructed by WAL replay during recovery so there is no need to copy the additional data. (Reviewed by Cynthia Shang.)  

M README.md
M doc/release.pl
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml

pgBackRest 2.25 commit log

v2.24: Auto-Select Backup Set for Time Target

commit   : 495dec44f0f512478ac942091ca2a29c60ad4911    
  
author   : David Steele <[email protected]>    
date     : Tue, 25 Feb 2020 17:05:45 -0500    
  
committer: David Steele <[email protected]>    
date     : Tue, 25 Feb 2020 17:05:45 -0500    

Click here for diff

Bug Fixes:  
  
* Prevent defunct processes in asynchronous archive commands. (Reviewed by Stephen Frost. Reported by Adam Brusselback, ejberdecia.)  
* Error when archive-get/archive-push/restore are not run on a PostgreSQL host. (Reviewed by Stephen Frost. Reported by Jesper St John.)  
* Read HTTP content to eof when size/encoding not specified. (Reviewed by Cynthia Shang. Reported by Christian ROUX.)  
* Fix resume when the resumable backup was created by Perl. In this case the resumable backup should be ignored, but the C code was not able to load the partial manifest written by Perl since the format differs slightly. Add validations to catch this case and continue gracefully. (Reported by Kacey Holston.)  
  
Features:  
  
* Auto-select backup set on restore when time target is specified. Auto-selection is performed only when --set is not specified. If a backup set for the given target time cannot not be found, the latest (default) backup set will be used. (Contributed by Cynthia Shang.)  
  
Improvements:  
  
* Skip pg_internal.init temp file during backup. (Reviewed by Cynthia Shang. Suggested by Michael Paquier.)  
* Add more validations to the manifest on backup. (Reviewed by Cynthia Shang.)  
  
Documentation Improvements:  
  
* Prevent lock-bot from adding comments to locked issues. (Suggested by Christoph Berg.)  

M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/version.h

PostgreSQL 9.4.26 commit log

Stamp 9.4.26.

commit   : 30ffdd24d7222bc01183a56d536c236240674516    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:25:31 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:25:31 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : f6117744d14017cb11a6ddd95d4f44b114d871c7    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

PostgreSQL 9.5.21 commit log

Stamp 9.5.21.

commit   : d9b89f1939cc33f14bb8c3f01ced946eb0febaa5    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:23:16 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:23:16 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : 4153ac0d703593987f2fcac082d7fc04546c28cc    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

PostgreSQL 9.6.17 commit log

Stamp 9.6.17.

commit   : d48d8ba2361c93378d49050ff9526c8a7f289e34    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:21:38 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:21:38 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : 3ede4280bce9ce567834cb79e9dfe66344526b18    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

PostgreSQL 10.12 commit log

Stamp 10.12.

commit   : 95d2576d023ec2a8b984472191b4e4be4205516e    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:19:45 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:19:45 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : 27cfad5c8630428f7a2f63fd53b2e4a4fb248a90    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

PostgreSQL 11.7 commit log

Stamp 11.7.

commit   : a8423a99122bae8e90a3874a4466c39031657a55    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:17:28 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:17:28 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : f1a336887e1cc754b4985c82827aa70f847980ba    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

PostgreSQL 12.2 commit log

Stamp 12.2.

commit   : 45b88269a353ad93744772791feb6d01bc7e1e42    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:14:51 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 17:14:51 -0500    

Click here for diff

M configure
M configure.in
M src/include/pg_config.h.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Last-minute updates for release notes.

commit   : ce5a2d2c3e8e1353d1cb31ab143730accbb1ac75    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 10 Feb 2020 12:51:07 -0500    

Click here for diff

pgBackRest 2.24 commit log

v2.23: Bug Fix

commit   : 2358d3448507f5dc4fd50edf65172285bca69c4b    
  
author   : David Steele <[email protected]>    
date     : Sun, 26 Jan 2020 22:38:21 -0700    
  
committer: David Steele <[email protected]>    
date     : Sun, 26 Jan 2020 22:38:21 -0700    

Click here for diff

Bug Fixes:  
  
* Fix missing files corrupting the manifest. If a file was removed by PostgreSQL during the backup (or was missing from the standby) then the next file might not be copied and updated in the manifest. If this happened then the backup would error when restored. (Reviewed by Cynthia Shang. Reported by Vitaliy Kukharik.)  
  
Improvements:  
  
* Use pkg-config instead of xml2-config for libxml2 build options. (Contributed by David Steele, Adrian Vondendriesch.)  
* Validate checksums are set in the manifest on backup/restore. (Reviewed by Cynthia Shang.)  

M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/version.h

pgBackRest 2.23 commit log

v2.22: Bug Fix

commit   : bae6e1c9e3a035f3793739ef1b469015777aa70b    
  
author   : David Steele <[email protected]>    
date     : Tue, 21 Jan 2020 16:12:33 -0700    
  
committer: David Steele <[email protected]>    
date     : Tue, 21 Jan 2020 16:12:33 -0700    

Click here for diff

Bug Fixes:  
  
* Fix error in timeline conversion. The timeline is required to verify WAL segments in the archive after a backup. The conversion was performed base 10 instead of 16, which led to errors when the timeline was ≥ 0xA. (Reported by Lukas Ertl, Eric Veldhuyzen.)  

M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/version.h

pgBackRest 2.22 commit log

v2.21: C Migration Complete

commit   : 2c0ba0820d3e4adea31ef6b8ee201be653ef9579    
  
author   : David Steele <[email protected]>    
date     : Wed, 15 Jan 2020 13:21:52 -0700    
  
committer: David Steele <[email protected]>    
date     : Wed, 15 Jan 2020 13:21:52 -0700    

Click here for diff

Bug Fixes:  
  
* Fix options being ignored by asynchronous commands. The asynchronous archive-get/archive-push processes were not loading options configured in command configuration sections, e.g. [global:archive-get]. (Reviewed by Cynthia Shang. Reported by Urs Kramer.)  
* Fix handling of \ in filenames. \ was not being properly escaped when calculating the manifest checksum which prevented the manifest from loading. Since instances of \ in cluster filenames should be rare to nonexistent this does not seem likely to be a serious problem in the field.  
  
Features:  
  
* pgBackRest is now pure C.  
* Add pg-user option. Specifies the database user name when connecting to PostgreSQL. If not specified pgBackRest will connect with the local OS user or PGUSER, which was the previous behavior. (Contributed by Mike Palmiotto.)  
* Allow path-style URIs in S3 driver.  
  
Improvements:  
  
* The backup command is implemented entirely in C. (Reviewed by Cynthia Shang.)  

M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/version.h
M test/code-count/file-type.yaml

pgBackRest 2.21 commit log

v2.20: Bug Fixes

commit   : 39fc2b7ad68d97cf5f23757e8a341428935621f4    
  
author   : David Steele <[email protected]>    
date     : Thu, 12 Dec 2019 08:20:21 -0500    
  
committer: David Steele <[email protected]>    
date     : Thu, 12 Dec 2019 08:20:21 -0500    

Click here for diff

Bug Fixes:  
  
* Fix archive-push/archive-get when PGDATA is symlinked. These commands tried to use cwd() as PGDATA but this would disagree with the path configured in pgBackRest if PGDATA was symlinked. If cwd() does not match the pgBackRest path then chdir() to the path and make sure the next cwd() matches the result from the first call. (Reported by Stephen Frost, Milosz Suchy.)  
* Fix reference list when backup.info is reconstructed in expire command. Since the backup command is still using the Perl version of reconstruct this issue will not express unless 1) there is a backup missing from backup.info and 2) the expire command is run directly instead of running after backup as usual. This unlikely combination of events means this is probably not a problem in the field.  
* Fix segfault on unexpected EOF in gzip decompression. (Reported by Stephen Frost.)  

M README.md
M doc/RELEASE.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml

pgBackRest 2.20 commit log

v2.19: C Migrations and Bug Fixes

commit   : 2d10293d041cbbc72e4a2bac32401f6f384ecb1a    
  
author   : David Steele <[email protected]>    
date     : Tue, 12 Nov 2019 15:51:28 -0500    
  
committer: David Steele <[email protected]>    
date     : Tue, 12 Nov 2019 15:51:28 -0500    

Click here for diff

Bug Fixes:  
  
* Fix remote timeout in delta restore. When performing a delta restore on a largely unchanged cluster the remote could timeout if no files were fetched from the repository within protocol-timeout. Add keep-alives to prevent remote timeout. (Reported by James Sewell, Jens Wilke.)  
* Fix handling of repeated HTTP headers. When HTTP headers are repeated they should be considered equivalent to a single comma-separated header rather than generating an error, which was the prior behavior. (Reported by donicrosby.)  
  
Improvements:  
  
* JSON output from the info command is no longer pretty-printed. Monitoring systems can more easily ingest the JSON without linefeeds. External tools such as jq can be used to pretty-print if desired. (Contributed by Cynthia Shang.)  
* The check command is implemented entirely in C. (Contributed by Cynthia Shang.)  
  
Documentation Improvements:  
  
* Document how to contribute to pgBackRest. (Contributed by Cynthia Shang.)  
* Document maximum version for auto-stop option. (Contributed by Brad Nicholson.)  
  
Test Suite Improvements:  
  
* Fix container test path being used when --vm=none. (Suggested by Stephen Frost.)  
* Fix mismatched timezone in expect test. (Suggested by Stephen Frost.)  
* Don't autogenerate embedded libc code by default. (Suggested by Stephen Frost.)  

M README.md
M doc/RELEASE.md
M doc/release.pl
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml
M test/lib/pgBackRestTest/Common/CodeCountTest.pm

PostgreSQL 9.4.25 commit log

Stamp 9.4.25.

commit   : 6cd154923526141ee65548513324fa66c72e83d4    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:13:41 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:13:41 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : 84aad60b9cdade0a9d55f938bec92d788e2c54e9    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    

Click here for diff

PostgreSQL 9.5.20 commit log

Stamp 9.5.20.

commit   : 2b634067fcd0c3ac6d528b261b4c77d97e6aeae2    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:11:27 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:11:27 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : 18831346d4e607d35ff338c6e9eec0319cff8d72    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    

Click here for diff

PostgreSQL 9.6.16 commit log

Stamp 9.6.16.

commit   : 39b3a8c830097af84f655a36879eb1b686fb4cd7    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:09:28 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:09:28 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : 750d72fde6233b4ccad5f5416b68042169c97b61    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:55 -0500    

Click here for diff

PostgreSQL 10.11 commit log

Stamp 10.11.

commit   : 004ae0a9766236d5d1769301089a014c5ef09cae    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:07:14 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:07:14 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : b75667d84fb3f96418dcef4e464ad0dab97237b6    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    

Click here for diff

PostgreSQL 11.6 commit log

Stamp 11.6.

commit   : 34f805c8cf1bc4d54075526d3b023d9194ccd2cd    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:05:05 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:05:05 -0500    

Click here for diff

M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : b3c762a45a14e119acf371f60eb01c8d3607f714    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    

Click here for diff

PostgreSQL 12.1 commit log

Stamp 12.1.

commit   : 578a551f82f7ad746b36d98c401bdc92c136d664    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:03:10 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 17:03:10 -0500    

Click here for diff

M configure
M configure.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc

Doc: fix ancient mistake, or at least obsolete info, in rules example.

commit   : 02f7b7ab75680440695a1e205cbb6636551b6013    
  
author   : Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    
  
committer: Tom Lane <[email protected]>    
date     : Mon, 11 Nov 2019 14:39:54 -0500    

Click here for diff