Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Tom Lane 7e765cb068 Prefer actual constants to pseudo-constants in equivalence class machinery. 13 years ago
Tom Lane 67efc03a81 Prevent parser from believing that views have system columns. 13 years ago
Tom Lane f20d91866e Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 44ee57a6f2 Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Heikki Linnakangas 69d8644374 Further tweaking of the readfile() function in pg_ctl. 13 years ago
Tom Lane 7790162714 Fix planning of non-strict equivalence clauses above outer joins. 13 years ago
Simon Riggs d76f2f0371 Fix typo in previous commit 13 years ago
Simon Riggs 8ae503a5be Add hash index caution to CREATE INDEX docs 13 years ago
Heikki Linnakangas 6d934e4aae Fix race condition in pg_ctl reading postmaster.pid. 13 years ago
Tom Lane 55eaeef0b9 Fix cross-type case in partial row matching for hashed subplans. 13 years ago
Tom Lane facc2047fe Fix PGXS support for building loadable modules on AIX. 13 years ago
Tom Lane cd07b5a07f Fix lo_import and lo_export to return useful error messages more often. 13 years ago
Tom Lane 4f03cd8597 Fix lo_export usage in example programs. 13 years ago
Tom Lane ef23ad39be Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 13 years ago
Alvaro Herrera 3a937bf72f REASSIGN OWNED: consider grants on tablespaces, too 13 years ago
Heikki Linnakangas 43dfc5cac3 Fix access past end of string in date parsing. 13 years ago
Tom Lane 19d95fca25 Fix bugs in "restore.sql" script emitted in pg_dump tar output. 13 years ago
Tom Lane e067a771f8 Fix pg_restore to accept POSIX-conformant tar files. 13 years ago
Tom Lane 5ced7dc16d Fix examples of how to use "su" while starting the server. 13 years ago
Tom Lane ed23de2692 Stamp 8.4.14. 13 years ago
Tom Lane 2017244ead Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago