aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Do not dump identity sequences with excluded parent tableMichael Paquier2018-08-22
* Fix typoAlvaro Herrera2018-08-21
* fix typoAlvaro Herrera2018-08-21
* Fix typoAlvaro Herrera2018-08-21
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix typo in description of enable_parallel_hashMichael Paquier2018-08-21
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* MSVC: Finish clean.bat tmp_check coverage.Noah Misch2018-08-19
* MSVC: Remove any tmp_check directory before running a TAP test suite.Noah Misch2018-08-19
* Improve error messages for CREATE OR REPLACE PROCEDUREPeter Eisentraut2018-08-18
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* pg_upgrade: issue helpful error message for use on standbysBruce Momjian2018-08-17
* Mention ownership requirements for REFRESH MATERIALIZED VIEW in docsMichael Paquier2018-08-17
* Proof-reading for documentation.Thomas Munro2018-08-17
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane2018-08-15
* 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
* 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 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
* 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
* Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan2018-08-10
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Add missing documentation for argument of amcostestimate()Alexander 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
* 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
* Stamp 11beta3.REL_11_BETA3Tom Lane2018-08-06
* Translation updatesPeter Eisentraut2018-08-06