summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-11-06Minor code review for tuple slot rewrite.Tom Lane
2019-11-06Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane
2019-11-06Fix memory allocation mistakePeter Eisentraut
2019-11-06Remove unused function argumentPeter Eisentraut
2019-11-06Fix timestamp of sent message for write context in logical decodingMichael Paquier
2019-11-06Request small targetlist for input to WindowAgg.Andrew Gierth
2019-11-06Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Tweak some authentication debug messages to follow project style.Tom Lane
2019-11-05Avoid logging complaints about abandoned connections when using PAM.Tom Lane
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane
2019-11-05Generate EquivalenceClass members for partitionwise child join rels.Tom Lane
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