summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-11-10Updated version of initdb with "rmdir/del" call on Win32.Bruce Momjian
2003-11-10Add C version of initdb, from Andrew Dunstan.Bruce Momjian
2003-11-10Re-added forgotten cache.Michael Meskes
2003-11-10Remove rcsid CVS header variable --- not used.Bruce Momjian
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-08Allow tab completion for ALTER TABLE dbname <tab><tab> to show newBruce Momjian
2003-11-08Correct misspellings of REFERENCES.Tom Lane
2003-11-08Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane
2003-11-08Don't need hack copy of system() anymore in OS X 10.3.Tom Lane
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-11-08Fix process-status handling for OS X 10.3.Tom Lane
2003-11-07Cause stats processes to detach from shared memory when started, so thatTom Lane
2003-11-07zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-11-05Fix for this problem:Tom Lane
2003-11-05Added missing methodsDave Cramer
2003-11-05Add -O to really trigger compiler bug.Peter Eisentraut
2003-11-05Add detection of compiler bug.Peter Eisentraut
2003-11-04Add note to update config.guess and config.sub at the start of beta.Peter Eisentraut
2003-11-04Improve message wording for spinlocks-missing compilation error.Peter Eisentraut
2003-11-03patch for rs.previous and test case as well as patch for allowing server and ...Dave Cramer
2003-11-03accept url and fk action fix from Kris JurkaDave Cramer
2003-11-03Fixed potentially uninitialized memory bug in compatlib.Michael Meskes
2003-11-02Adjust data types in some of the UNION tests to avoid potentiallyTom Lane
2003-11-02Provide a way to run the parallel regression tests with a user-specifiedTom Lane
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-11-01Fix CFLAGS logic.Peter Eisentraut
2003-11-01More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut
2003-11-01Fix hidden whitespace differences between expected and result files.Peter Eisentraut
2003-10-31Update future-tense comments in README to present tense. Noted byTom Lane
2003-10-31Translation updatePeter Eisentraut
2003-10-31When a superuser does GRANT or REVOKE on an object he doesn't own,Tom Lane
2003-10-31Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane
2003-10-31Moved the recently added test for foreign key disabled by rewriteJan Wieck
2003-10-31If EOF is found inside a string/comment/etc. stop parsing.Michael Meskes
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-31Small fix to Christopher's recent improvements --- underscore is notTom Lane
2003-10-31Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane
2003-10-30Further work on tab completion code: arrange for system catalogs to beTom Lane
2003-10-30Allow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'.Tom Lane
2003-10-30use the result set to set the fetchsizeDave Cramer
2003-10-30Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes
2003-10-29Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane
2003-10-29Give a useful error message if a RangeVar is encountered in an expression.Tom Lane
2003-10-29compact_fsm_storage() does need to handle the case where a relation'sTom Lane
2003-10-29Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatic...Dave Cramer
2003-10-28Don't include "schema." in the set of possible tab completions onceTom Lane
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-10-28Don't choke when the handler for a procedural language is located inTom Lane
2003-10-27Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian