Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Bruce Momjian 9fb5952cdf Document that trying to exceed temp_file_limit causes a query cancel. 14 years ago
Bruce Momjian 7b8c798362 Document that, for psql -c, only the result of the last command is 14 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 14 years ago
Tom Lane 962e0cc71e Fix race conditions associated with SPGiST redirection tuples. 14 years ago
Tom Lane 7719ed04bc Update release notes for libpq feature change. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Tom Lane 7c0fecdaef Add documentation cross-reference for JSON functions. 14 years ago
Tom Lane f6ce81f55a Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). 14 years ago
Tom Lane b76356ac22 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Alvaro Herrera 2f29f011c8 pg_basebackup: stylistic adjustments 14 years ago
Bruce Momjian 04d2956f0d Now that the diskchecker.pl author has updated the download link on his 14 years ago
Tom Lane 9ae8ebe0b2 Improve reporting of error situations in find_other_exec(). 14 years ago
Bruce Momjian c9a2532c83 Update doc mention of diskchecker.pl to add URL for script; retain URL 14 years ago
Bruce Momjian 69451b0968 Document that the pg_upgrade user of rsync might want to skip some 14 years ago
Tom Lane 26b438694c Only allow autovacuum to be auto-canceled by a directly blocked process. 14 years ago
Robert Haas d20cdd31c0 Tab complete table names after ALTER TABLE x [NO] INHERIT. 14 years ago
Robert Haas d7318d43d8 Log a better message when canceling autovacuum. 14 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 14 years ago
Tom Lane af026b5d9b Fix longstanding crash-safety bug with newly-created-or-reset sequences. 14 years ago
Peter Eisentraut 08d715a2d4 Document that pg_basebackup will create its output directory 14 years ago
Alvaro Herrera 58f17dcf83 Add translator comments to module names 14 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Peter Eisentraut d61d9aa750 Update information schema to SQL:2011 14 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Tom Lane b71258af56 Fix name collision between concurrent regression tests. 14 years ago
Tom Lane 2d46a57ddc Improve copydir() code for the case that fsync is off. 14 years ago
Tom Lane 2c4f5b4bc5 Use --nosync during make check's initdb call. 14 years ago
Tom Lane 1f115d98b9 Suppress volatile-related warning seen in some compilers. 14 years ago
Tom Lane 31c7c642b6 Account for SRFs in targetlists in planner rowcount estimates. 14 years ago
Robert Haas ed0af33247 Revert temporary patch to debug Windows breakage. 14 years ago
Robert Haas 0635c0b524 Repair plpgsql_validator breakage. 14 years ago
Andrew Dunstan a1e5705c9f Remove now unneeded results file for disabled prepared transactions case. 14 years ago
Robert Haas 0a248208a0 Temporary patch to try to debug why event trigger patch broke Windows. 14 years ago
Andrew Dunstan ae55d9fbe3 Remove prepared transactions from main isolation test schedule. 14 years ago
Peter Eisentraut 8ca03aa414 pg_dump: Simplify mkdir() error checking 14 years ago
Alvaro Herrera f5bcd398ad connoinherit may be true only for CHECK constraints 14 years ago
Tom Lane 8e617e29aa Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Tom Lane be86e3dd5b Rethink checkpointer's fsync-request table representation. 14 years ago
Tom Lane 3072b7bade Send only one FORGET_RELATION_FSYNC request when dropping a relation. 14 years ago
Heikki Linnakangas a7a4add6c4 Refactor the way code is shared between some range type functions. 14 years ago
Tom Lane 80e373c3a8 Fix statistics breakage from bgwriter/checkpointer process split. 14 years ago
Tom Lane 4a9c30a8a1 Fix management of pendingOpsTable in auxiliary processes. 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 14 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 14 years ago
Tom Lane 73b796a52c Improve coding around the fsync request queue. 14 years ago
Peter Eisentraut 71f2dd2321 PL/Python: Remove PLy_result_ass_item 14 years ago
Peter Eisentraut d6ce58c010 Show step titles in the pg_upgrade man page 14 years ago
Alvaro Herrera 65558995a2 Remove recently added PL/Perl encoding tests 14 years ago