Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Peter Eisentraut 94e2495ded Translation updates 14 years ago
Tom Lane 71f313d9ae Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Tom Lane 7b6a37f5ec Don't clear btpo_cycleid during _bt_vacuum_one_page. 14 years ago
Magnus Hagander a863963fcd Avoid double close of file handle in syslogger on win32 14 years ago
Tom Lane efe3561108 Don't reject threaded Python on FreeBSD. 14 years ago
Tom Lane cbfb9ff790 Fix regex back-references that are directly quantified with *. 14 years ago
Tom Lane 81b4e5ceb6 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane a2c2bbcd28 Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane e1fcf16b72 Fix brain fade in previous pg_dump patch. 14 years ago
Tom Lane 0951f4d1f5 Fix pg_dump for better handling of inherited columns. 14 years ago