summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-11-11Fix whitespacePeter Eisentraut
2019-11-11Optimize PredicateLockTuple().Thomas Munro
2019-11-11Optimize TransactionIdIsCurrentTransactionId().Thomas Munro
2019-11-11Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-08Add backtrace support for error reportingAlvaro Herrera
2019-11-08Fix gratuitous error message variationPeter Eisentraut
2019-11-08More precise errors from initial pg_control checkPeter Eisentraut
2019-11-08Use "low key" terminology in nbtsort.c.Peter Geoghegan
2019-11-07Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-07Fix nested error handling in PG_FINALLYPeter Eisentraut
2019-11-07Fix assertion failure when running pgbench -s.Fujii Masao
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-07Check after errors of SPI_execute() in xml.cMichael Paquier
2019-11-06Allow sampling of statements depending on durationTomas Vondra
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