summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-04Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane
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-01Add some assertions to view reloption macrosPeter Eisentraut
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-30pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund
2019-10-30pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
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-28On Windows, use COMSPEC to find the location of cmd.exe.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-26Fix copy-paste defect in comment.Noah Misch
2019-10-26Update comment about __sync_lock_test_and_set() bug.Noah Misch
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-10-25Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane
2019-10-25Revert "Revert part of commit dddf4cdc3."Tom Lane
2019-10-25Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane
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-25Revert part of commit dddf4cdc3.Amit Kapila
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-25Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier
2019-10-24Fix typo in xlog.c.Fujii Masao
2019-10-23pg_upgrade: adjust error output to use new database list formatBruce Momjian
2019-10-23Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier
2019-10-23Remove libpq-dist.rcPeter Eisentraut
2019-10-23Remove last traces of --adduser/--no-adduser in createuserMichael Paquier
2019-10-23Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier
2019-10-23Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier
2019-10-22Make command order in test more sensiblePeter Eisentraut
2019-10-22Fix commentPeter Eisentraut
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-21Refactor timestamp2timestamptz_opt_error()Alexander Korotkov
2019-10-21Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane