summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-04Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-04Catch invalid typlens in a couple of placesPeter Eisentraut
2019-11-03Suppress warning from older compilers.Tom Lane
2019-11-02Validate ispell dictionaries more carefully.Tom Lane
2019-11-02Fix failure when creating cloned indexes for a partitionMichael Paquier
2019-11-01Add some assertions in syncrep.cMichael Paquier
2019-11-01Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-31Add const qualifiers to internal range type APIsPeter Eisentraut
2019-10-31Fix typo in comment of syncrep.cMichael Paquier
2019-10-30Remove one use of IDENT_USERNAME_MAXPeter Eisentraut
2019-10-30Update code comments about peer authenticatonPeter Eisentraut
2019-10-30Fix typos in the codeMichael Paquier
2019-10-29Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier
2019-10-28Allow extracting fields from a ROW() expression in more cases.Tom Lane
2019-10-28Handle empty-string edge cases correctly in strpos().Tom Lane
2019-10-28Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier
2019-10-27Fix initialization of fake LSN for unlogged relationsMichael Paquier
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-10-25Improve management of statement timeouts.Tom Lane
2019-10-25Reset statement_timeout between queries of a multi-query string.Tom Lane
2019-10-25Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier
2019-10-24Fix typo in xlog.c.Fujii Masao
2019-10-23Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier
2019-10-23Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier
2019-10-22Fix commentPeter Eisentraut
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-21Refactor timestamp2timestamptz_opt_error()Alexander Korotkov
2019-10-21Update obsolete comment.Etsuro Fujita
2019-10-21Fix memory leak introduced in commit 7df159a620.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-19Use standard compare_exchange loop style in ProcArrayGroupClearXid().Noah Misch
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-18Fix typoAlvaro Herrera
2019-10-18Update comments about progress reporting by index_dropAlvaro Herrera
2019-10-18Fix timeout handling in logical replication workerMichael Paquier
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera
2019-10-17When restoring GUCs in parallel workers, show an error context.Thomas Munro
2019-10-16Fix bug that could try to freeze running multixacts.Thomas Munro
2019-10-16Fix crash when reporting CREATE INDEX progressAlvaro Herrera
2019-10-16Refresh some incorrect links in pg_crc.c/hMichael Paquier
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-15Fix CLUSTER on expression indexes.Andres Freund
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier