aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Try to enable C99 in configure, but do not rely on it (yet).Andres Freund2018-08-16
* Update comment in header of errcodes.txtMichael Paquier2018-08-16
* Improve comment in GetNewObjectId().Thomas Munro2018-08-16
* Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera2018-08-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane2018-08-15
* pg_upgrade: fix shutdown check for standby serversBruce Momjian2018-08-14
* doc: Update broken linksPeter Eisentraut2018-08-14
* Remove duplicate function declarations.Tom Lane2018-08-14
* Remove obsolete netbsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete openbsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete freebsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-13
* Remove obsolete darwin dynloader codePeter Eisentraut2018-08-13
* Remove obsolete commentPeter Eisentraut2018-08-13
* Fix libpq's implementation of per-host connection timeouts.Tom Lane2018-08-13
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Adjust comment atop ExecShutdownNode.Amit Kapila2018-08-13
* Prohibit shutting down resources if there is a possibility of back up.Amit Kapila2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-12
* Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane2018-08-12
* Fix wrong order of operations in inheritance_planner.Tom Lane2018-08-11
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-11
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-11
* Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan2018-08-10
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Cosmetic cleanups in initdb.c.Tom Lane2018-08-10
* Improve TRUNCATE by avoiding early lock queueMichael Paquier2018-08-10
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Add missing documentation for argument of amcostestimate()Alexander Korotkov2018-08-10
* Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notesAlexander Korotkov2018-08-10
* Add RECURSIVE to documentation indexAlvaro Herrera2018-08-09
* Document need to clear MAKELEVEL when invoking PG build from a makefile.Tom Lane2018-08-09
* docs: Only first instance of a PREPARE parameter sets data typeBruce Momjian2018-08-09
* Spell "partitionwise" consistently.Heikki Linnakangas2018-08-09
* Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier2018-08-09
* Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane2018-08-08
* Doc: Correct description of amcheck example query.Peter Geoghegan2018-08-08
* Remove unwanted "garbage cleanup" logic in Makefiles.Tom Lane2018-08-08
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-08
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane2018-08-07
* Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane2018-08-07
* Last-minute updates for release notes.Tom Lane2018-08-06
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-06