Commit Graph

33136 Commits (7c6f55e9ef5d459b655a229e5dfe6cadfafcd4eb)
 

Author SHA1 Message Date
Tom Lane 7c6f55e9ef Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE. 11 years ago
Tom Lane 8bfc2b1793 Docs: fix incorrect spelling of contrib/pgcrypto option. 11 years ago
Tom Lane fcf0246b2c Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. 11 years ago
Tom Lane 6ec1c3ef8b Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
Heikki Linnakangas 8f7bd8e91d Reset error message at PQreset() 11 years ago
Heikki Linnakangas 4d1c738d10 Fix two bugs in tsquery @> operator. 11 years ago
Tom Lane 94de3a679b Improve ispell dictionary's defenses against bad affix files. 11 years ago
Tom Lane 98144378c4 Ensure libpq reports a suitable error message on unexpected socket EOF. 11 years ago
Andres Freund d5fef87e96 Flush unlogged table's buffers when copying or moving databases. 11 years ago
Tom Lane 28e9ebb999 Declare mkdtemp() only if we're providing it. 11 years ago
Tom Lane 96139cfbbc Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. 11 years ago
Tom Lane 0c9391e529 Fix core dump in pg_dump --binary-upgrade on zero-column composite type. 11 years ago
Tom Lane 2784b68b32 Support timezone abbreviations that sometimes change. 11 years ago
Noah Misch b4d45f0776 Suppress dead, unportable src/port/crypt.c code. 11 years ago
Fujii Masao f6bb48f8bf Fix broken example in PL/pgSQL document. 11 years ago
Tom Lane 037b912ecc Fix array overrun in ecpg's version of ParseDateTime(). 11 years ago
Heikki Linnakangas 525510aea5 Cannot rely on %z printf length modifier. 11 years ago
Tom Lane 745723c9ef Update time zone data files to tzdata release 2014h. 11 years ago
Tom Lane 252af79d94 Update time zone abbreviations lists. 11 years ago
Alvaro Herrera 06646f52ea Don't balance vacuum cost delay when per-table settings are in effect 11 years ago
Heikki Linnakangas f270a16110 Check for GiST index tuples that don't fit on a page. 11 years ago
Heikki Linnakangas 7f71c891a5 Fix typo in error message. 11 years ago
Tom Lane 477023e942 Fix some more problems with nested append relations. 11 years ago
Robert Haas d1844c21b0 Fix identify_locking_dependencies for schema-only dumps. 11 years ago
Andres Freund dc58d94924 Fix VPATH builds of the replication parser from git for some !gcc compilers. 11 years ago
Peter Eisentraut 7c8b0adba5 doc: Fix documentation of local_preload_libraries 11 years ago
Stephen Frost 4d96e93cb4 Handle border = 3 in expanded mode 11 years ago
Tom Lane cf5c20b063 Fix power_var_int() for large integer exponents. 11 years ago
Andres Freund 7288331b9b Fix typo in solaris spinlock fix. 11 years ago
Andres Freund 5af508f665 Fix spinlock implementation for some !solaris sparc platforms. 11 years ago
Tom Lane 440fcc5682 Fix psql \s to work with recent libedit, and add pager support. 11 years ago
Tom Lane 61d7c6d678 Documentation fix: sum(float4) returns float4, not float8. 11 years ago
Fujii Masao 81bffe63c0 Fix segmentation fault that an empty prepared statement could cause. 11 years ago
Kevin Grittner 64277753b4 doc: Various typo/grammar fixes 11 years ago
Tom Lane 9807c8220e Fix citext upgrade script for disallowance of oidvector element assignment. 11 years ago
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch ba72fc0545 Install libpq DLL with $(INSTALL_SHLIB). 11 years ago
Tom Lane 5f1c597076 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. 11 years ago
Tom Lane 82ce2fe7e6 Update SysV parameter configuration documentation for FreeBSD. 12 years ago
Fujii Masao 4b1812b813 Fix failure to follow the directions when "init" fork was added. 12 years ago
Fujii Masao b8eaa7b2a6 Fix documentation oversights about pageinspect and initialization fork. 12 years ago
Tom Lane 83412c7b9f Clarify type resolution behavior for domain types. 12 years ago
Tom Lane bbe826f21b Reject duplicate column names in foreign key referenced-columns lists. 12 years ago
Heikki Linnakangas 709bdd8d8d Fix typo in user manual 12 years ago
Tom Lane f21afe4214 Avoid wholesale autovacuuming when autovacuum is nominally off. 12 years ago
Heikki Linnakangas de88ec6bf4 Treat 2PC commit/abort the same as regular xacts in recovery. 12 years ago
Fujii Masao 8d49bf1995 Fix typo in doc. 12 years ago
Tom Lane 40c333c39c Fix a performance problem in pg_dump's dump order selection logic. 12 years ago
Tom Lane 3fa0c78632 Rearrange documentation paragraph describing pg_relation_size(). 12 years ago
Noah Misch c76a98e22e Report success when Windows kill() emulation signals an exiting process. 12 years ago