Commit Graph

25200 Commits (fd33d90a23150dec944cdfdf4587f7770543acd1)
 

Author SHA1 Message Date
Tom Lane fd33d90a23 Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate 19 years ago
Tom Lane 3e3bb36ee9 First rough cut at text search documentation: bare bones reference 19 years ago
Tom Lane 5c681ab1cb Exclude snowball/libstemmer/ files from the set processed by pgindent. 19 years ago
Bruce Momjian 1c36de33b0 Uppercase keywords in regression tsearch test scripts. 19 years ago
Tom Lane a4be395364 Avoid using TEXT as a Bison symbol, since this provokes warnings on 19 years ago
Bruce Momjian bbde090330 Remove tabs from SGML files. 19 years ago
Magnus Hagander b913a94d0a Build snowball DLL for tsearch-in-core. 19 years ago
Magnus Hagander a3bc467eba Don't define BUILDING_DLL for snowball lib. Should fix build problems 19 years ago
Tom Lane d01741bfa1 Remove extraneous semicolon --- buildfarm member bear, for one, 19 years ago
Tom Lane 14572e4324 Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution 19 years ago
Tom Lane 1783e5db3e Fix money type's send/receive functions to conform to recent widening 19 years ago
Tom Lane 1cee06ac02 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane 25a4a77985 Suppress uninitialized-variable warning. 19 years ago
Tom Lane 440a330a31 Fix a small 64-bit problem in tsearch patch. 19 years ago
Tom Lane 46dedde524 contrib/tsearch2 now fails its regression test because of conflicts with 19 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Peter Eisentraut 4e94d1f952 Add configure option --with-system-tzdata to use operating system time zone 19 years ago
Andrew Dunstan e1a1da9f4b minor typo fixes in CSVlog docs, per Michael Glaesemann 19 years ago
Bruce Momjian de56b7cbdf Done: 19 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 19 years ago
Bruce Momjian e53a548794 Add: 19 years ago
Tom Lane 817946bb04 Arrange to cache a ResultRelInfo in the executor's EState for relations that 19 years ago
Tom Lane 9cb8409762 Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
Bruce Momjian 5ff95e6b8e Add third idea about pulling data from indexes. 19 years ago
Bruce Momjian 811f91cf5a Fix whitespace in TODO. 19 years ago
Tom Lane 67f99d216a Fix oversight in async-commit patch: there were some places in heapam.c 19 years ago
Bruce Momjian 6ccc262d6d Done for ecpg: 19 years ago
Michael Meskes 002b4781ba It seems we simply expected the same output for failure and success. 19 years ago
Michael Meskes 8187905913 It seems I always forget .in files. 19 years ago
Michael Meskes cbe74fafe5 Hopefully fixed missing CHAR_BIT symbol 19 years ago
Michael Meskes aa130f5c42 Fixed compiler warning for enum handling 19 years ago
Michael Meskes 146242fc9c As usual I forgot some files. :-) 19 years ago
Michael Meskes 635a0b9a86 - Finished major rewrite to use new protocol version 19 years ago
Tom Lane b83bd31bd9 TEMPORARILY make synchronous_commit default to OFF, so that we can get more 19 years ago
Tom Lane 647fd9a108 Fix two bugs induced in VACUUM FULL by async-commit patch. 19 years ago
Tom Lane a44af6df85 Document that the regexp split functions ignore zero-length matches in 19 years ago
Tom Lane b70d4a62ee Remove an "optimization" I installed in 2001, to make repalloc() attempt to 19 years ago
Tom Lane 70868c012f Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 19 years ago
Tom Lane ae65ca312f Avoid memory leakage across successive calls of regexp_matches() or 19 years ago
Tom Lane 1b70619311 Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming 19 years ago
Tom Lane d0e5c0c0ee Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 19 years ago
Tom Lane 509bfd6a6b Fix unintended change of output format for createlang/droplang -l. Missed 19 years ago
Tom Lane faa1179678 Fix search for SGML stylesheets to include the place where Gentoo keeps them. 19 years ago
Tom Lane bbe3c02d38 Revise postmaster startup/shutdown logic to eliminate the problem that a 19 years ago
Neil Conway c556b29a11 Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 19 years ago
Tom Lane af1022d2cd Fix thinko in multi-autovac-workers code: validity checks made by 19 years ago
Neil Conway 849ec99753 Adjust the output of MemoryContextStats() so that the stats for a 19 years ago
Magnus Hagander 3605c8c877 Fix incorrect URI for cvs rsync 19 years ago
Tom Lane fcb9535e8a Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Tom Lane df9ea6a1f1 Adjust configure so that it sets CFLAGS properly for Intel's icc 19 years ago