summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 comment that pg_dump 'append' format is used only by pg_dump, perBruce 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-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 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-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-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-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 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
2007-03-17SPI_cursor_open failed to enforce that only read-only queries could beTom Lane
2007-03-17Ooops, got only one of the two ArrayExpr variants correct in firstTom Lane
2007-03-17Fix up the remaining places where the expression node structure would loseTom Lane
2007-03-16Add new columns for tuple statistics on a database level toMagnus Hagander
2007-03-16Fix race condition in parallel regression tests. The new plancache testTom Lane
2007-03-16Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan
2007-03-16Show aggregate return types in psql \da output.Magnus Hagander
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-14Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2007-03-14Remove extra single-quotes copied from Unix build. Win32 doesn't stripMagnus Hagander
2007-03-13Regression makefile now needs to make separate lists of what to cleanTom Lane
2007-03-13Rewrite win32 install documentation (it's not client only anymore, and it'sMagnus Hagander
2007-03-13Reverted waiting for further fixes:Peter Eisentraut
2007-03-13Filter out warnings coming from the stylesheets, so that actual warnings show...Magnus Hagander
2007-03-13Set root of docbook stuff from buildenv.bat and not from builddoc.bat.Magnus Hagander
2007-03-13Properly use pg_strcasecmp() instead of strcasecmp().Magnus Hagander
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-03-12Make configuration parameters fall back to their default values when theyPeter Eisentraut