summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-23Generate SQL files for /contrib (based on .sql.in)Magnus Hagander
2007-03-23Add define to exclude configured libraries, to be able to easily build aMagnus Hagander
2007-03-23Remove headers for old sysv shmem emulation that I forgot.Magnus Hagander
2007-03-23Cleanup for procarray.c.Bruce Momjian
2007-03-22Add:Bruce Momjian
2007-03-22Add comment that pg_dump 'append' format is used only by pg_dump, perBruce Momjian
2007-03-22Add to TODO:Bruce Momjian
2007-03-22Commit newest version of xmlpath().Bruce Momjian
2007-03-22In pg_dump, strcasecmp -> pg_strcasecmp.Bruce Momjian
2007-03-22Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian
2007-03-22Arrange for PreventTransactionChain to reject commands submitted as partTom Lane
2007-03-22Allow the pgstat process to restart immediately after a receivingBruce Momjian
2007-03-22Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlinkTom Lane
2007-03-22Properly enforce pg_dump -F formation options; only single letter orBruce Momjian
2007-03-22Remove the currently unused FRONTEND case in dllist.c. This allows the usageAlvaro Herrera
2007-03-22Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev
2007-03-22Remove tabs in SGML files.Bruce Momjian
2007-03-22Remove tabs from SGML file.Bruce Momjian
2007-03-22Forgot to add file needed for PL regression testsMagnus Hagander
2007-03-21Fix some problems with selectivity estimation for partial indexes.Tom Lane
2007-03-21Add:Bruce Momjian
2007-03-21Remove TODO item, not wanted:Bruce Momjian
2007-03-21Add documentation about vcregress.Magnus Hagander
2007-03-21Add URL for:Bruce Momjian
2007-03-21Add support for running regression tests on procedural languagesMagnus Hagander
2007-03-21Properly return exitcode when regression tests fails.Magnus Hagander
2007-03-21Native shared memory implementation for win32.Magnus Hagander
2007-03-21Add URL for:Bruce Momjian
2007-03-20In FAQ, reference upgrade info via URL.Bruce Momjian
2007-03-20Not done, reverted:Bruce Momjian
2007-03-20Done:Bruce Momjian
2007-03-20Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway
2007-03-20Bumping catversion due to changes to pg_trigger and pg_rewrite.Jan Wieck
2007-03-19Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck
2007-03-19Remove last line of patch license, per Zeugswetter Andreas:Bruce Momjian
2007-03-19Further buildfarm experience shows that actually we can't run the plancacheTom Lane
2007-03-19Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane
2007-03-19Add URL for:Bruce Momjian
2007-03-19Add URL for:Bruce Momjian
2007-03-19ecpglib requires libpgport, per Andrew DunstanMagnus Hagander
2007-03-18Fix ecpg/preproc makefile for parallel builds: parser.o must dependTom Lane
2007-03-18Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway
2007-03-18Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway
2007-03-17Simplified sortby ruleMichael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2007-03-17msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.Magnus Hagander
2007-03-17Add note that diff is required for regression tests.Magnus Hagander
2007-03-17Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander
2007-03-17Oops, forgot to remove the old genbki script.Magnus Hagander
2007-03-17Turn most vc build scripts into modules instead of scripts, and just haveMagnus Hagander