aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier2019-08-20
* Doc: Improve wording of multiple places in documentationMichael Paquier2019-08-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Add fmgr.h include to selfuncs.h.Andres Freund2019-08-19
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-19
* Use zic's new "-b slim" option to generate smaller timezone files.Tom Lane2019-08-19
* Replace genetic algorithm ASCII-art with a real figureAlvaro Herrera2019-08-19
* doc: Fix image use in PDF build with vpathPeter Eisentraut2019-08-19
* Fix tab completion for CREATE TYPE in psqlMichael Paquier2019-08-19