Commit Graph

20999 Commits (a310a1d80c6535774115838010f9c337d08d45cc)
 

Author SHA1 Message Date
Bruce Momjian 9e4a2de844 Fix BSD fseeko to seek from the end of the file. 21 years ago
Tom Lane 8e9c52e427 EINTR return from connect() should be treated exactly the same as 21 years ago
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 21 years ago
Bruce Momjian f6c30d54fa Update for new CVS homepage. 21 years ago
Bruce Momjian 949ebbd55e Mention MD5 function index for indexing long values. 21 years ago
Bruce Momjian e8b842b9d3 Update MD5 mention for long values. 21 years ago
Bruce Momjian 6a60357588 Fix canonicalize_path so "../.." isn't stripped off and ignored. 21 years ago
Tom Lane 24ff62d76f Make new hints follow style guide. 21 years ago
Bruce Momjian 237be3cc29 Add hints to cases where indexes fail because of values that are too long. 21 years ago
Bruce Momjian 8bbf227ad7 Document why Win32 loops over rename/unlink are necessary. 21 years ago
Bruce Momjian e38c920dba Add new FAQ information. 21 years ago
Tom Lane cbd015d718 Extend pg_config to be able to report the build-time values of CC, 21 years ago
Tom Lane c7bba5e21c Make backends that are reading the pgstats file verify each backend PID 21 years ago
Bruce Momjian f80cf69031 Combine entries: 21 years ago
Bruce Momjian 20e2644761 Done: 21 years ago
Bruce Momjian 1c69547015 Update postgresql.conf to show default ordering for wal_sync_method. 21 years ago
Bruce Momjian d359facb05 Remove unintended file change. 21 years ago
Bruce Momjian 833d91ae5e Fix ordering of default sync options to match code. 21 years ago
Bruce Momjian df24e93933 Update patches queue URL, description. 21 years ago
Bruce Momjian 6a3021b7d3 Done: 21 years ago
Bruce Momjian 487b757b7a Clarify wal_sync_method options in documentation. 21 years ago
Tom Lane 3117afa75d Fix crash when reading 'timezone = unknown' from postgresql.conf during 21 years ago
Bruce Momjian 2dd9672d96 Done: 21 years ago
Tom Lane 15269b5955 Avoid useless loop overhead in AtEOXact routines when the backend is 21 years ago
Tom Lane 4568e0f791 Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the 21 years ago
Tom Lane be27a20123 Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier 21 years ago
Tom Lane 7117cd3a77 Cause ShutdownPostgres to do a normal transaction abort during backend 21 years ago
Tom Lane 89439b8c4f Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears 21 years ago
Tom Lane 5337ad464e Fix count_usable_fds() to stop trying to open files once it reaches 21 years ago
Tom Lane 9b29f9f3f8 COPY performance improvements. Avoid calling CopyGetData for each input 21 years ago
Tom Lane 28d3ee4771 Actually, this macro had worse problems than a bogus name ... 21 years ago
Tom Lane 848c30a501 Fix misspelled macro name. Doesn't appear to be used anywhere yet, 21 years ago
Tom Lane 33f5bf9700 ALTER TABLE OWNER must change the ownership of the table's rowtype too. 21 years ago
Bruce Momjian e48b28b688 Done: 21 years ago
Tom Lane 6eac4e69cf Tweak BgBufferSync() so that a persistent write error on a dirty buffer 21 years ago
Tom Lane 688784f671 Prevent planner from including temp tables of other backends when expanding 21 years ago
Tom Lane 558730ac6b Clean up CREATE DATABASE processing to make it more robust and get rid 21 years ago
Tom Lane 0001e98d54 Code and docs review for pg_column_size() patch. 21 years ago
Tom Lane f023fc6689 Use ReadDir() not readdir() so as to have some modicum of error checking. 21 years ago
Tom Lane 74888b9349 Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or 21 years ago
Tom Lane 9216c8999a rmtree() reported the wrong pathname if final rmdir failed. 21 years ago
Tom Lane 35c4764f88 Un-Windows-ify newlines. 21 years ago
Tom Lane 2a4fad1a0e Add NOWAIT option to SELECT FOR UPDATE/SHARE. 21 years ago
Bruce Momjian ca7abcd89d nor -> or. 21 years ago
Tom Lane f58434f18f Documentation for ALTER object SET SCHEMA commands. Also some minor 21 years ago
Bruce Momjian 614b6e2581 Done: 21 years ago
Bruce Momjian 523997daf1 Done: 21 years ago
Tom Lane 35508d1cca Add ALTER object SET SCHEMA capability for a limited but useful set of 21 years ago
Bruce Momjian a85e5d1b1b Add description: 21 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 21 years ago