Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 21 years ago
Bruce Momjian 949ebbd55e Mention MD5 function index for indexing 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
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 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 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
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
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
Tom Lane 35508d1cca Add ALTER object SET SCHEMA capability for a limited but useful set of 21 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 21 years ago
Tom Lane a42407c5a2 Use the standard spelling of the protocol argument to get/setsockopt. 21 years ago
Bruce Momjian 5b5013f502 Fix justify_days() for integer datestamp, clean up code. 21 years ago
Bruce Momjian 1f54d43075 Add GUC variables to control keep-alive times for idle, interval, and 21 years ago
Bruce Momjian b2b6548c79 Please find attached diffs for documentation and simple regression 21 years ago
Bruce Momjian 5b0bfec414 Fix compile for no O_SYNC, but introduced with O_DIRECT. 21 years ago
Bruce Momjian 1521aef1db SUNOS4_CC -> SUNOS_CC. 21 years ago
Tom Lane 284e4739ef Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should 21 years ago
Tom Lane 5d5f1a79e6 Clean up a number of autovacuum loose ends. Make the stats collector 21 years ago
Tom Lane 507b758ad9 It appears we need -DSUNOS4_CC for both solaris and sunos4 templates. 21 years ago
Bruce Momjian 85e9a5a014 Move reindexdb from /contrib to /bin. 21 years ago
Bruce Momjian 2ea44d1ada Update catversion for dbsize changes. 21 years ago
Bruce Momjian 358a897fa1 Move dbsize functions into the backend. New functions: 21 years ago
Bruce Momjian 8efe8f7b3e Fix typo. 21 years ago
Bruce Momjian c6b1724c67 Update O_DIRECT comment. 21 years ago
Bruce Momjian c34bb00581 Use O_DIRECT if available when using O_SYNC for wal_sync_method. 21 years ago
Bruce Momjian 722f31f786 Thank you for applying patch --- regexp_replace. 21 years ago
Tom Lane 5d27bf20b4 Make use of new list primitives list_append_unique and list_concat_unique 21 years ago