Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-24 | Add introductory sections explaining what each book is about. Remove Y2K | Peter Eisentraut | |
statement. | |||
2002-10-24 | Fix include for NetBSD. | Bruce Momjian | |
2002-10-24 | Add prototype include to fseeko.c. | Bruce Momjian | |
2002-10-24 | Add fseeko for NetBSD. | Bruce Momjian | |
2002-10-24 | Stamp for 7.3 beta3. | Bruce Momjian | |
2002-10-24 | Fix include files for new PageOutput call. | Bruce Momjian | |
2002-10-23 | Add fseeko/ftello prototypes for BSD/OS only to c.h. | Bruce Momjian | |
2002-10-23 | Add mention of postgres signals to reference page | Bruce Momjian | |
Joseph Shraibman | |||
2002-10-23 | Improve coding style of new function. | Bruce Momjian | |
2002-10-23 | Make BSD/OS fseeko thread-safe. | Bruce Momjian | |
2002-10-23 | Add comments on bsd/os handling. | Bruce Momjian | |
2002-10-23 | Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. | Bruce Momjian | |
2002-10-23 | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian | |
2002-10-22 | Perform transaction cleanup operations in a less ad-hoc, more | Tom 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-22 | Updated German FAQ, from Ian Barwick | Bruce Momjian | |
2002-10-22 | create_index test must run after create_misc test. | Tom Lane | |
2002-10-22 | Update build system. | Peter Eisentraut | |
2002-10-22 | Update for test changes. | Peter Eisentraut | |
2002-10-22 | Add DLLIMPORT declarations required by contrib with asserts enabled. | Peter Eisentraut | |
2002-10-22 | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | |
2002-10-22 | Specify that we need bison >= 1.50. | Tom Lane | |
2002-10-21 | Move libpgeasy.sgml to gborg. | Bruce Momjian | |
2002-10-21 | Move odbc.sgml to gborg ODBC project. | Bruce Momjian | |
2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | |
that they'd get to commit immediately on finishing. There's now a centralized routine PreventTransactionChain() that implements the necessary tests. | |||
2002-10-21 | Add: | Bruce Momjian | |
> * Allow pg_dump to dump a specific schema | |||
2002-10-21 | Small update for the removal of some memory leaks in plpython SGML example. | Bruce Momjian | |
Nigel J. Andrews | |||
2002-10-21 | When I removed the cube based stuff from eathdistance I accidentally | Bruce 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-21 | Cleanup 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-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | |
Alvaro Herrera | |||
2002-10-21 | Remove unnecessary (and inadequate) check of IsTransactionBlock() in | Tom Lane | |
pgstat_vacuum_tabstat(). Assume that caller (namely, VACUUM) has done the appropriate state checking beforehand. | |||
2002-10-21 | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane | |
need for this optimization, and it's too easily fooled anyway. | |||
2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | |
nearly so, by postponing write of flat password file until transaction commit. | |||
2002-10-21 | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | |
2002-10-21 | Need sys/param.h for endianness macros. | Peter Eisentraut | |
2002-10-21 | Might need to link with -lcrypt. | Peter Eisentraut | |
2002-10-21 | Add guards against double inclusion. | Peter Eisentraut | |
2002-10-21 | Translation updates | Peter Eisentraut | |
2002-10-21 | Remove obsoleted stuff merged in from branch. | Peter Eisentraut | |
2002-10-21 | Improve ECPG documentation. | Peter Eisentraut | |
2002-10-21 | Merged ecpg_big_bison back into HEAD | Michael Meskes | |
2002-10-21 | Update multibyte Japanese document | Tatsuo Ishii | |
2002-10-21 | Since ANY is a reserved word, better suggest that ANY be quoted when | Tom Lane | |
used for the input type of an aggregate. | |||
2002-10-21 | Fix documented sizes of geometric types. | Tom Lane | |
2002-10-21 | Fix example of doing a restore. | Tom Lane | |
2002-10-21 | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | |
it automatically now on regression session startup. | |||
2002-10-21 | Updates from Ian Barwick. | Bruce Momjian | |
2002-10-21 | Done: | Bruce Momjian | |
> * -Move /contrib/retep to gborg.postgresql.org | |||
2002-10-21 | Completely remove /contrib/retep, with Peter's approval; now on Source | Bruce Momjian | |
Forge. | |||
2002-10-21 | First step to removing /contrib/retep, with Peter Mount's approval. | Bruce Momjian | |
2002-10-20 | Remove trailing blanks in cvs.sgml. | Bruce Momjian | |