Commit Graph

29184 Commits (a45c63ea0e5fcd3aaf9b707ec6fc059e07cd18a4)
 

Author SHA1 Message Date
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
Tom Lane 7b4fcabb2f Avoid problems with OID wraparound during WAL replay. 14 years ago
Heikki Linnakangas 45bcc71980 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane b4e9fd4df3 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Magnus Hagander 5b242e5add Fix wording, per Peter Geoghegan 14 years ago
Tom Lane 23bd628b9f Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane a2beb5b3d1 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane 4e88523c7c Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Tom Lane d23c38d46c Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago