Commit Graph

3938 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Bruce Momjian e2fee8cf6d Update include files to Unix newline format, per report from Magnus. 20 years ago
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Bruce Momjian 199f8f2858 Fix GEVHDRSZ for Win32. 20 years ago
Bruce Momjian d8f75d4131 Fix Win32/Cygwin problems: 20 years ago
Tom Lane 50aa69a825 Fix re-inclusion of port header file on Windows, per Magnus. 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header 20 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 20 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Tom Lane c892643a3c Code review for SELECT INTO STRICT patch: use saner choices of error 20 years ago
Andrew Dunstan bbcd01692b DROP ... IF EXISTS for the following cases: 20 years ago
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Tom Lane 8b9bc234ad Remove the limit on the number of entries allowed in catcaches, and 20 years ago
Tom Lane 5de0cbdf0c Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane 8a30cc2127 Make the planner estimate costs for nestloop inner indexscans on the basis 20 years ago
Bruce Momjian 63e464a5e6 Remove ancient AIX structure workaround. 20 years ago
Tom Lane e4de635a2b Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. 20 years ago
Tom Lane eed6c9ed7e Add a GUC parameter seq_page_cost, and use that everywhere we formerly 20 years ago
Tom Lane 8f165ee13b Make PG_MODULE_MAGIC required in shared libraries that are loaded into 20 years ago
Tom Lane e60cb3a35c Code review for magic-block patch. Remove separate header file pgmagic.h, 20 years ago
Tom Lane a18ebc5541 Code review for EXPLAIN patch. Fix some typos, make it behave sanely 20 years ago
Bruce Momjian 01b2168c90 Add pgmagic header block to store compile-time constants: 20 years ago
Bruce Momjian 87bd07d979 Make EXPLAIN sampling smarter, to avoid excessive sampling delay. 20 years ago
Bruce Momjian 39b031d417 Add "inline" compile fix for MSVC/BCC: 20 years ago
Bruce Momjian e8ea69e3fa Patch reverted because of random buildfarm failures: 20 years ago
Teodor Sigaev b32000eda4 Som improve page split in multicolumn GiST index. 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Alvaro Herrera 3d58a1c168 Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits 20 years ago
Tom Lane 0780ce6a93 Re-introduce the yylex filter function formerly used to support UNION 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Teodor Sigaev d2158b0281 * Add support NULL to GiST. 20 years ago
Tom Lane 7f52e0c50e Tweak writetup_heap/readtup_heap to avoid storing the tuple identity 20 years ago
Bruce Momjian 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 20 years ago
Tom Lane 798e63ffb0 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 20 years ago
Tom Lane b3eb4ea5d8 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane c61a2f5841 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Alvaro Herrera 1f219cf433 Add last-vacuum/analyze-time columns to the stats collector, both manual and 20 years ago
Teodor Sigaev 420cbff881 Simplify gistSplit() and some refactoring related code. 20 years ago
Bruce Momjian b125d4b0ca Fix Solaris/ASM test for x86. 20 years ago
Bruce Momjian 40a95aa25b Use unsigned into for slock_t for pre-sparcv8plus. 20 years ago
Bruce Momjian 0622821853 Mention that gcc/sparc generates sparcv7 binaries. 20 years ago
Bruce Momjian 407885ea3b Add comments that Solaris Sun compiler only supports sparc9 ASM, 20 years ago
Teodor Sigaev 7123349254 Change catalog version due to WAL protocol changes in GiST 20 years ago
Teodor Sigaev 8876e37d07 Reduce size of critial section during vacuum full, critical 20 years ago
Bruce Momjian 815f58407c Rename macro parameter, for clarity. 20 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 20 years ago
Tom Lane 3fdeb189e9 Clean up code associated with updating pg_class statistics columns 20 years ago
Teodor Sigaev 10dd8df68e Reduce size of critical section and remove call of user-defined functions in 20 years ago
Tom Lane 5749f6ef0c Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations 20 years ago