Commit Graph

2612 Commits (f162fb75b329bc5370b3ece59f5ef0d5ba0f15d6)

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