Commit Graph

29202 Commits (63ac5b0b67a5ea23d24ee745397d39fcf1f77bcc)
 

Author SHA1 Message Date
Tom Lane 63ac5b0b67 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Simon Riggs 46ceb398f0 Avoid early reuse of btree pages, causing incorrect query results. 14 years ago
Tom Lane 8c9f2dc670 Stamp 8.4.12. 14 years ago
Tom Lane bc2f35a806 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
Peter Eisentraut d871821e47 Translation updates 14 years ago
Tom Lane 69a37ed92f Update time zone data files to tzdata release 2012c. 14 years ago
Tom Lane af6ee5e8d4 Ignore SECURITY DEFINER and SET attributes for a PL's call handler. 14 years ago
Tom Lane f5c5e7497b Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Tom Lane 4c95cdabce Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Tom Lane 66cad2d7b4 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 14 years ago
Tom Lane 35cc2be6f4 Prevent synchronized scanning when systable_beginscan chooses a heapscan. 14 years ago
Tom Lane 2a7c90c83b Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 5e0f3c793a Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Tom Lane 3ce6fa5568 Ensure that seqscans check for interrupts at least once per page. 14 years ago
Heikki Linnakangas 6e088424e2 Fix bug in to_tsquery(). 14 years ago
Tom Lane de48dbade3 Fix Windows implementation of PGSemaphoreLock. 14 years ago
Joe Conway 564b257e44 PL/pgSQL RETURN NEXT was leaking converted tuples, causing 14 years ago
Magnus Hagander 56c8d50eaf Remove link to ODBCng project from the docs. 14 years ago
Tom Lane a45c63ea0e Fix printing of whole-row Vars at top level of a SELECT targetlist. 14 years ago
Tom Lane aa0c797c90 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Tom Lane 6b87144323 Fix edge-case behavior of pg_next_dst_boundary(). 14 years ago
Andrew Dunstan e4129a0e61 Revert recent commit re positional arguments. 14 years ago
Robert Haas 8d2ef107e6 Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. 14 years ago
Andrew Dunstan 095527a701 Don't override arguments set via options with positional arguments. 14 years ago
Tom Lane 8d444c90d8 Clamp indexscan filter condition cost estimate to be not less than zero. 14 years ago
Tom Lane 8555586707 Fix an Assert that turns out to be reachable after all. 14 years ago
Heikki Linnakangas cd8b1c6d48 set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas 89da5dc6db Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 34684cee64 Update URL for pgtclng project. 14 years ago
Tom Lane 3a7fdb7068 Fix misleading output from gin_desc(). 14 years ago
Tom Lane 260b119c58 Fix syslogger to not lose log coherency under high load. 14 years ago
Tom Lane 230e779f58 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane a584bc5cb0 Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 14 years ago
Tom Lane 80c40f07eb Fix O(N^2) behavior in pg_dump for large numbers of owned sequences. 14 years ago
Tom Lane 19ab40fd46 Fix dblink's failure to report correct connection name in error messages. 14 years ago
Tom Lane 0e74f1f6e0 Fix COPY FROM for null marker strings that correspond to invalid encoding. 14 years ago
Tom Lane 0a0ca1cb18 Fix planner's handling of outer PlaceHolderVars within subqueries. 14 years ago
Tom Lane 543e5ab8be Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
Robert Haas 1d058a292c Don't allow CREATE TABLE AS to put relations in pg_global. 14 years ago
Alvaro Herrera b89a67d964 Update struct Trigger in docs 14 years ago
Andrew Dunstan f7b14e7dc1 Honor inputdir and outputdir when converting regression files. 14 years ago
Tatsuo Ishii 97b767da3e Add description for --no-locale and --text-search-config. 14 years ago
Peter Eisentraut 8136842f22 psql: Fix invalid memory access 14 years ago
Tom Lane d7a8e9a70e Improve documentation around logging_collector and use of stderr. 14 years ago
Tom Lane 5ce0a842a6 Fix some more bugs in GIN's WAL replay logic. 14 years ago
Tom Lane 0209a10bf8 Stamp 8.4.11. 14 years ago
Tom Lane 44909f44d9 Last-minute release note updates. 14 years ago
Tom Lane d975e16605 Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane 4ee9db0cd9 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Tom Lane 993b3e5084 Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago