Commit Graph

43915 Commits (1761653bbb17447906c812c347b3fe284ce699cf)
 

Author SHA1 Message Date
Robert Haas 1761653bbb Make create_unique_path manage memory like mark_dummy_rel. 8 years ago
Noah Misch e21a556e13 Fix non-GNU makefiles for AIX make. 8 years ago
Tom Lane 7ca25b7de6 Fix neqjoinsel's behavior for semi/anti join cases. 8 years ago
Andres Freund 1145acc70d Add a barrier primitive for synchronizing backends. 8 years ago
Andres Freund fa330f9adf Add some regression tests that exercise hash join code. 8 years ago
Robert Haas 84940644de New C function: bms_add_range 8 years ago
Robert Haas 8d4e70a63b Add extensive tests for partition pruning. 8 years ago
Peter Eisentraut c7f5c58e1c PL/Python: Fix remaining scan-build warnings 8 years ago
Peter Eisentraut cdddd5d40b Add compiler hints to PLy_elog() 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Tom Lane 801386af62 Clarify old comment about qual_is_pushdown_safe's handling of subplans. 8 years ago
Alvaro Herrera 3848d21673 Make memset() use sizeof() rather than re-compute size 8 years ago
Alvaro Herrera 414cd434ff Fix extstat collection when no stats are produced for a column 8 years ago
Robert Haas cd482f2951 Fix wrong function name in comment. 8 years ago
Robert Haas 2d7950f222 If a range-partitioned table has no default partition, reject null keys. 8 years ago
Peter Eisentraut 62546b4357 Revert "PL/Python: Fix potential NULL pointer dereference" 8 years ago
Robert Haas 445dbd82a3 Fix ReinitializeParallelDSM to tolerate finding no error queues. 8 years ago
Robert Haas c6755e233b Teach bitmap heap scan to cope with absence of a DSA. 8 years ago
Peter Eisentraut e42e2f3890 PL/Python: Fix potential NULL pointer dereference 8 years ago
Robert Haas 7b88d63a91 Add null test to partition constraint for default range partitions. 8 years ago
Robert Haas 487a0c1518 Fix typo. 8 years ago
Tom Lane 0772c152b9 Mark some more functions as pg_attribute_noreturn(). 8 years ago
Tom Lane cb03fa33ae Fix assorted syscache lookup sloppiness in partition-related code. 8 years ago
Tom Lane 9a785ad573 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. 8 years ago
Simon Riggs 117469006b Additional docs for toast_tuple_target changes 8 years ago
Simon Riggs 59af8d4384 Pad XLogReaderState's per-buffer data_bufsz more aggressively. 8 years ago
Magnus Hagander d5f965c257 Fix typo in comment 8 years ago
Tom Lane 8735978e7a Pad XLogReaderState's main_data buffer more aggressively. 8 years ago
Joe Conway 752714dd9d Make has_sequence_privilege support WITH GRANT OPTION 8 years ago
Tom Lane 6d4ae6a8e7 Update MSVC build process for new timezone data. 8 years ago
Tom Lane 7cce222c96 Replace raw timezone source data with IANA's new compact format. 8 years ago
Tom Lane d3f4e8a8a7 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). 8 years ago
Tom Lane 9b63c13f0a Repair failure with SubPlans in multi-row VALUES lists. 8 years ago
Tom Lane ab97aaac8f Update buffile.h/.c comments for removal of non-temp option. 8 years ago
Tom Lane df3a66e282 Improve planner's handling of set-returning functions in grouping columns. 8 years ago
Robert Haas b10967eddf Avoid projecting tuples unnecessarily in Gather and Gather Merge. 8 years ago
Tom Lane 0f2458ff5f Improve valgrind logic in aset.c, and fix multiple issues in generation.c. 8 years ago
Tom Lane f65d21b258 Mostly-cosmetic improvements in memory chunk header alignment coding. 8 years ago
Tom Lane cc3c4af4a9 Fix bug in generation.c's valgrind support. 8 years ago
Dean Rasheed 9c55391f0f RLS comment fixes. 8 years ago
Dean Rasheed 26329ad8dc Fix broken XML in CREATE POLICY sgml. 8 years ago
Dean Rasheed 87c2a17fee Doc: add a summary table to the CREATE POLICY docs. 8 years ago
Tom Lane e842791b0f Fix unstable regression test added by commits 59b71c6fe et al. 8 years ago
Noah Misch 84c4313c6f Support linking with MinGW-built Perl. 8 years ago
Andres Freund 59b71c6fe6 Fix handling of NULLs returned by aggregate combine functions. 8 years ago
Tom Lane 07bd77b95a Ensure sizeof(GenerationChunk) is maxaligned. 8 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Fujii Masao 2f8d6369e6 doc: mention wal_receiver_status_interval as GUC affecting logical rep worker. 8 years ago
Noah Misch de0aca6a82 Build src/test/isolation during "make" and "make install". 8 years ago
Magnus Hagander 2393194c0d Fix typo 8 years ago