Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
Marc G. Fournier 35862ff7f2 Tag 8.4.6. 15 years ago
Tom Lane 0f311ae7d5 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Peter Eisentraut 9ee4b6f0e1 Translation updates for release 8.4.6 15 years ago
Tom Lane 8baa1dbd21 Update time zone data files to tzdata release 2010o: DST law changes in 15 years ago
Tom Lane 999e82cc8a Fix efficiency problems in tuplestore_trim(). 15 years ago
Tom Lane f3224e010d Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Tom Lane 234ad01f9e Add a stack overflow check to copyObject(). 15 years ago
Tom Lane 6bd3753d4d Prevent inlining a SQL function with multiple OUT parameters. 15 years ago
Tom Lane 61f8618016 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro ec66f65899 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Tom Lane fab2af30d6 Fix leakage of cost_limit when multiple autovacuum workers are active. 15 years ago
Heikki Linnakangas 7ff02add83 The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 15 years ago
Tom Lane 7508d9d87e Fix aboriginal mistake in plpython's set-returning-function support. 15 years ago
Robert Haas 2519b8268b Fix bug in cube picksplit algorithm. 15 years ago
Tom Lane 6318fa0fdb Fix canAcceptConnections() bugs introduced by replication-related patches. 15 years ago
Tom Lane 876cb81a11 Add missing outfuncs.c support for struct InhRelation. 15 years ago
Tom Lane 5c85d1122b Fix old oversight in const-simplification of COALESCE() expressions. 15 years ago
Heikki Linnakangas d434e8f6ad Fix bug introduced by the recent patch to check that the checkpoint redo 15 years ago
Tom Lane 5abb72f9af Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope. 15 years ago
Tom Lane f0e4331d04 Repair memory leakage while ANALYZE-ing complex index expressions. 15 years ago
Heikki Linnakangas 7c0af833c6 In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple 15 years ago
Tom Lane 658a630ac0 Fix error handling in temp-file deletion with log_temp_files active. 15 years ago
Tom Lane faa9007983 Add support for detecting register-stack overrun on IA64. 15 years ago
Tom Lane 78f0924f00 Reduce recursion depth in recently-added regression test. 15 years ago
Tom Lane 55c3a7c0a5 Fix adjust_semi_join to be more cautious about clauseless joins. 15 years ago
Tom Lane 5ab15b521f Ensure an index that uses a whole-row Var still depends on its table. 15 years ago
Tom Lane f44b6fc9f1 Fix plpgsql's handling of "simple" expression evaluation. 15 years ago
Heikki Linnakangas 61ba6f4bf0 Fix long-standing segfault when accept() or one of the calls made right 15 years ago
Heikki Linnakangas b7888758d8 Before removing backup_label and irrevocably changing pg_control file, check 15 years ago
Heikki Linnakangas 4a75c7f9f1 If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Tom Lane d4346e15b4 Fix ecpg test building process to not generate *.dSYM junk on Macs. 15 years ago
Bruce Momjian d94d0a8c83 Add mention of using tools/fsync to test fsync methods. Restructure 15 years ago
Robert Haas e6e906aee3 Add pg_user_mappings to the table of system views. 15 years ago
Peter Eisentraut d833f42eeb Complete the documentation of the USAGE privilege for foreign servers 15 years ago
Michael Meskes a0e02dc1af Applied patch by Itagaki Takahiro to fix incorrect status calculation in 15 years ago
Tom Lane 9dfd308643 Fix assorted bugs in GIN's WAL replay logic. 15 years ago
Robert Haas 444a726521 Warn that views can be safely used to hide columns, but not rows. 15 years ago
Robert Haas 36f4b4e96b Improve WAL reliability documentation, and add more cross-references to it. 15 years ago
Tom Lane 9e718e6116 Behave correctly if INSERT ... VALUES is decorated with additional clauses. 15 years ago
Tom Lane 4b1501cb11 Remove excess argument to open(2). 15 years ago
Marc G. Fournier 2f76a4b5a6 Tag 8.4.5 15 years ago
Tom Lane b805be2587 Use a separate interpreter for each calling SQL userid in plperl and pltcl. 15 years ago
Peter Eisentraut 1100d1eaff Translation updates for 8.4.5 15 years ago
Tom Lane b8ba9a2639 Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, 15 years ago
Tom Lane e8b57bacac Fix another small oversight in command_no_begin patch. 15 years ago
Tom Lane dc9cc887b7 Fix PlaceHolderVar mechanism's interaction with outer joins. 15 years ago
Itagaki Takahiro 2dc2ea81f6 Only DISCARD ALL should be in the command_no_begin list. 15 years ago
Itagaki Takahiro b66c4fb322 Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. 15 years ago
Tom Lane 78b0a0d8c0 Further fixes to the pg_get_expr() security fix in back branches. 15 years ago
Tom Lane 76833aeab9 Still more .gitignore cleanup. 15 years ago