Commit Graph

43903 Commits (414cd434ff681e5f499803458eae9d5bb32372a9)
 

Author SHA1 Message Date
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
Simon Riggs b99661c2ff Tweak code for older compilers 8 years ago
Simon Riggs a4ccc1cef5 Generational memory allocator 8 years ago
Simon Riggs 3bae43ca4d Sort default partition to bottom of psql \d+ 8 years ago
Simon Riggs 05b6ec39d7 Show partition info from psql \d+ 8 years ago
Simon Riggs 7e17a6889a Set es_output_cid in replication worker 8 years ago
Tom Lane 16827d4424 pgbench: fix stats reporting when some transactions are skipped. 8 years ago
Tom Lane 41761265e8 Doc: fix broken markup. 8 years ago
Robert Haas ae65f6066d Provide for forward compatibility with future minor protocol versions. 8 years ago
Robert Haas f3b0897a12 Fix multiple problems with satisfies_hash_partition. 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Tom Lane 84669c9b06 Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD. 8 years ago
Tom Lane f3bd00c016 Add support for Motorola 88K to s_lock.h. 8 years ago