Commit Graph

29313 Commits (f27cbcdc6b30c47c24e28c38a3d4164ec03a0df5)
 

Author SHA1 Message Date
Tom Lane f27cbcdc6b Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Tom Lane 02e7414386 Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Tom Lane 19c115cb9a Fix possible failure to send final transaction counts to stats collector. 13 years ago
Tom Lane 2228ce6a11 Stamp 8.4.16. 13 years ago
Tom Lane 308ba8702c Prevent execution of enum_recv() from SQL. 13 years ago
Tom Lane 90f77d759b Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. 13 years ago
Peter Eisentraut bae4b9a233 Translation updates 13 years ago
Alvaro Herrera 406758fd5d Fix typo in freeze_table_age implementation 13 years ago
Magnus Hagander d1bdb35a98 Properly zero-pad the day-of-year part of the win32 build number 13 years ago
Tom Lane b3e715a035 Fix grammar for subscripting or field selection from a sub-SELECT result. 13 years ago
Alvaro Herrera fe738d77f1 DROP OWNED: don't try to drop tablespaces/databases 13 years ago
Michael Meskes 060e2435f2 Made ecpglib use translated messages. 13 years ago
Andrew Dunstan b499cf8e83 Use correct output device for Windows prompts. 13 years ago
Tom Lane 0191095950 Fix one-byte buffer overrun in PQprintTuples(). 13 years ago
Peter Eisentraut bed5141685 doc: Fix syntax of a URL 13 years ago
Andrew Dunstan ef75023efb Make pgxs build executables with the right suffix. 13 years ago
Tom Lane 4d08f56dee Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Heikki Linnakangas 94b6458c10 On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 20df7e9053 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Tom Lane e2120d7568 Reject out-of-range dates in to_date(). 13 years ago
Tom Lane dc745164f0 Add new timezone abbrevation "FET". 13 years ago
Magnus Hagander 390bdedb70 Properly install ecpg_compat and pgtypes libraries on msvc 13 years ago
Bruce Momjian ae80eb70ce Update copyrights for 2013 13 years ago
Tom Lane 82a91c7bd3 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Tom Lane 7f8a6ed233 Ignore libedit/libreadline while probing for standard functions. 13 years ago
Tom Lane 4b44216151 Add defenses against integer overflow in dynahash numbuckets calculations. 13 years ago
Heikki Linnakangas 7e0d8d8457 Update minimum recovery point on truncation. 13 years ago
Peter Eisentraut a5dbb053b3 Update ISO 3166 link 13 years ago
Tom Lane 965edcab6e Stamp 8.4.15. 13 years ago
Tom Lane 9b50e97280 Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. 13 years ago
Simon Riggs 9f3558af8a Avoid holding vmbuffer pin after VACUUM. 13 years ago
Tom Lane 1d48cecc31 Fix documentation of path(polygon) function. 13 years ago
Peter Eisentraut 42720826b9 Translation updates 13 years ago
Tom Lane 150c26ad57 Update time zone data files to tzdata release 2012j. 13 years ago
Tatsuo Ishii cd99d20550 Fix psql crash while parsing SQL file whose encoding is different from 13 years ago
Tom Lane b4cad62511 Prevent passing gmake's environment variables down through pg_regress. 13 years ago
Peter Eisentraut 3f27f90cfe doc: Fix broken links to DocBook wiki 13 years ago
Tom Lane de0849c28a Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Tom Lane 91120734db Add missing buffer lock acquisition in GetTupleForTrigger(). 13 years ago
Tom Lane 25b2499d56 Produce a more useful error message for over-length Unix socket paths. 13 years ago
Tom Lane 518d58daa5 Fix assorted bugs in CREATE INDEX CONCURRENTLY. 13 years ago
Michael Meskes f22a6edad8 When processing nested structure pointer variables ecpg always expected an 13 years ago
Bruce Momjian 67b5effe8c Remove inaccurate "Incrementally Updated Backups" documentation section; 13 years ago
Tom Lane 60511606fb Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Tom Lane 9e74c02259 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane 73af46e82c Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane 694f4ff835 Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Tom Lane e405151b25 Fix memory leaks in record_out() and record_send(). 13 years ago
Tom Lane 78542e37b8 Check for stack overflow in transformSetOperationTree(). 13 years ago
Tom Lane 4fa38136f7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago