summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-05Fix warnings from cpluspluscheckPeter Eisentraut
2017-12-04Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane
2017-12-04Improve error handling in RemovePgTempFiles().Tom Lane
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-12-04When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas
2017-12-04Support boolean columns in functional-dependency statistics.Tom Lane
2017-12-04Remove memory leak protection from Gather and Gather Merge nodes.Robert Haas
2017-12-03Fix uninitialized-variable compiler warning induced by commit e4128ee76.Tom Lane
2017-12-02Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.Andres Freund
2017-12-02Add infrastructure for sharing temporary files between backends.Andres Freund
2017-12-01Minor code beautification in partition_bounds_equal.Robert Haas
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-12-01Try to exclude partitioned tables in toto.Robert Haas
2017-12-01Fix uninitialized memory reference.Robert Haas
2017-12-01Check channel binding flag at end of SCRAM exchangePeter Eisentraut
2017-12-01pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut
2017-11-30Remove extra word from comment.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-30Make create_unique_path manage memory like mark_dummy_rel.Robert Haas
2017-11-30Fix non-GNU makefiles for AIX make.Noah Misch
2017-11-30Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane
2017-11-30Add a barrier primitive for synchronizing backends.Andres Freund
2017-11-30Add some regression tests that exercise hash join code.Andres Freund
2017-11-29New C function: bms_add_rangeRobert Haas
2017-11-29Add extensive tests for partition pruning.Robert Haas
2017-11-29PL/Python: Fix remaining scan-build warningsPeter Eisentraut
2017-11-29Add compiler hints to PLy_elog()Peter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-29Clarify old comment about qual_is_pushdown_safe's handling of subplans.Tom Lane
2017-11-29Make memset() use sizeof() rather than re-compute sizeAlvaro Herrera
2017-11-29Fix extstat collection when no stats are produced for a columnAlvaro Herrera
2017-11-28Fix wrong function name in comment.Robert Haas
2017-11-28If a range-partitioned table has no default partition, reject null keys.Robert Haas
2017-11-28Revert "PL/Python: Fix potential NULL pointer dereference"Peter Eisentraut
2017-11-28Fix ReinitializeParallelDSM to tolerate finding no error queues.Robert Haas
2017-11-28Teach bitmap heap scan to cope with absence of a DSA.Robert Haas
2017-11-28PL/Python: Fix potential NULL pointer dereferencePeter Eisentraut
2017-11-28Add null test to partition constraint for default range partitions.Robert Haas
2017-11-28Fix typo.Robert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-28Fix assorted syscache lookup sloppiness in partition-related code.Tom Lane
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-27Pad XLogReaderState's per-buffer data_bufsz more aggressively.Simon Riggs
2017-11-27Fix typo in commentMagnus Hagander
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-25Update MSVC build process for new timezone data.Tom Lane
2017-11-25Replace raw timezone source data with IANA's new compact format.Tom Lane
2017-11-25Repair failure with SubPlans in multi-row VALUES lists.Tom Lane
2017-11-25Update buffile.h/.c comments for removal of non-temp option.Tom Lane