Commit Graph

32586 Commits (18ee575df30d3b41444e2309205427cd11a8b30a)
 

Author SHA1 Message Date
Tom Lane 18ee575df3 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane e76e252286 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane 0df2da9d72 Prevent access to external files/URLs via XML entity references. 14 years ago
Peter Eisentraut b5987c4f87 Translation updates 14 years ago
Tom Lane a2c04f189a Update time zone data files to tzdata release 2012e. 14 years ago
Tom Lane b2cc611959 Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 14 years ago
Magnus Hagander 64d64a0530 Fix upper limit of superuser_reserved_connections, add limit for wal_senders 14 years ago
Tom Lane 2bf6e8cbc0 Update isolation tests' README file. 14 years ago
Simon Riggs efed8c0031 fsync backup_label after pg_start_backup() 14 years ago
Robert Haas 1c638c8074 Typo fixes for previous commit. 14 years ago
Robert Haas 16a69120eb Warn more vigorously about the non-transactional behavior of sequences. 14 years ago
Heikki Linnakangas 3159599390 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Bruce Momjian c9c95202b0 Reword documentation for concurrent index rebuilds to be clearer. 14 years ago
Tom Lane 805fc21c33 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. 14 years ago
Bruce Momjian d06dfc1b63 Document that, for psql -c, only the result of the last command is 14 years ago
Tom Lane b1c891e90b Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). 14 years ago
Tom Lane 118b941614 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Bruce Momjian 27394f76bf Now that the diskchecker.pl author has updated the download link on his 14 years ago
Tom Lane 022e8786da Improve reporting of error situations in find_other_exec(). 14 years ago
Bruce Momjian 3d980e15ee Update doc mention of diskchecker.pl to add URL for script; retain URL 14 years ago
Tom Lane 7a7d970b36 Only allow autovacuum to be auto-canceled by a directly blocked process. 14 years ago
Robert Haas a1195a5c26 Log a better message when canceling autovacuum. 14 years ago
Tom Lane aa7cd14406 Fix longstanding crash-safety bug with newly-created-or-reset sequences. 14 years ago
Andrew Dunstan baf6090f8c Remove now unneeded results file for disabled prepared transactions case. 14 years ago
Andrew Dunstan 963bafde8b Remove prepared transactions from main isolation test schedule. 14 years ago
Tom Lane 200ff8bf39 Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Tom Lane 2f961b1b5f Improve coding around the fsync request queue. 14 years ago
Alvaro Herrera 5dd19d10d2 Remove recently added PL/Perl encoding tests 14 years ago
Tom Lane d6270e2df9 Prevent corner-case core dump in rfree(). 14 years ago
Tom Lane d066cc548d Fix walsender processes to establish a SIGALRM handler. 14 years ago
Tom Lane a9287de176 Back-patch fix for extraction of fixed prefixes from regular expressions. 14 years ago
Tom Lane ed45a53730 Back-patch addition of pg_wchar-to-multibyte conversion functionality. 14 years ago
Alvaro Herrera 892a8d0544 Add forgotten PL/Perl regression test files 14 years ago
Alvaro Herrera fc661f78c6 plperl: Skip setting UTF8 flag when in SQL_ASCII encoding 14 years ago
Alvaro Herrera 1fbe7d377c PL/Perl: Avoid compiler warning from clang 14 years ago
Tom Lane 62b9045666 Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Tom Lane b6108fe59b Fix planner to pass correct collation to operator selectivity estimators. 14 years ago
Tom Lane 3f35526479 Don't try to trim "../" in join_path_components(). 14 years ago
Heikki Linnakangas b4234f8fc4 Revert part of the previous patch that avoided using PLy_elog(). 14 years ago
Heikki Linnakangas 138313ebaa Fix mapping of PostgreSQL encodings to Python encodings. 14 years ago
Magnus Hagander b8aca12d77 Always treat a standby returning an an invalid flush location as async 14 years ago
Magnus Hagander 119027ec8b Remove reference to default wal_buffers being 8 14 years ago
Magnus Hagander 85189bb930 Fix typo 14 years ago
Magnus Hagander 94c35d5a96 Remove references to PostgreSQL bundled on Solaris 14 years ago
Magnus Hagander 2006070528 Remove references to pgfoundry as recommended hosting platform 14 years ago
Alvaro Herrera 96ca906cca Forgot an #include in the previous patch :-( 14 years ago
Alvaro Herrera ac50404224 Have REASSIGN OWNED work on extensions, too 14 years ago
Tom Lane af4f029675 Fix race condition in enum value comparisons. 14 years ago
Tom Lane 81aa961037 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Heikki Linnakangas b6fe2dfda0 Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. 14 years ago