Commit Graph

15989 Commits (b38c04335a3d09265ef1ccc26cc924b4edc5c9ca)
 

Author SHA1 Message Date
Tom Lane b38c04335a Reconsider placement of MemoryContextCheck() call --- do after commit, 23 years ago
Tom Lane 4cf6e9e081 Avoid corner cases where aset.c would unnecessarily make malloc() 23 years ago
Tom Lane c472b8366f With Joe Conway's concurrence, remove srandom() call from normal_rand(). 23 years ago
Tom Lane 94a13b8a11 Okay, I've had it with mktime() bugs. While chasing Torello Querci's 23 years ago
Tom Lane f51759064c Minor wording improvements. 23 years ago
Bruce Momjian bcd8986e7d Rename --without-spinlocks to --disable-spinlocks, per Peter. 23 years ago
Bruce Momjian cd47a4d3c4 With pg_autovacuum becoming increasingly popular it's important to 23 years ago
Bruce Momjian c346ca8648 When I sent in the sslmode patch I forgot to update the 23 years ago
Bruce Momjian d7635e5c4f autoconf/autoheader run. 23 years ago
Bruce Momjian 2056f8a7da pgindent C file, per patch request. 23 years ago
Bruce Momjian 3bf080daaf > OK, well as we wait on the fix for the stats system, let me submit my 23 years ago
Bruce Momjian b041d3e3a1 Attempt threading in this order: 23 years ago
Barry Lind 509a9cd3f9 More SQLState updates from Kim Ho at Redhat. 23 years ago
Tom Lane f8c365c8db Marginal hacks to make tables format more nicely. 23 years ago
Tom Lane a75ee43ce9 Mop-up for error-message updates in documentation. 23 years ago
Tom Lane 6e59122490 Update obsolete examples of error messages; various other minor editing. 23 years ago
Tom Lane 8b43e325eb Revert to our pre-7.4 behavior of identifying Unix-socket connections in 23 years ago
Tom Lane b1d3de6b96 Someone (possibly me) foolishly reduced the response for failing 23 years ago
Bruce Momjian 9fc3b9330e Mark FreeBSD as non-thread-safe. 23 years ago
Tom Lane 17d15ddf75 Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews. 23 years ago
Bruce Momjian 06e3ec7a54 Implement compiler #error if spinlock code not found, add configure flag 23 years ago
Bruce Momjian 69a46e9ce1 Enable Opteron/Itanium spinlocks. 23 years ago
Bruce Momjian 9182481bea Remove WIN32_CONSOLE support, at the request of the author. 23 years ago
Bruce Momjian aaafbdcfd3 Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. 23 years ago
Tom Lane e90b841915 More cleanup of Diagnostics sections. 23 years ago
Tom Lane fbb39c059e Small typo. 23 years ago
Tom Lane 8ff2005c67 Message in the other exit from acquire_sample_rows(), as per update 23 years ago
Tom Lane 47c7f9ef1c Try to make recently-added analyze log message look something like 23 years ago
Bruce Momjian 2a5b6a7c9b This patch fixes a few missed GUC variables that were still upper case, 23 years ago
Bruce Momjian 3d48045ae1 > It quotes table names for vacuum and analyze, and uppercases the 23 years ago
Bruce Momjian 188eda0df2 Consistenly lowercase GUC variable names, in docs and error messages. 23 years ago
Bruce Momjian 8e27be4310 This patch makes a few minor improvements to the docs: make the 23 years ago
Bruce Momjian 64a7b58aa0 This patch makes a number of improvements to the runtime config 23 years ago
Bruce Momjian ab19254618 Mention that pg_type_is_visible is used for domains as well. 23 years ago
Bruce Momjian a5e9e51fb0 on my timetravel.c I find a bug: after the 23 years ago
Bruce Momjian 92e100dd33 Here is a patch that removes contrib/array, leaving only the README with 23 years ago
Bruce Momjian d768cb267b seemed like a typo in one of the appendix tables 23 years ago
Tom Lane fdd93470fa Fix missed message update, per Alvaro Herrera. 23 years ago
Bruce Momjian d6a9b4e0b5 Update row count for \? output, used by pager. 23 years ago
Tom Lane 9cb4a28f47 Improve error message for cp or rm failur during create/drop database, 23 years ago
Bruce Momjian 2b56a9646a Add: 23 years ago
Bruce Momjian e303be78e8 Add: 23 years ago
Bruce Momjian 73cfa77edd This patch fixes a trivial typo in the CREATE FUNCTION ref page. 23 years ago
Tom Lane 336ebee2c0 copydir() is supposed to return on failure, not elog(ERROR). Reduce 23 years ago
Bruce Momjian d16b877612 Add HINT if CREATE FUNCTION specifies a valid language, but the language 23 years ago
Bruce Momjian a72fce035d Add quotes to vacuum/analyze for upper/lowercase table names, per 23 years ago
Michael Meskes 573f4500a3 Some uppercase type definitions were left. 23 years ago
Bruce Momjian 0f310ee703 Here is a patch to make PostgreSQL use a full path in DT_SONAME for 23 years ago
Bruce Momjian a9953097f4 Clean up printability test in dbase code. 23 years ago
Bruce Momjian 22b305ad4a Add: 23 years ago