| 2019-10-21 |  Tom Lane | Use CFLAGS_SL while probing linkability of libperl. | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Select CFLAGS_SL at configure time, not in platform... | commit | commitdiff | tree | snapshot | 
| 2019-10-19 |  Noah Misch | For PowerPC instruction "addi", use constraint "b". | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Fujii Masao | Fix failure of archive recovery with recovery_min_apply... | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Alvaro Herrera | Fix minor bug in logical-replication walsender shutdown | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Thomas Munro | When restoring GUCs in parallel workers, show an error... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Thomas Munro | Fix bug that could try to freeze running multixacts. | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Add missing include to pg_upgrade/version.c | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Improve the check for pg_catalog.line data type in... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Michael Paquier | Doc: Fix various inconsistencies | commit | commitdiff | tree | snapshot | 
| 2019-10-12 |  Noah Misch | AIX: Stop adding option -qsrcmsg. | commit | commitdiff | tree | snapshot | 
| 2019-10-09 |  Michael Paquier | Flush logical mapping files with fd opened for read... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | docs:  Improve A?synchronous Multimaster Replication... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | docs:  clarify that today/tomorrow/yesterday is at... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | doc:  move mention of log_min_error_statement in a... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Tom Lane | Check for too many postmaster children before spawning... | commit | commitdiff | tree | snapshot | 
| 2019-10-05 |  Noah Misch | Report test_atomic_ops() failures consistently, via... | commit | commitdiff | tree | snapshot | 
| 2019-10-04 |  Andrew Dunstan | Handle spaces in OpenSSL install location for MSVC | commit | commitdiff | tree | snapshot | 
| 2019-10-04 |  Tom Lane | Fix bitshiftright()'s zero-padding some more. | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Tom Lane | Avoid unnecessary out-of-memory errors during encoding... | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Tom Lane | Allow repalloc() to give back space when a large chunk... | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Andrew Gierth | Selectively include window frames in expression walks... | commit | commitdiff | tree | snapshot | 
| 2019-10-02 |  Michael Paquier | Remove temporary WAL and history files at the end of... | commit | commitdiff | tree | snapshot | 
| 2019-09-27 |  Tom Lane | Doc: clean up markup for jsonb_set and related functions. | commit | commitdiff | tree | snapshot | 
| 2019-09-27 |  Amit Kapila | Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... | commit | commitdiff | tree | snapshot | 
| 2019-09-23 |  Tom Lane | Doc: clarify handling of duplicate elements in array... | commit | commitdiff | tree | snapshot | 
| 2019-09-22 |  Tom Lane | Fix failure to zero-pad the result of bitshiftright(). | commit | commitdiff | tree | snapshot | 
| 2019-09-20 |  Tom Lane | Update time zone data files to tzdata release 2019c. | commit | commitdiff | tree | snapshot | 
| 2019-09-20 |  Amit Kapila | Fix typo in commit 82fa3ff8672. | commit | commitdiff | tree | snapshot | 
| 2019-09-19 |  Alexander Korotkov | Fix oversight in backpatch of 6cae9d2c10 | commit | commitdiff | tree | snapshot | 
| 2019-09-19 |  Alexander Korotkov | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST | commit | commitdiff | tree | snapshot | 
| 2019-09-19 |  Michael Paquier | Doc: Fix incorrect mention to connection_object in... | commit | commitdiff | tree | snapshot | 
| 2019-09-19 |  Amit Kapila | Doc: document autovacuum interruption. | commit | commitdiff | tree | snapshot | 
| 2019-09-18 |  Alvaro Herrera | pg_upgrade/test.sh: Quote sed(1) argument | commit | commitdiff | tree | snapshot | 
| 2019-09-14 |  Noah Misch | Replace xlc __fetch_and_add() with inline asm. | commit | commitdiff | tree | snapshot | 
| 2019-09-14 |  Noah Misch | Test pg_atomic_fetch_add_ with variable addend and... | commit | commitdiff | tree | snapshot | 
| 2019-09-13 |  Alvaro Herrera | logical decoding: process ASSIGNMENT during snapshot... | commit | commitdiff | tree | snapshot | 
| 2019-09-13 |  Alvaro Herrera | Fix under-parenthesized macro definitions | commit | commitdiff | tree | snapshot | 
| 2019-09-12 |  Peter Geoghegan | Fix nbtree page split rmgr desc routine. | commit | commitdiff | tree | snapshot | 
| 2019-09-12 |  Tom Lane | Fix usage of whole-row variables in WCO and RLS policy... | commit | commitdiff | tree | snapshot | 
| 2019-09-12 |  Amit Kapila | Doc: Update PL/pgSQL sample function in plpgsql.sgml. | commit | commitdiff | tree | snapshot | 
| 2019-09-11 |  Michael Paquier | Expand properly list of TAP tests used for prove in... | commit | commitdiff | tree | snapshot | 
| 2019-09-09 |  Andrew Dunstan | Prevent msys2 conversion of "cmd /c" switch to a file... | commit | commitdiff | tree | snapshot | 
| 2019-09-08 |  Tom Lane | Fix RelationIdGetRelation calls that weren't bothering... | commit | commitdiff | tree | snapshot | 
| 2019-09-08 |  Alexander Korotkov | Fix handling of NULL distances in KNN-GiST | commit | commitdiff | tree | snapshot | 
| 2019-09-08 |  Alexander Korotkov | Fix handling Inf and Nan values in GiST pairing heap... | commit | commitdiff | tree | snapshot | 
| 2019-09-08 |  Tom Lane | configure: Update python search order | commit | commitdiff | tree | snapshot | 
| 2019-09-06 |  Peter Eisentraut | doc: Fix awkward markup | commit | commitdiff | tree | snapshot | 
| 2019-09-06 |  Robert Haas | When performing a base backup, check for read errors. | commit | commitdiff | tree | snapshot | 
| 2019-09-02 |  Tom Lane | Handle corner cases correctly in psql's reconnection... | commit | commitdiff | tree | snapshot | 
| 2019-08-31 |  Tom Lane | Doc: describe the "options" allowed in an ECPG connecti... | commit | commitdiff | tree | snapshot | 
| 2019-08-28 |  Heikki Linnakangas | Fix overflow check and comment in GIN posting list... | commit | commitdiff | tree | snapshot | 
| 2019-08-28 |  Michael Paquier | Disable timeouts when running pg_rewind with online... | commit | commitdiff | tree | snapshot | 
| 2019-08-27 |  Tom Lane | Doc: clarify behavior of standard aggregates for null... | commit | commitdiff | tree | snapshot | 
| 2019-08-27 |  Tom Lane | Reject empty names and recursion in config-file include... | commit | commitdiff | tree | snapshot | 
| 2019-08-27 |  Michael Paquier | Fix failure of --jobs with vacuumdb on Windows | commit | commitdiff | tree | snapshot | 
| 2019-08-26 |  Andrew Dunstan | Treat MINGW and MSYS the same in pg_upgrade test script | commit | commitdiff | tree | snapshot | 
| 2019-08-26 |  Michael Paquier | Fix error handling of vacuumdb when running out of fds | commit | commitdiff | tree | snapshot | 
| 2019-08-25 |  Tom Lane | Avoid platform-specific null pointer dereference in... | commit | commitdiff | tree | snapshot | 
| 2019-08-22 |  Michael Paquier | Doc: Remove mention to "Visual Studio Express 2019" | commit | commitdiff | tree | snapshot | 
| 2019-08-21 |  Alvaro Herrera | Fix typo | commit | commitdiff | tree | snapshot | 
| 2019-08-20 |  Alvaro Herrera | Fix bogus comment | commit | commitdiff | tree | snapshot | 
| 2019-08-20 |  Michael Paquier | Doc: Fix various typos | commit | commitdiff | tree | snapshot | 
| 2019-08-18 |  Tom Lane | Disallow changing an inherited column's type if not... | commit | commitdiff | tree | snapshot | 
| 2019-08-16 |  Tom Lane | Prevent possible double-free when update trigger return... | commit | commitdiff | tree | snapshot | 
| 2019-08-15 |  Tom Lane | Doc: improve documentation about postgresql.auto.conf. | commit | commitdiff | tree | snapshot | 
| 2019-08-14 |  Tom Lane | Fix ALTER SYSTEM to cope with duplicate entries in... | commit | commitdiff | tree | snapshot | 
| 2019-08-13 |  Tom Lane | Un-break pg_dump for pre-8.3 source servers. | commit | commitdiff | tree | snapshot | 
| 2019-08-12 |  Peter Eisentraut | Fix compiler warning | commit | commitdiff | tree | snapshot | 
| 2019-08-07 |  Tom Lane | Doc: document permissions required for ANALYZE. | commit | commitdiff | tree | snapshot | 
| 2019-08-07 |  Heikki Linnakangas | Fix predicate-locking of HOT updated rows. | commit | commitdiff | tree | snapshot | 
| 2019-08-07 |  Michael Paquier | Fix some incorrect parsing of time with time zone strings | commit | commitdiff | tree | snapshot | 
| 2019-08-06 |  Tom Lane | Fix intarray's GiST opclasses to not fail for empty... | commit | commitdiff | tree | snapshot | 
| 2019-08-05 |  Tom Lane | Stamp 9.5.19.  REL9_5_19 | commit | commitdiff | tree | snapshot | 
| 2019-08-05 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2019-08-05 |  Noah Misch | Require the schema qualification in pg_temp.type_name... | commit | commitdiff | tree | snapshot | 
| 2019-08-05 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2019-08-04 |  Tom Lane | Release notes for 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24. | commit | commitdiff | tree | snapshot | 
| 2019-08-01 |  Michael Paquier | Fix handling of previous password hooks in passwordcheck | commit | commitdiff | tree | snapshot | 
| 2019-07-31 |  Tom Lane | Fix pg_dump's handling of dependencies for custom opcla... | commit | commitdiff | tree | snapshot | 
| 2019-07-30 |  Heikki Linnakangas | Print WAL position correctly in pg_rewind error message. | commit | commitdiff | tree | snapshot | 
| 2019-07-28 |  Michael Paquier | Doc: Fix event trigger firing table | commit | commitdiff | tree | snapshot | 
| 2019-07-26 |  Tom Lane | Tweak our special-case logic for the IANA "Factory... | commit | commitdiff | tree | snapshot | 
| 2019-07-26 |  Tom Lane | Avoid choosing "localtime" or "posixrules" as TimeZone... | commit | commitdiff | tree | snapshot | 
| 2019-07-26 |  Tom Lane | Fix loss of fractional digits for large values in cash_... | commit | commitdiff | tree | snapshot | 
| 2019-07-25 |  Tom Lane | Fix syntax error in commit 20e99cddd. | commit | commitdiff | tree | snapshot | 
| 2019-07-25 |  Tom Lane | Fix failures to ignore \r when reading Windows-style... | commit | commitdiff | tree | snapshot | 
| 2019-07-25 |  Andrew Dunstan | Honor MSVC WindowsSDKVersion if set | commit | commitdiff | tree | snapshot | 
| 2019-07-25 |  Tom Lane | Fix contrib/sepgsql test policy to work with latest... | commit | commitdiff | tree | snapshot | 
| 2019-07-22 |  Tom Lane | Make pg_upgrade's test.sh less chatty. | commit | commitdiff | tree | snapshot | 
| 2019-07-19 |  Tom Lane | Silence compiler warning, hopefully. | commit | commitdiff | tree | snapshot | 
| 2019-07-18 |  Jeff Davis | Fix error in commit e6feef57. | commit | commitdiff | tree | snapshot | 
| 2019-07-18 |  Jeff Davis | Fix daterange canonicalization for +/- infinity. | commit | commitdiff | tree | snapshot | 
| 2019-07-17 |  Tom Lane | Update time zone data files to tzdata release 2019b. | commit | commitdiff | tree | snapshot | 
| 2019-07-17 |  Tom Lane | Sync our copy of the timezone library with IANA release... | commit | commitdiff | tree | snapshot | 
| 2019-07-16 |  Tom Lane | Fix thinko in construction of old_conpfeqop list. | commit | commitdiff | tree | snapshot | 
| 2019-07-16 |  Bruce Momjian | doc:  mention pg_reload_conf() for reloading the config... | commit | commitdiff | tree | snapshot | 
| 2019-07-10 |  Michael Paquier | Fix variable initialization when using buffering build... | commit | commitdiff | tree | snapshot | 
| 2019-07-02 |  Michael Paquier | Add support for Visual Studio 2019 in build scripts | commit | commitdiff | tree | snapshot | 
| 2019-07-01 |  Noah Misch | Don't read fields of a misaligned ExpandedObjectHeader... | commit | commitdiff | tree | snapshot | 
| next |