aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Attached is my attempt to clean up the horrors of the ExecSQL() method inBruce Momjian2001-09-06
* Attached is a patch for current CVS, consisting of a cvs diff -cBruce Momjian2001-09-06
* Apply jdbc error changes.Bruce Momjian2001-09-06
* Sync up jdbc error files.Bruce Momjian2001-09-06
* On Sat, Aug 25, 2001 at 08:15:45PM -0400, Bruce Momjian wrote:Bruce Momjian2001-09-06
* Next version of patch.Bruce Momjian2001-09-06
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-06
* Hello, i just reviewed the win32 errno patch and i saw that maybe i didn'tBruce Momjian2001-09-06
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane2001-09-06
* Overhaul ecpg manual page.Bruce Momjian2001-09-06
* Fix code so that we recover cleanly if there are no free semaphoresTom Lane2001-09-04
* Fix comment, add Assert.Tom Lane2001-09-04
* Fix typo.Tom Lane2001-09-04
* /usr/local/bin/perl => /usr/bin/perlPeter Eisentraut2001-09-04
* Add back incremental patch for BSD indent.Bruce Momjian2001-09-04
* pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.Bruce Momjian2001-09-04
* Clean up the lock state properly when aborting because of early deadlockTom Lane2001-09-04
* Bring references to ipcclean in sync with reality.Peter Eisentraut2001-09-04
* Fix misscanning of """" (an identifier consisting of one double-quote).Peter Eisentraut2001-09-04
* Add patch for 0LL for BSD indent/pgindent.Bruce Momjian2001-09-03
* Put pgstat internal files into $PGDATA/global.Peter Eisentraut2001-09-03
* Parse the arguments of \connect as SQL identifiers, so that they exposePeter Eisentraut2001-09-02
* New blood and fresh air for tutorialPeter Eisentraut2001-09-02
* Convert some fprintf's to elog's.Peter Eisentraut2001-08-30
* For INSERTs, one can now tab complete DEFAULT VALUES.Peter Eisentraut2001-08-30
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-29
* Whoops, wrong logic.Peter Eisentraut2001-08-29
* Change the conditionals so the mips + gcc code here doesn't apply for Irix.Peter Eisentraut2001-08-28
* Include directory rearrangementPeter Eisentraut2001-08-28
* Fix a wrong error handling.Hiroshi Inoue2001-08-28
* Avoid #ifdef inside printf() ... that loses on platforms where printf()Tom Lane2001-08-28
* Add some minimal exercising of functional-index feature to regressionTom Lane2001-08-27
* Suppress definitions of 'true' and 'false' macros if __cplusplus.Tom Lane2001-08-27
* Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn'tTom Lane2001-08-27
* Fix confusion over static-ness of a subroutine.Tom Lane2001-08-27
* Remove unneeded/unportable extern.Tom Lane2001-08-27
* Quick-hack solution to regproc/oid issue was not the right solution.Tom Lane2001-08-27
* Un-break pg_dump --- pg_class.indproc is now regproc not oid, whichTom Lane2001-08-27
* Do not install the odbc header files, per discussion on odbc list.Peter Eisentraut2001-08-27
* Turn on plpython build by default if we have something that looks like aPeter Eisentraut2001-08-27
* Fix a complie error on Windows platform.Hiroshi Inoue2001-08-27
* VPATH and DESTDIR support for PL/Perl, using the same techniques employedPeter Eisentraut2001-08-26
* Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut2001-08-26
* Please pull this patch. It breaks JDBC1 support. The JDBC1 code noBruce Momjian2001-08-26
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian2001-08-26
* Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian2001-08-26
* >>>>The JDBC driver requiresBruce Momjian2001-08-26
* Here is a patch to the resultmap to make the regression tests work onBruce Momjian2001-08-26