aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Suppress warning from older compilers.Tom Lane2019-11-03
* Fix PG_GETARG_SEG_P() definition.Tom Lane2019-11-03
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Add some assertions in syncrep.cMichael Paquier2019-11-01
* Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier2019-11-01
* Add some assertions to view reloption macrosPeter Eisentraut2019-11-01
* PG_FINALLYPeter Eisentraut2019-11-01
* Add const qualifiers to internal range type APIsPeter Eisentraut2019-10-31
* Fix typo in comment of syncrep.cMichael Paquier2019-10-31
* Remove one use of IDENT_USERNAME_MAXPeter Eisentraut2019-10-30
* Update code comments about peer authenticatonPeter Eisentraut2019-10-30
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Fix typos in the codeMichael Paquier2019-10-30
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-29
* Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier2019-10-29
* Allow extracting fields from a ROW() expression in more cases.Tom Lane2019-10-28
* On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane2019-10-28
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Doc: Add missing step for pg_stat_progress_clusterMichael Paquier2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Fix copy-paste defect in comment.Noah Misch2019-10-26
* Update comment about __sync_lock_test_and_set() bug.Noah Misch2019-10-26
* Doc: improve documentation of configuration settings that have units.Tom Lane2019-10-26
* Remove obsolete information schema tablesPeter Eisentraut2019-10-25
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-25
* doc: Use proper em and en dashesPeter Eisentraut2019-10-25
* Revert "Revert part of commit dddf4cdc3."Tom Lane2019-10-25
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Improve management of statement timeouts.Tom Lane2019-10-25
* Reset statement_timeout between queries of a multi-query string.Tom Lane2019-10-25
* Revert part of commit dddf4cdc3.Amit Kapila2019-10-25
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier2019-10-25
* Fix typo in xlog.c.Fujii Masao2019-10-24
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian2019-10-23
* pg_upgrade: adjust error output to use new database list formatBruce Momjian2019-10-23
* Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier2019-10-23
* Remove libpq-dist.rcPeter Eisentraut2019-10-23
* Remove last traces of --adduser/--no-adduser in createuserMichael Paquier2019-10-23
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Make command order in test more sensiblePeter Eisentraut2019-10-22
* Fix commentPeter Eisentraut2019-10-22
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-21
* Refactor timestamp2timestamptz_opt_error()Alexander Korotkov2019-10-21
* Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane2019-10-21