Commit Graph

24720 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)
 

Author SHA1 Message Date
Alvaro Herrera 8f65c02f33 Remove the currently unused FRONTEND case in dllist.c. This allows the usage 19 years ago
Teodor Sigaev bb8998a475 Fix parser bug on Windows with UTF8 encoding and C locale, the reason was 19 years ago
Bruce Momjian c68a631ce7 Remove tabs in SGML files. 19 years ago
Bruce Momjian 183c12e0d7 Remove tabs from SGML file. 19 years ago
Magnus Hagander d55227f01b Forgot to add file needed for PL regression tests 19 years ago
Tom Lane 54d20024c1 Fix some problems with selectivity estimation for partial indexes. 19 years ago
Bruce Momjian 2b49e5d3cb Add: 19 years ago
Bruce Momjian 5fc7ba76dd Remove TODO item, not wanted: 19 years ago
Magnus Hagander 17fdd7833e Add documentation about vcregress. 19 years ago
Bruce Momjian bebbea0c1e Add URL for: 19 years ago
Magnus Hagander e8a85e6f84 Add support for running regression tests on procedural languages 19 years ago
Magnus Hagander 3c5d5f070a Properly return exitcode when regression tests fails. 19 years ago
Magnus Hagander 18d82d03b5 Native shared memory implementation for win32. 19 years ago
Bruce Momjian 3b765dba78 Add URL for: 19 years ago
Bruce Momjian c45fa5598b In FAQ, reference upgrade info via URL. 19 years ago
Bruce Momjian d89b968319 Not done, reverted: 19 years ago
Bruce Momjian e7bb07ea13 Done: 19 years ago
Neil Conway 9eb78beeae Add three new regexp functions: regexp_matches, regexp_split_to_array, 19 years ago
Jan Wieck 5e96b04a7c Bumping catversion due to changes to pg_trigger and pg_rewrite. 19 years ago
Jan Wieck 0fe16500d3 Changes pg_trigger and extend pg_rewrite in order to allow triggers and 19 years ago
Bruce Momjian e927f8f14e Remove last line of patch license, per Zeugswetter Andreas: 19 years ago
Tom Lane e28e318c65 Further buildfarm experience shows that actually we can't run the plancache 19 years ago
Tom Lane 9bc933b212 Fix 8.2 breakage of domains over array types, and add a regression test case 19 years ago
Bruce Momjian 79929fff76 Add URL for: 19 years ago
Bruce Momjian 00c56bb7f8 Add URL for: 19 years ago
Magnus Hagander 62df7c31c0 ecpglib requires libpgport, per Andrew Dunstan 19 years ago
Tom Lane 584b6dc2d5 Fix ecpg/preproc makefile for parallel builds: parser.o must depend 19 years ago
Neil Conway 7221b4fa50 Code cleanup: mark some variables with the "const" modifier, when they 19 years ago
Neil Conway b9954fbb4e Code cleanup for function prototypes: change two K&R-style prototypes 19 years ago
Michael Meskes 582e22a8c3 Simplified sortby rule 19 years ago
Michael Meskes d3e131e062 - Changed some whitespacing in connect statement. 19 years ago
Magnus Hagander e6e78187ef msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before. 19 years ago
Magnus Hagander 15f4842d70 Add note that diff is required for regression tests. 19 years ago
Magnus Hagander 7bb40f9b82 Add cvs tags to msvc build files, along with a (very short) comment about 19 years ago
Magnus Hagander 4554ee362c Oops, forgot to remove the old genbki script. 19 years ago
Magnus Hagander 08bb618561 Turn most vc build scripts into modules instead of scripts, and just have 19 years ago
Tom Lane cdf8b56d54 SPI_cursor_open failed to enforce that only read-only queries could be 19 years ago
Tom Lane e88a7ad774 Ooops, got only one of the two ArrayExpr variants correct in first 19 years ago
Tom Lane 0f4ff460c4 Fix up the remaining places where the expression node structure would lose 19 years ago
Magnus Hagander 51d7741db1 Add new columns for tuple statistics on a database level to 19 years ago
Tom Lane c4fdfb8de3 Fix race condition in parallel regression tests. The new plancache test 19 years ago
Alvaro Herrera c9d3b8f5d2 Fix uninitialized value in pgstatindex leading to invalid values being 19 years ago
Andrew Dunstan f6e3313fea Remove undocumented support for copy syntax from before 7.3. Update comments to 19 years ago
Magnus Hagander 348b621894 Show aggregate return types in psql \da output. 19 years ago
Tom Lane 95f6d2d209 Make use of plancache module for SPI plans. In particular, since plpgsql 19 years ago
Tom Lane d3ff180163 Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 19 years ago
Tom Lane 0169c354bf Arrange to install a "posixrules" entry in our timezone database, so that 19 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev 15f91f2789 Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Magnus Hagander 547e41cdf8 Remove extra single-quotes copied from Unix build. Win32 doesn't strip 19 years ago