Commit Graph

33548 Commits (49340037ee3ab46cb24144a86705e35f272c24d5)
 

Author SHA1 Message Date
Tom Lane 49340037ee Reduce idle power consumption of stats collector process. 14 years ago
Tom Lane 5461564a9d Reduce idle power consumption of walwriter and checkpointer processes. 14 years ago
Peter Eisentraut 081ca7a0d1 Tweak contrib --help output to match common style 14 years ago
Peter Eisentraut db84ba65ab psql: Add variable to control keyword case in tab completion 14 years ago
Peter Eisentraut cf09230e19 Update config.guess and config.sub 14 years ago
Peter Eisentraut 3420b241a7 Fix dependency tracking for src/port/%_srv.o files 14 years ago
Peter Eisentraut dcb2c58381 Fix misleading comments 14 years ago
Peter Eisentraut 3284e03d5d Remove strdup, strtol, strtoul from libpgport 14 years ago
Peter Eisentraut d7b2cd9d40 Fix pg_config.h make rule 14 years ago
Magnus Hagander 916d589a10 Make "unexpected EOF" messages DEBUG1 unless in an open transaction 14 years ago
Bruce Momjian 65b110703b Document that it is the pgsql version we are matching for psqlrc 14 years ago
Bruce Momjian 0a3a674b98 Revert typo fix 768c3affd44d1dcb4e43e2e006c642524714c2a4; I was wrong. 14 years ago
Bruce Momjian 768c3affd4 Fix psql doc typo. 14 years ago
Tom Lane 71b9549d05 Overdue code review for transaction-level advisory locks patch. 14 years ago
Peter Eisentraut 1715ff1128 doc: Fix for too many brackets in command synopses on man pages 14 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Bruce Momjian 7490c48f1e Mark git_changelog examples with the proper executable names. 14 years ago
Robert Haas 8e0c5195df Add missing parenthesis in comment. 14 years ago
Peter Eisentraut e6c2e8cb87 PL/Python: Improve test coverage 14 years ago
Peter Eisentraut 52aa334fcd PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
Peter Eisentraut e9605a039b Even more duplicate word removal, in the spirit of the season 14 years ago
Robert Haas 0038110421 Avoid repeated CLOG access from heap_hot_search_buffer. 14 years ago
Robert Haas 1b4998fd44 Further corrections from the department of redundancy department. 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 14 years ago
Tom Lane 50c2d6a1a6 Kill some remaining references to SVR4 and univel. 14 years ago
Robert Haas 9b7a84f2a4 Tweak psql to print row counts when \x auto chooses non-expanded output. 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Peter Eisentraut 4266509c57 Improve markup of cmdsynopsis elements 14 years ago
Peter Eisentraut 61c84b4761 Fix display of <command> elements on man pages 14 years ago
Tom Lane 809e7e21af Converge all SQL-level statistics timing values to float8 milliseconds. 14 years ago
Peter Eisentraut 26471a51fc Mark ReThrowError() with attribute noreturn 14 years ago
Robert Haas 0d2235a25b Remove duplicate word in comment. 14 years ago
Bruce Momjian f33fe47a91 Add comments suggesting usage of git_changelog to generate release notes. 14 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 14 years ago
Tom Lane 309c64745e Rename track_iotiming GUC to track_io_timing. 14 years ago
Tom Lane 5f2b089387 Further editorialization on the new documentation for statistics views. 14 years ago
Peter Eisentraut 81107282a5 Change return type of ExceptionalCondition to void and mark it noreturn 14 years ago
Peter Eisentraut 2227bb9c94 Simplify makefile rule 14 years ago
Tom Lane aebe989477 Make a copy-editing pass over the new documentation for statistics views. 14 years ago
Tom Lane 93f94e356d Adjust timing units in pg_stat_statements. 14 years ago
Tom Lane cdbad241f4 Clear I/O timing counters after sending them to the stats collector. 14 years ago
Peter Eisentraut 05dd9fb18d PL/Python: Update list of supported environment variables 14 years ago
Tom Lane d6f7d4fdc5 Fix printing of whole-row Vars at top level of a SELECT targetlist. 14 years ago
Bruce Momjian 993ce4e6c9 Add options to git_changelog for use in major release note creation: 14 years ago
Tom Lane 537b266953 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Robert Haas 3424bff90f Prevent index-only scans from returning wrong answers under Hot Standby. 14 years ago
Tom Lane 92df220343 Improve documentation around historical calendar rules. 14 years ago
Tom Lane 7c85aa39fc Fix oversight in recent parameterized-path patch. 14 years ago
Peter Eisentraut ba3e4157a7 PL/Python: Accept strings in functions returning composite types 14 years ago