Commit Graph

33117 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)
 

Author SHA1 Message Date
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. 12 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
Noah Misch 48aa0032c4 MSVC: Substitute $(top_builddir) in REGRESS_OPTS. 12 years ago
Tom Lane 3c5232ae83 Check block number against the correct fork in get_raw_page(). 12 years ago
Noah Misch 81af4185ad Diagnose incompatible OpenLDAP versions during build and test. 12 years ago
Tom Lane 124331b61d Reject out-of-range numeric timezone specifications. 12 years ago
Tom Lane 972a21d736 Stamp 9.1.14. 12 years ago
Tom Lane b0cab3faf0 Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. 12 years ago
Peter Eisentraut 07a3f74a73 Translation updates 12 years ago
Tom Lane 2f8887abb5 Fix xreflabel for hot_standby_feedback. 12 years ago
Tom Lane 40ccb6530c Update time zone data files to tzdata release 2014e. 12 years ago
Noah Misch 3f09bb8d27 Limit pg_upgrade authentication advice to always-secure techniques. 12 years ago
Tom Lane 8a817785ad Fix two low-probability memory leaks in regular expression parsing. 12 years ago
Alvaro Herrera a41dc73211 Fix REASSIGN OWNED for text search objects 12 years ago
Simon Riggs 8ebf5f7206 Reset master xmin when hot_standby_feedback disabled. 12 years ago
Peter Eisentraut bfb47043ad doc: small fixes for REINDEX reference page 12 years ago
Magnus Hagander a70935d3fc Add autocompletion of locale keywords for CREATE DATABASE 12 years ago
Tom Lane c45841f9e1 Fix bug with whole-row references to append subplans. 12 years ago
Tom Lane fa21a760b2 Don't assume a subquery's output is unique if there's a SRF in its tlist. 12 years ago
Tom Lane d9d125d92a Add some errdetail to checkRuleResultList(). 12 years ago
Tom Lane 0ff9718ff7 Fix inadequately-sized output buffer in contrib/unaccent. 12 years ago