summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-12-08Fix mistake in commentPeter Eisentraut
2017-12-06Report failure to start a background worker.Robert Haas
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-26Pad XLogReaderState's main_data buffer more aggressively.Tom Lane
2017-11-26Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway
2017-11-25Repair failure with SubPlans in multi-row VALUES lists.Tom Lane
2017-11-21Provide for forward compatibility with future minor protocol versions.Robert Haas
2017-11-20Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane
2017-11-12Install Windows crash dump handler before all else.Noah Misch
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-11-09Fix typo in ALTER SYSTEM output.Tom Lane
2017-11-08Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane
2017-11-06Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-11-05Translation updatesPeter Eisentraut
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-11-03Fix BRIN summarization concurrent with extensionAlvaro Herrera
2017-11-02Fix corner-case errors in brin_doupdate().Tom Lane
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane
2017-10-25Process variadic arguments consistently in json functionsAndrew Dunstan
2017-10-25Add a utility function to extract variadic function argumentsAndrew Dunstan
2017-10-23Fix some oversights in expression dependency recording.Tom Lane
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-10-17Fix misparsing of non-newline-terminated pg_hba.conf files.Tom Lane
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane
2017-09-26Fix failure-to-read-man-page in commit 899bd785c.Tom Lane
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-23Fix saving and restoring umaskPeter Eisentraut
2017-09-21Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane
2017-09-17Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane
2017-09-17Fix possible dangling pointer dereference in trigger.c.Tom Lane
2017-08-28Translation updatesPeter Eisentraut
2017-08-23Fix outdated commentPeter Eisentraut
2017-08-23Fix translation markerPeter Eisentraut
2017-08-16Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut