Commit Graph

19788 Commits (712f053587b552769d1d3f6fe0ec03ab79c05d26)
 

Author SHA1 Message Date
Bruce Momjian 712f053587 Add sprintf support, that were were missing. 21 years ago
Bruce Momjian ca66797308 pgindent snprintf.c for consistency. 21 years ago
Bruce Momjian 2306f63dea Fix snprintf for %*$. 21 years ago
Bruce Momjian fb7d212fbe Add CVS \r\n regression tests. 21 years ago
Bruce Momjian 888271ed15 Fix snprintf to handle %$ properly by storing and reordering the 21 years ago
Bruce Momjian 83e87e6f2e Add missing include for new lc_ctype_is_c() function. 21 years ago
Bruce Momjian 494f30c953 Prevent locale-aware handling of upper, lower, and initcap when the 21 years ago
Neil Conway 963ffe4cc4 Wrap the implementation of fork_process() inside #ifndef WIN32 -- this 21 years ago
Bruce Momjian 86ad33cd48 Update to 8.0.1. 21 years ago
Bruce Momjian 05be5cc4e0 Add: 21 years ago
Bruce Momjian d5bc23878a Update Win32 item: 21 years ago
Bruce Momjian 17c8276d24 Clean up win1252 documentation. Mention how we determine the number of 21 years ago
Bruce Momjian 2c4dea126a Issue free space notices to both the user and the server log file. 21 years ago
Tom Lane 28bcc344b5 Make pg_dump emit a useful error message, instead of just dumping core, 21 years ago
Bruce Momjian e7fb9f18bf Add support for Win1252 encoding. 21 years ago
Bruce Momjian 2b0bb797ec Bump minor version numbers for 8.1 compared to 8.0. 21 years ago
Bruce Momjian 2ed560c99f Completed: 21 years ago
Neil Conway 9abced035d Fix mistakes in SGML markup. From David Fetter. 21 years ago
Tom Lane 251d3f75d0 Note that the -F and -R command line options only affect unaligned 21 years ago
Tom Lane a9b05bdc83 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of 21 years ago
Bruce Momjian d1022ce3a1 Document client-only encodings. 21 years ago
Bruce Momjian 4973296035 Fix typo on URL. 21 years ago
Bruce Momjian c1186dd594 Add user: 21 years ago
Bruce Momjian a03bb609b3 Finalize character set documentation changes. 21 years ago
Neil Conway c069655441 Allow ALTER FUNCTION to change a function's strictness, volatility, and 21 years ago
Bruce Momjian 41e2a80f57 Update comments for new encoding names. 21 years ago
Tom Lane bb4c88c29a Add missing identification comment, remove entirely inappropriate include 21 years ago
Tom Lane db5ea2c5cb Add some missing #includes. 21 years ago
Bruce Momjian cbc100af66 Increment all major version numbers in 8.0.X to force recompile of 21 years ago
Tom Lane dffbbb3e55 Forgot that I had intended to replace division by masking in hash calculation. 21 years ago
Bruce Momjian 8264cbcb50 Remove CENTER tag. 21 years ago
Neil Conway ff02d0a052 Make default_with_oids default to false -- user-created tables will now 21 years ago
Bruce Momjian 0edc2f14e0 More ordering adjustments. 21 years ago
Neil Conway 9423383748 Update obsolete comment. 21 years ago
Bruce Momjian c151e6374c Fix markup. 21 years ago
Bruce Momjian 119807e397 More markup changes. 21 years ago
Bruce Momjian 1c0aeec65b More cleanups. 21 years ago
Bruce Momjian cbe4b4163e More improvements. 21 years ago
Bruce Momjian a717ab6fa6 More additions to the table. 21 years ago
Bruce Momjian 1fa8445233 Keep changing the markup until I like it. :-) 21 years ago
Bruce Momjian 382f24b187 More table markup improvements. 21 years ago
Bruce Momjian 7b7abb7ccb More table markup fixes. 21 years ago
Bruce Momjian 6109a1ce18 Rework "aliases" column for encodings. 21 years ago
Bruce Momjian 074ba31e41 Fix markup typo. 21 years ago
Bruce Momjian f949baf9a2 Add missing conversion documentation for certain encodings. 21 years ago
Bruce Momjian e42e3b6c56 Reorder documented encodings to be alphabetical. 21 years ago
Bruce Momjian ee1bd33dd0 Document aliases for our supported encodings. 21 years ago
Tom Lane 78a572bf0c When cloning template0 (or other fully-frozen databases), set the new 21 years ago
Tom Lane c7bbe99452 Fix ALTER DATABASE RENAME to allow the operation if user is a superuser 21 years ago
Tom Lane fa5e44017a Adjust the API for aggregate function calls so that a C-coded function 21 years ago