summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-19Add missing #include <errno.h>.Tom Lane
2002-10-19Fix psql's \copy to accept table names containing schemas, as well asTom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-10-18Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane
2002-10-18Un-break createlang build.Tom Lane
2002-10-18Clean up for dblink autocommit OFF handling.Bruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-18Improve discussion of FOR UPDATE.Tom Lane
2002-10-17Update for tables returning function, item 5.3, from Joe Conway.Bruce Momjian
2002-10-17Fix in updateable result sets to handle binding null values correctlyBarry Lind
2002-10-17Fix free-slot search in PgSetResultId so it actually works.Tom Lane
2002-10-17Improve formatting of error message.Tom Lane
2002-10-17Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind
2002-10-17Add:Bruce Momjian
2002-10-16Put the disk information all in one chapter.Peter Eisentraut
2002-10-16Make pg_dump save for autocommit = off.Bruce Momjian
2002-10-16Fix from Joe on timeout code.Bruce Momjian
2002-10-16Improve appearance of SET command.Bruce Momjian
2002-10-16Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian
2002-10-16Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian
2002-10-15Remove:Bruce Momjian
2002-10-15Add:Bruce Momjian
2002-10-15Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane
2002-10-15Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-15Fix libpq startup code to work correctly in autocommit off mode.Tom Lane
2002-10-14Make SPI's execution of querystrings follow the rules agreed to forTom Lane
2002-10-14None.Bruce Momjian
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
2002-10-14Add missing entries for bit<->int4 and bit<->int8 conversions.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-14Mention that resetting the timeout may be wrong on select retry.Bruce Momjian
2002-10-14Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian
2002-10-14libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-10-14- Link the entries in the table to the catalog headingBruce Momjian
2002-10-14This trivial patch fixes a bunch of spelling mistakes in theBruce Momjian
2002-10-14As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian
2002-10-14I have attached two patches as per:Bruce Momjian
2002-10-14Improvements to Ian Barwick patch.Bruce Momjian
2002-10-14FAQ updates from Ian Barwick.Bruce Momjian
2002-10-13Make SET really not start a transaction.Tom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane
2002-10-12psql thought that backslash is an escape character inside double quotes.Tom Lane
2002-10-12Fix for bug #795: two clauses that seem redundant are not really, ifTom Lane
2002-10-12Update README for oid2name.Bruce Momjian
2002-10-12Add:Bruce Momjian
2002-10-12Added:Bruce Momjian
2002-10-12Compute version number for docs on the fly.Peter Eisentraut