Commit Graph

2619 Commits (694fd33e23170f64d30ef35e647b824d34938e09)

Author SHA1 Message Date
Robert Haas ed802e7dc3 pgbench: Allow \setrandom to generate Gaussian/exponential distributions. 12 years ago
Bruce Momjian d826d8ecce pg_upgrade: improve C comment wording 12 years ago
Alvaro Herrera 0531549801 Avoid uselessly looking up old LOCK_ONLY multixacts 12 years ago
Tom Lane 27cef0a561 Check block number against the correct fork in get_raw_page(). 12 years ago
Noah Misch d7cdf6ee36 Diagnose incompatible OpenLDAP versions during build and test. 12 years ago
Peter Eisentraut e0da6ec618 pg_upgrade: Fix spacing in help output 12 years ago
Magnus Hagander a16bac36ec Remove dependency on wsock32.lib in favor of ws2_32 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Noah Misch c0e8fb6148 contrib/test_decoding/Makefile sets MODULES, so omit OBJS. 12 years ago
Fujii Masao ab77485945 Remove incorrect comment from postgres_fdw.c. 12 years ago
Andres Freund 626bfad6cc Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). 12 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 12 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 12 years ago
Bruce Momjian 3088cc3704 pg_upgrade: allow upgrades for new-only TOAST tables 12 years ago
Andres Freund 1b86c81d2d Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 12 years ago
Noah Misch 333b7db8b3 Consistently pass an "unsigned char" to ctype.h functions. 12 years ago
Bruce Momjian a61daa14d5 pg_upgrade: preserve database and relation minmxid values 12 years ago
Bruce Momjian 89cf2d5203 pg_upgrade: no need to remove "members" files for pre-9.3 upgrades 12 years ago
Tom Lane fbb1d7d73f Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. 12 years ago
Tom Lane f23425fa95 Improve handling of OOM score adjustment in sample Linux start script. 12 years ago
Tom Lane 5a421a47eb Fix inadequately-sized output buffer in contrib/unaccent. 12 years ago
Tom Lane 03a25cec8d Issue a WARNING about invalid rule file format in contrib/unaccent. 12 years ago
Tom Lane 1b2488731c Allow multi-character source strings in contrib/unaccent. 12 years ago
Tom Lane 97c40ce614 Allow empty replacement strings in contrib/unaccent. 12 years ago
Bruce Momjian 55863274d9 pg_upgrade: update C comments about pg_dumpall 12 years ago
Noah Misch 9d0826c595 Don't prematurely free the BufferAccessStrategy in pgstat_heap(). 12 years ago
Bruce Momjian 0f7482733a pg_upgrade: remove pg_multixact files left by initdb 12 years ago
Joe Conway 1dde5782e3 Clean up data conversion short-lived memory context. 12 years ago
Noah Misch 686f362bee Fix contrib/pg_upgrade/test.sh for $PWD containing spaces. 12 years ago
Noah Misch c82725edfa Let installcheck-world pass against a server requiring a password. 12 years ago
Tom Lane df8b7bc9ff Improve our mechanism for controlling the Linux out-of-memory killer. 12 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 12 years ago
Tom Lane 2146f13408 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. 12 years ago
Noah Misch be76a6d39e Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Heikki Linnakangas 0ef0b6784c Change the signature of rm_desc so that it's passed a XLogRecord. 12 years ago
Fujii Masao 654e8e4447 Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shutdown. 12 years ago
Tom Lane c941aed96b When using the OSSP UUID library, cache its uuid_t state object. 12 years ago
Tom Lane 25dd07e0f6 Fix uuid-ossp regression tests based on buildfarm feedback. 12 years ago
Tom Lane 71ed8b3ca7 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 45b7abe59e Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Tom Lane c0f27628d2 Improve regression tests for uuid-ossp. 12 years ago
Tom Lane 2103218dd4 Fix stack clobber in new uuid-ossp code. 12 years ago
Tom Lane b8cc8f9473 Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. 12 years ago
Robert Haas 616afee14d worker_spi: Initialize bgw_notify_pid in all cases. 12 years ago
Tom Lane 9d7ded0f42 Avoid unportable usage of sscanf(UINT64_FORMAT). 12 years ago
Tom Lane 9a65fb3507 Allow total number of transactions in pgbench to exceed INT_MAX. 12 years ago
Tom Lane e41cc470bb Fix non-C89-compatible coding in pgbench. 12 years ago
Tom Lane af215d8190 Suppress some more valgrind whining about btree_gist. 12 years ago
Tom Lane 39586bc1e9 Fix a second cause of undersized pallocs for btree_gist indexes on macaddr. 12 years ago
Tom Lane 82bbb60c30 Fix valgrind warning for btree_gist indexes on macaddr. 12 years ago