Commit Graph

27144 Commits (REL8_3_STABLE)
 

Author SHA1 Message Date
Alvaro Herrera d13f41d215 Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 11 years ago
Michael Meskes 1b7f5168c5 Return error if allocation of new element was not possible. 12 years ago
Tom Lane 0caf562969 Stamp 8.3.23. 13 years ago
Tom Lane aa27464b34 Prevent execution of enum_recv() from SQL. 13 years ago
Tom Lane fea6323751 Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. 13 years ago
Peter Eisentraut eb6cbbe70f Translation updates 13 years ago
Magnus Hagander 186a0c9492 Properly zero-pad the day-of-year part of the win32 build number 13 years ago
Tom Lane 66e6916b93 Fix grammar for subscripting or field selection from a sub-SELECT result. 13 years ago
Alvaro Herrera 85abf1d2cf DROP OWNED: don't try to drop tablespaces/databases 13 years ago
Andrew Dunstan de5104234d Use correct output device for Windows prompts. 13 years ago
Tom Lane 59d70a5e9c Fix one-byte buffer overrun in PQprintTuples(). 13 years ago
Andrew Dunstan 237dc2d783 Make pgxs build executables with the right suffix. 13 years ago
Tom Lane 6eedec19f0 Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Heikki Linnakangas 46dc33fb2f On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 63b0b397c7 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Tom Lane 0af83bd530 Add new timezone abbrevation "FET". 13 years ago
Bruce Momjian 717812967d Update copyrights for 2013 13 years ago
Tom Lane 4297f1732f Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Tom Lane 3fd03932fc Ignore libedit/libreadline while probing for standard functions. 13 years ago
Tom Lane b7ef58ae33 Add defenses against integer overflow in dynahash numbuckets calculations. 13 years ago
Peter Eisentraut 175f7a3885 Update ISO 3166 link 13 years ago
Tom Lane 632e7b6353 Stamp 8.3.22. 13 years ago
Tom Lane 50fe9a67a4 Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. 13 years ago
Tom Lane 1f46d67f7e Fix documentation of path(polygon) function. 13 years ago
Peter Eisentraut 42a7beaadb Translation updates 13 years ago
Tom Lane 628a0c7e5e Update time zone data files to tzdata release 2012j. 13 years ago
Tatsuo Ishii eb851c998d Fix psql crash while parsing SQL file whose encoding is different from 13 years ago
Tom Lane 9009ec0515 Prevent passing gmake's environment variables down through pg_regress. 13 years ago
Tom Lane b10b1fa861 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Tom Lane 244413f004 Add missing buffer lock acquisition in GetTupleForTrigger(). 13 years ago
Tom Lane 9837be9873 Produce a more useful error message for over-length Unix socket paths. 13 years ago
Tom Lane 5c8c7c7c5f Fix assorted bugs in CREATE INDEX CONCURRENTLY. 13 years ago
Michael Meskes fc9b2d0ada When processing nested structure pointer variables ecpg always expected an 13 years ago
Bruce Momjian 8b81217775 Remove inaccurate "Incrementally Updated Backups" documentation section; 13 years ago
Tom Lane 336bc0dff2 Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Tom Lane 3352e25e85 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane 8728fdce97 Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane 46c79df29e Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Tom Lane c027d84c81 Fix memory leaks in record_out() and record_send(). 13 years ago
Tom Lane 2faab1af69 Check for stack overflow in transformSetOperationTree(). 13 years ago
Tom Lane 29d539b35f Prefer actual constants to pseudo-constants in equivalence class machinery. 13 years ago
Tom Lane 2383d6d132 Prevent parser from believing that views have system columns. 13 years ago
Tom Lane 613a9ed76f Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 16eb7c706f Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Heikki Linnakangas 8658c09ff6 Further tweaking of the readfile() function in pg_ctl. 13 years ago
Tom Lane c29a91037d Fix planning of non-strict equivalence clauses above outer joins. 13 years ago
Simon Riggs 7bdaacfb1f Fix typo in previous commit 13 years ago
Simon Riggs 6166c7301e Add hash index caution to CREATE INDEX docs 13 years ago
Heikki Linnakangas 17901b0137 Fix race condition in pg_ctl reading postmaster.pid. 13 years ago
Tom Lane 47232d7347 Fix cross-type case in partial row matching for hashed subplans. 13 years ago