Commit Graph

2747 Commits (bf22d2707a2f47a7cc4caa239a14f2bf0a72bfd0)

Author SHA1 Message Date
Robert Haas e5f3690249 pgbench: Fix mistakes in Makefile. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Tom Lane 2e211211a7 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 11 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Tom Lane c110eff132 Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Kevin Grittner c923e82a23 Eliminate unnecessary NULL checks in picksplit method of intarray. 11 years ago
Tom Lane 80986e85aa Avoid returning undefined bytes in chkpass_in(). 11 years ago
Bruce Momjian dc01efa5cc pg_upgrade: improve checksum mismatch error message 11 years ago
Bruce Momjian 056764b102 pg_upgrade: quote directory names in delete_old_cluster script 11 years ago
Heikki Linnakangas c619c2351f Move pg_crc.c to src/common, and remove pg_crc_tables.h 11 years ago
Robert Haas 370b3a4618 pgcrypto: Code cleanup for decrypt_internal. 11 years ago
Heikki Linnakangas 4eaafa0453 Remove dead code. 11 years ago
Noah Misch 59b919822a Prevent Valgrind Memcheck errors around px_acquire_system_randomness(). 11 years ago
Noah Misch 8b59672d8d Cherry-pick security-relevant fixes from upstream imath library. 11 years ago
Noah Misch 1dc7551586 Fix buffer overrun after incomplete read in pullf_read_max(). 11 years ago
Tom Lane a59ee88197 Fix Coverity warning about contrib/pgcrypto's mdc_finish(). 11 years ago
Tom Lane 37507962c3 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Andres Freund ed127002d8 Align buffer descriptors to cache line boundaries. 11 years ago
Heikki Linnakangas 670bf71f65 Remove dead NULL-pointer checks in GiST code. 11 years ago
Tom Lane dabda64152 Fix volatile-safety issue in dblink's materializeQueryResult(). 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Tom Lane eb213acfe2 Prevent duplicate escape-string warnings when using pg_stat_statements. 11 years ago
Tom Lane 8e166e164c Rearrange explain.c's API so callers need not embed sizeof(ExplainState). 11 years ago
Robert Haas 0b49642b99 pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Robert Haas 4a0a5f21fa vacuumlo: Avoid unlikely memory leak. 11 years ago
Heikki Linnakangas e37d474f91 Silence Coverity warnings about unused return values from pushJsonbValue() 11 years ago
Bruce Momjian ac7009abd2 pg_upgrade: fix one-byte per empty db memory leak 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 8cadeb792c Correctly handle test durations of more than 2147s in pg_test_timing. 11 years ago
Andres Freund d1c575230d Fix off-by-one in pg_xlogdump's fuzzy_open_file(). 11 years ago
Andres Freund 58bc4747be Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). 11 years ago
Tatsuo Ishii 3b5a89c482 Fix resource leak pointed out by Coverity. 11 years ago
Bruce Momjian 83bcc70459 pgbench: remove odd trailing period in init progress output 11 years ago
Heikki Linnakangas 7f0dccaed6 Turn much of the btree_gin macros into real functions. 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Noah Misch f6dc6dd5ba Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Magnus Hagander cef0ae498c Update .gitignore for pg_upgrade 11 years ago
Tom Lane de8e46f5f5 Suppress bogus statistics when pgbench failed to complete any transactions. 11 years ago
Tom Lane d38e8d30ce Fix file descriptor leak after failure of a \setshell command in pgbench. 11 years ago
Tom Lane 8ec8760fc8 Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 11 years ago
Tom Lane 462bd95705 Fix planning of SELECT FOR UPDATE on child table with partial index. 11 years ago
Alvaro Herrera dcbfc00aba pg_xlogdump/.gitignore: add committsdesc.c 11 years ago
Heikki Linnakangas ebc2b681b8 Fix pg_xlogdump's calculation of full-page image data. 11 years ago
Peter Eisentraut 1e95bbc870 Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Andres Freund 0fd38e1370 Don't skip SQL backends in logical decoding for visibility computation. 11 years ago
Alvaro Herrera b52cb4690e pageinspect/BRIN: minor tweaks 11 years ago
Andrew Dunstan e09996ff8d Fix hstore_to_json_loose's detection of valid JSON number values. 11 years ago