summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-24Add introductory sections explaining what each book is about. Remove Y2KPeter Eisentraut
statement.
2002-10-24Fix include for NetBSD.Bruce Momjian
2002-10-24Add prototype include to fseeko.c.Bruce Momjian
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-24Stamp for 7.3 beta3.Bruce Momjian
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian
2002-10-23Add mention of postgres signals to reference pageBruce Momjian
Joseph Shraibman
2002-10-23Improve coding style of new function.Bruce Momjian
2002-10-23Make BSD/OS fseeko thread-safe.Bruce Momjian
2002-10-23Add comments on bsd/os handling.Bruce Momjian
2002-10-23Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-22Perform transaction cleanup operations in a less ad-hoc, moreTom Lane
principled order; in particular ensure that all shared resources are released before we release transaction locks. The code used to release locks before buffer pins, which might explain an ancient note I have about a bufmgr assertion failure I'd seen once several years ago, and been unable to reproduce since. (Theory: someone trying to drop a relation might be able to reach FlushRelationBuffers before the last user of the relation had gotten around to dropping his buffer pins.)
2002-10-22Updated German FAQ, from Ian BarwickBruce Momjian
2002-10-22create_index test must run after create_misc test.Tom Lane
2002-10-22Update build system.Peter Eisentraut
2002-10-22Update for test changes.Peter Eisentraut
2002-10-22Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut
2002-10-22Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian
2002-10-22Specify that we need bison >= 1.50.Tom Lane
2002-10-21Move libpgeasy.sgml to gborg.Bruce Momjian
2002-10-21Move odbc.sgml to gborg ODBC project.Bruce Momjian
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
that they'd get to commit immediately on finishing. There's now a centralized routine PreventTransactionChain() that implements the necessary tests.
2002-10-21Add:Bruce Momjian
> * Allow pg_dump to dump a specific schema
2002-10-21Small update for the removal of some memory leaks in plpython SGML example.Bruce Momjian
Nigel J. Andrews
2002-10-21When I removed the cube based stuff from eathdistance I accidentallyBruce Momjian
left a reference to cube in a comment in the regression test (that also shows up in the expected output). This doesn't cause any real problem, but people who read the comment might be confused. Attached is a diff to remove the reference. Bruno Wolff III
2002-10-21Cleanup for CLUSTERDB failure:Bruce Momjian
On Sat, Oct 19, 2002 at 12:11:32AM +0200, Peter Eisentraut wrote: > $ ./clusterdb > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > clusterdb: While clustering peter, the following failed: > $ > > This could probably handled a little more gracefully. Yes, sorry. A patch for this is attached. Please apply. Alvaro Herrera
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
Alvaro Herrera
2002-10-21Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane
pgstat_vacuum_tabstat(). Assume that caller (namely, VACUUM) has done the appropriate state checking beforehand.
2002-10-21Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane
need for this optimization, and it's too easily fooled anyway.
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
nearly so, by postponing write of flat password file until transaction commit.
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-21Need sys/param.h for endianness macros.Peter Eisentraut
2002-10-21Might need to link with -lcrypt.Peter Eisentraut
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-10-21Translation updatesPeter Eisentraut
2002-10-21Remove obsoleted stuff merged in from branch.Peter Eisentraut
2002-10-21Improve ECPG documentation.Peter Eisentraut
2002-10-21Merged ecpg_big_bison back into HEADMichael Meskes
2002-10-21Update multibyte Japanese documentTatsuo Ishii
2002-10-21Since ANY is a reserved word, better suggest that ANY be quoted whenTom Lane
used for the input type of an aggregate.
2002-10-21Fix documented sizes of geometric types.Tom Lane
2002-10-21Fix example of doing a restore.Tom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
it automatically now on regression session startup.
2002-10-21Updates from Ian Barwick.Bruce Momjian
2002-10-21Done:Bruce Momjian
> * -Move /contrib/retep to gborg.postgresql.org
2002-10-21Completely remove /contrib/retep, with Peter's approval; now on SourceBruce Momjian
Forge.
2002-10-21First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian
2002-10-20Remove trailing blanks in cvs.sgml.Bruce Momjian