Commit Graph

37614 Commits (4a14f13a0abfbf7e7d44a3d2689444d1806aa9dc)
 

Author SHA1 Message Date
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas ba94518aad Change how first WAL segment on new timeline after promotion is created. 11 years ago
Fujii Masao 38628db8d8 Add memory barriers for PgBackendStatus.st_changecount protocol. 11 years ago
Fujii Masao 19e065c049 Ensure variables live across calls in generate_series(numeric, numeric). 11 years ago
Fujii Masao ccf292cd2e Update .gitignore for config.cache. 11 years ago
Andres Freund 72950dc1d0 Adjust valgrind suppression to the changes in 2c03216d83. 11 years ago
Noah Misch 43b56171b1 Recognize Makefile line continuations in fetchRegressOpts(). 11 years ago
Fujii Masao 26674c923d Remove odd blank line in comment. 11 years ago
Andres Freund c303e9e7e5 Fix (re-)starting from a basebackup taken off a standby after a failure. 11 years ago
Noah Misch 40c598fa15 Fix previous commit for TAP test suites in VPATH builds. 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
Heikki Linnakangas ce01548d4f Clarify the regexp used to detect source files in MSVC builds. 11 years ago
Tom Lane c340494235 Fix another poorly worded error message. 11 years ago
Tom Lane c977b8cffc Fix poorly worded error message. 11 years ago
Magnus Hagander cef0ae498c Update .gitignore for pg_upgrade 11 years ago
Magnus Hagander 6964ad95d7 Add missing documentation for some vcregress modes 11 years ago
Magnus Hagander cb7b5c5c6f Remove redundant sentence 11 years ago
Tom Lane 66709133c7 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 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
Andrew Dunstan c8315930e6 Fix some jsonb issues found by Coverity in recent commits. 11 years ago
Heikki Linnakangas 4d65e16a6f Misc comment typo fixes. 11 years ago
Heikki Linnakangas da9f6a78ef Fix incorrect comment about XLogRecordBlockHeader.data_length field. 11 years ago
Noah Misch 0916eba131 Fix commit_ts test suite for systems with coarse timestamp granularity. 11 years ago
Peter Eisentraut 733a264ddc Translation updates 11 years ago
Alvaro Herrera 4576b9cc46 add missing newline 11 years ago
Tom Lane 9418820efb Fix point <-> polygon code for zero-distance case. 11 years ago
Heikki Linnakangas 4520ba6769 Add point <-> polygon distance operator. 11 years ago
Peter Eisentraut ee3bec5e22 Translation updates 11 years ago
Peter Eisentraut 6457ff93fe doc: Add link to how to specify time zone names to initdb man page 11 years ago
Tom Lane af06aa822d Improve documentation around parameter-setting and ALTER SYSTEM. 11 years ago
Tom Lane 0923b01e3e Update 9.4 release notes. 11 years ago
Peter Eisentraut c50423c0fe doc: Fix markup 11 years ago
Andrew Dunstan e39b6f953e Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
Tom Lane e311cd6ded Improve recovery target settings documentation. 11 years ago
Tom Lane b0f479113a Repair corner-case bug in array version of percentile_cont(). 11 years ago
Heikki Linnakangas 50f2c0687f Remove duplicate #define 11 years ago
Tom Lane 1c5c70df45 Avoid instability in output of new REINDEX SCHEMA test. 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Tom Lane 8ec8760fc8 Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 11 years ago
Andrew Dunstan 237a882443 Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
Heikki Linnakangas b1332e98c4 Put the logic to decide which synchronous standby is active into a function. 11 years ago
Peter Eisentraut 7afc2336cd doc: Move website-stylesheet setting to a more appropriate location 11 years ago
Peter Eisentraut 2f8607860b SSL tests: Remove trailing blank lines 11 years ago
Peter Eisentraut ce37eff06d SSL tests: Silence pg_ctl output 11 years ago
Tom Lane 462bd95705 Fix planning of SELECT FOR UPDATE on child table with partial index. 11 years ago
Tom Lane 2db576ba8c Fix corner case where SELECT FOR UPDATE could return a row twice. 11 years ago
Simon Riggs 2646d2d4a9 Further changes to REINDEX SCHEMA 11 years ago
Tom Lane 0845264642 Make rowsecurity test clean up after itself, too. 11 years ago