Commit Graph

32601 Commits (26f4fc01849b23d0541722d7cfdbd08739f81e1c)
 

Author SHA1 Message Date
Andrew Dunstan 26f4fc0184 Fix line end mishandling in pg_upgrade on Windows. 13 years ago
Tom Lane 5ee0f03727 Restore SIGFPE handler after initializing PL/Perl. 13 years ago
Andrew Dunstan a69b7a1c34 Indent fix_path_separator() header properly. 13 years ago
Andrew Dunstan d10ddf4d51 Use correct path separator for Windows builtin commands. 13 years ago
Tom Lane 97395185b8 Make configure probe for mbstowcs_l as well as wcstombs_l. 13 years ago
Tom Lane 6707dd48cd Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. 13 years ago
Robert Haas f6956eb74e Document how to prevent PostgreSQL itself from exhausting memory. 13 years ago
Robert Haas 657face6fe Add missing period to detail message. 13 years ago
Robert Haas ed597d0c32 Back-patch fixes for some issues in our Windows socket code into 9.1. 14 years ago
Tom Lane 180ce0af33 Fix issues with checks for unsupported transaction states in Hot Standby. 14 years ago
Tom Lane ff122d3268 Fix cascading privilege revoke to notice when privileges are still held. 14 years ago
Tom Lane 874d97c2a8 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 14 years ago
Tom Lane 7665e82b6a Fix rescan logic in nodeCtescan. 14 years ago
Tom Lane 9e035184b0 Disallow extensions from owning the schema they are assigned to. 14 years ago
Tom Lane 04e96bc69d Stamp 9.1.5. 14 years ago
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