Commit Graph

22347 Commits (657face6fea6e8e29944b839c4e5ceb6c63e251e)

Author SHA1 Message Date
Robert Haas 657face6fe Add missing period to detail message. 14 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 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 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
Heikki Linnakangas 3159599390 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Tom Lane 805fc21c33 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. 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
Tom Lane 022e8786da Improve reporting of error situations in find_other_exec(). 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
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
Tom Lane 3ac860f6b3 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 14 years ago
Tom Lane 8a9bcf7f5c Improve pg_dump's dependency-sorting logic to enforce section dump order. 14 years ago
Tom Lane df83f0f61c Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Alvaro Herrera 348f504317 pg_dump: Fix verbosity level in LO progress messages 14 years ago
Peter Eisentraut e23e17ffb0 Update copyright year in forgotten places 14 years ago