Commit Graph

33561 Commits (e78cc624e87709e04960966c97a8d9f927f3d2f7)
 

Author SHA1 Message Date
Bruce Momjian e78cc624e8 Update 9.2 SSL release note links. 13 years ago
Tom Lane d3ae406f54 Further tweaking of nomenclature in checkpointer.c. 13 years ago
Tom Lane 6308ba05a7 Improve control logic for bgwriter hibernation mode. 13 years ago
Bruce Momjian 668f959dcb Publish draft version of Postgres 9.2 release notes. 13 years ago
Peter Eisentraut 5d39807a00 Add make dependency so that postgres.bki is rebuilt in major version change 13 years ago
Peter Eisentraut 1c882e07da Split contrib documentation into extensions and programs 13 years ago
Peter Eisentraut 4f696030ab Update documentation to say that gmake check in contrib is supported 13 years ago
Simon Riggs 8f28789bff Rename BgWriterShmem/Request to CheckpointerShmem/Request 13 years ago
Simon Riggs bbd3ec9dce Rename BgWriterCommLock to CheckpointerCommLock 13 years ago
Simon Riggs 5829387381 Avoid xid error from age() function when run on Hot Standby 13 years ago
Bruce Momjian 773b5e0efa Add another URL for HTML entity codes. 13 years ago
Tom Lane acd4c7d58b Fix an issue in recent walwriter hibernation patch. 13 years ago
Bruce Momjian 8b77e226fb Document how to find non-ASCII characters in the release notes. 13 years ago
Tom Lane 49340037ee Reduce idle power consumption of stats collector process. 13 years ago
Tom Lane 5461564a9d Reduce idle power consumption of walwriter and checkpointer processes. 13 years ago
Peter Eisentraut 081ca7a0d1 Tweak contrib --help output to match common style 13 years ago
Peter Eisentraut db84ba65ab psql: Add variable to control keyword case in tab completion 13 years ago
Peter Eisentraut cf09230e19 Update config.guess and config.sub 13 years ago
Peter Eisentraut 3420b241a7 Fix dependency tracking for src/port/%_srv.o files 13 years ago
Peter Eisentraut dcb2c58381 Fix misleading comments 13 years ago
Peter Eisentraut 3284e03d5d Remove strdup, strtol, strtoul from libpgport 13 years ago
Peter Eisentraut d7b2cd9d40 Fix pg_config.h make rule 13 years ago
Magnus Hagander 916d589a10 Make "unexpected EOF" messages DEBUG1 unless in an open transaction 13 years ago
Bruce Momjian 65b110703b Document that it is the pgsql version we are matching for psqlrc 13 years ago
Bruce Momjian 0a3a674b98 Revert typo fix 768c3affd44d1dcb4e43e2e006c642524714c2a4; I was wrong. 13 years ago
Bruce Momjian 768c3affd4 Fix psql doc typo. 13 years ago
Tom Lane 71b9549d05 Overdue code review for transaction-level advisory locks patch. 13 years ago
Peter Eisentraut 1715ff1128 doc: Fix for too many brackets in command synopses on man pages 13 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 13 years ago
Bruce Momjian 7490c48f1e Mark git_changelog examples with the proper executable names. 13 years ago
Robert Haas 8e0c5195df Add missing parenthesis in comment. 13 years ago
Peter Eisentraut e6c2e8cb87 PL/Python: Improve test coverage 13 years ago
Peter Eisentraut 52aa334fcd PL/Python: Fix crash in functions returning SETOF and using SPI 13 years ago
Peter Eisentraut e9605a039b Even more duplicate word removal, in the spirit of the season 13 years ago
Robert Haas 0038110421 Avoid repeated CLOG access from heap_hot_search_buffer. 13 years ago
Robert Haas 1b4998fd44 Further corrections from the department of redundancy department. 13 years ago
Robert Haas e01e66f808 More duplicate word removal. 13 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 13 years ago
Tom Lane 50c2d6a1a6 Kill some remaining references to SVR4 and univel. 13 years ago
Robert Haas 9b7a84f2a4 Tweak psql to print row counts when \x auto chooses non-expanded output. 13 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 13 years ago
Peter Eisentraut 4266509c57 Improve markup of cmdsynopsis elements 13 years ago
Peter Eisentraut 61c84b4761 Fix display of <command> elements on man pages 13 years ago
Tom Lane 809e7e21af Converge all SQL-level statistics timing values to float8 milliseconds. 13 years ago
Peter Eisentraut 26471a51fc Mark ReThrowError() with attribute noreturn 13 years ago
Robert Haas 0d2235a25b Remove duplicate word in comment. 13 years ago
Bruce Momjian f33fe47a91 Add comments suggesting usage of git_changelog to generate release notes. 13 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 13 years ago
Tom Lane 309c64745e Rename track_iotiming GUC to track_io_timing. 13 years ago
Tom Lane 5f2b089387 Further editorialization on the new documentation for statistics views. 13 years ago