Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bruce Momjian ef6d5b4e25 Update: 21 years ago
Bruce Momjian f8ec875c39 Update: 21 years ago
Bruce Momjian 4506ec95cf Update listen_addresses description. 21 years ago
Bruce Momjian 5bddded69c Add: 21 years ago
Bruce Momjian 3bea1a353f Update wording: 21 years ago
Bruce Momjian da08559e9b Add: 21 years ago
Tom Lane 35e9b1cc1e Clean up a couple of ad-hoc computations of the maximum number of tuples 21 years ago
Tom Lane 962a4bb69f In copy_file, use a palloc'd buffer instead of just a local char array; 21 years ago
Bruce Momjian fad7e8edac Add text: 21 years ago
Tom Lane 6c0398a73f Add some notes about how pg_dump relates to the practices recommended 21 years ago
Tom Lane 9a412be5eb Update performance discussion for 8.1. Add a little more explanatory 21 years ago
Bruce Momjian 55af2a4337 Duplicate: 21 years ago
Tom Lane ce128c01a6 Correct comment about why contrib/xml2 isn't built automatically. 21 years ago
Tom Lane e32a2ec68e Update storage.sgml to reflect current reality. 21 years ago
Tom Lane a635ab46be Short-circuit AllocSetReset if nothing has been palloc'd in the memory 21 years ago
Bruce Momjian 91a21b532d 8.0.3 is now the most recent version. 21 years ago
Bruce Momjian fc9b6451a5 Update disk space computation because oids are now optional. 21 years ago
Tom Lane 14720f7c57 Fix unportable uses of <ctype.h> functions. Per Sergey Koposov. 21 years ago
Bruce Momjian bc0650660a Add: 21 years ago
Bruce Momjian 59b4cef1eb Add regression tests for disabling constraints. 21 years ago
Tom Lane 571be6f381 Remove a couple of obsolete statements about how many buffers you can 21 years ago
Tom Lane b740be2520 Log send() failures when sending to statistics process (but only in 21 years ago
Tom Lane e038e89466 Improve table describing shared memory parameters. 21 years ago
Tom Lane cc367951a9 Mention max_prepared_transactions in PREPARE TRANSACTION reference page, 21 years ago
Tom Lane 13065c7174 DropTableSpace forgot to remove dependency on tablespace's owner. 21 years ago
Tom Lane 139b1f61ce Fix misleading comment. 21 years ago
Tom Lane 78ef2d3feb Update documentation about shared memory sizing to reflect current 21 years ago
Tom Lane 037709e0b3 Reduce default value of max_prepared_transactions from 50 to 5. This 21 years ago
Tom Lane 8aec77fb9f Fix platform-specific test for path prefix-ness: move it into path.c where 21 years ago
Tom Lane 6b44d796c7 Fix misspelled error message. 21 years ago
Bruce Momjian 1a6fe83011 Allow Win32 libpq will use it's minimal pthread implementation, and ecpg 21 years ago
Tom Lane 2d03390945 Sigh, looks like you need '.set mips2' before you can access MIPS 21 years ago
Tom Lane 46a0eee300 Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's 21 years ago
Bruce Momjian 75e90bbf69 Fix initdb quoting for Win32 paths in final examples, per Dave Page. 21 years ago
Bruce Momjian 3b85fc3a52 Update pthread_self() on Win32 to return DWORD. 21 years ago
Bruce Momjian a78a530829 Add: 21 years ago
Bruce Momjian 8046c1c7e6 Use GetCurrentThreadId, per Magnus. 21 years ago
Tom Lane 7319ab9a59 Add a SYNC instruction to the S_UNLOCK sequence for MIPS. 21 years ago
Bruce Momjian 0c172b215a Add comment about pthread_self() cast. 21 years ago
Tom Lane 0845538f3a dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) 21 years ago
Tom Lane 974e3cf30a cost_agg really ought to charge something per output tuple; else there 21 years ago
Tom Lane 4e5fbb34b3 Change the division of labor between grouping_planner and query_planner 21 years ago
Tom Lane 9e56c5a4cf Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan 21 years ago
Tom Lane 5a7d36973a Fix two separate bugs in setrefs.c. set_subqueryscan_references needs 21 years ago
Tom Lane 5824d02155 Get the MIPS assembler syntax right. Also add a separate sync command; 21 years ago
Bruce Momjian 338e28e234 Fix typo: 21 years ago
Bruce Momjian a1a19bb8fb Add: 21 years ago
Bruce Momjian 542faa8244 Update: 21 years ago
Tom Lane 846319db3f Another try at the inlined MIPS spinlock code. Can't test this myself, 21 years ago
Bruce Momjian f9244df78f Add: 21 years ago