aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Handle corner cases correctly in psql's reconnection logic.Tom Lane2019-09-02
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-02
* Add overflow-safe math inline functions for unsigned integersMichael Paquier2019-09-02
* Fix compiler warningPeter Eisentraut2019-09-01
* Doc: describe the "options" allowed in an ECPG connection target string.Tom Lane2019-08-31
* Cosmetic improvements for options-handling code in ECPGconnect().Tom Lane2019-08-31
* Doc: restructure documentation of the configure script's options.Tom Lane2019-08-30
* Doc: remove some long-obsolete information from installation.sgml.Tom Lane2019-08-30
* Error out on too many command-line argumentsPeter Eisentraut2019-08-29
* Fix typos in regression test comments.Etsuro Fujita2019-08-29
* Add .gitignore file forgotten in commit bde7493d1.Tom Lane2019-08-28
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Improve coverage of utils/float.hMichael Paquier2019-08-28
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Set application_name per-test in isolation and ecpg tests.Tom Lane2019-08-27
* Doc: improve documentation of pg_signal_backend default role.Tom Lane2019-08-27
* Improve what pg_strsignal prints if we haven't got strsignal(3).Tom Lane2019-08-27
* Remove obsolete nbtree page deletion comment.Peter Geoghegan2019-08-27
* Doc: clarify behavior of standard aggregates for null inputs.Tom Lane2019-08-27
* Add missing newline in help output.Tom Lane2019-08-27
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Fix failure of --jobs with reindexdb and vacuumdb on WindowsMichael Paquier2019-08-27
* Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.Tom Lane2019-08-26
* Fix postmaster state machine to handle dead_end child crashes better.Tom Lane2019-08-26
* Make comment in fmgr.h match the one in fmgr.c.Tom Lane2019-08-26
* Fix gettext triggers specificationPeter Eisentraut2019-08-26
* Adjust to latest Msys2 kernel release numberAndrew Dunstan2019-08-26
* Treat MINGW and MSYS the same in pg_upgrade test scriptAndrew Dunstan2019-08-26
* Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier2019-08-26
* Avoid platform-specific null pointer dereference in psql.Tom Lane2019-08-25
* Back off output precision in circle.sql regression test.Tom Lane2019-08-25
* Don't rely on llvm::make_unique.Thomas Munro2019-08-25
* Do more cleanup of isolation tests for test_decodingMichael Paquier2019-08-24
* Explain subtlety in nbtree locking protocol.Peter Geoghegan2019-08-23
* Detect unused steps in isolation specs and do some cleanupMichael Paquier2019-08-24
* Remove dry-run mode from isolationtesterMichael Paquier2019-08-24
* Improve documentation of pageinspectMichael Paquier2019-08-23
* Update SQL conformance informationPeter Eisentraut2019-08-22
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-22
* Doc: Remove mention to "Visual Studio Express 2019"Michael Paquier2019-08-22
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-21
* Remove configure detection of crypt()Peter Eisentraut2019-08-21
* Fix typoAlvaro Herrera2019-08-21
* Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane2019-08-21
* Remove master/slave usage from plpgsql testsPeter Eisentraut2019-08-21
* Clean up some SCRAM attribute processingPeter Eisentraut2019-08-20
* Fix bogus commentAlvaro Herrera2019-08-20