Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update regression for FreeBSD 4.7, for Larry Rosenman | Bruce Momjian | 2002-10-29 |
| | |||
* | Update Giles email address. | Bruce Momjian | 2002-10-29 |
| | |||
* | Reword: | Bruce Momjian | 2002-10-29 |
| | | | | | < * Improve concurrency in GIST > * Add concurrency to GIST | ||
* | Update port list. | Bruce Momjian | 2002-10-29 |
| | |||
* | Update port list. | Bruce Momjian | 2002-10-29 |
| | |||
* | Done: | Bruce Momjian | 2002-10-29 |
| | | | | > * -Prevent aggregates from being used in rule WHERE clauses | ||
* | Update port list. | Bruce Momjian | 2002-10-29 |
| | |||
* | Update port list. | Bruce Momjian | 2002-10-29 |
| | |||
* | Add ORDER BY to join regression test. | Bruce Momjian | 2002-10-28 |
| | |||
* | Update from Neil Conway: | Bruce Momjian | 2002-10-28 |
| | | | | | | | | | | | | | | | | | | | | < * Add floor(float8) and other missing functions > * -Add floor(float8) and other missing functions 174c174 < * Improve concurrency of hash indexes (Neil Conway) > * Improve concurrency of hash indexes (Neil) 277c277 < o Allow array declarations and other data types in PL/PgSQl DECLARE > o Allow array declarations and other data types in PL/PgSQL DECLARE 293c293 < * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway) > * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil) 474c474 < * Precompile SQL functions to avoid overhead (Neil Conway) > * Precompile SQL functions to avoid overhead (Neil) 549c549 < * Neil is Neil Conway <nconway@klamath.dyndns.org> > * Neil is Neil Conway <neilc@samurai.com> | ||
* | fseeko NetBSD fix. | Bruce Momjian | 2002-10-28 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-10-27 |
| | |||
* | Suppress compile warnings on OS X. | Tom Lane | 2002-10-27 |
| | |||
* | Update ports. | Bruce Momjian | 2002-10-26 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-10-26 |
| | |||
* | Update port list. | Bruce Momjian | 2002-10-26 |
| | |||
* | Update ports. | Bruce Momjian | 2002-10-26 |
| | |||
* | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane | 2002-10-26 |
| | |||
* | Update BSD/OS as supported platform. | Bruce Momjian | 2002-10-26 |
| | |||
* | Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent | Tom Lane | 2002-10-25 |
| | | | | | | 'empty declaration' warnings from compilers that care about such things. Per discussion back before 7.2 release; we didn't do it then because we'd already missed all the beta cycle ... | ||
* | Remove #warning directive, which is nonstandard and isn't really | Tom Lane | 2002-10-25 |
| | | | | | buying us anything to make it worth the porting risk. Per discussion quite some time ago. | ||
* | Add: | Bruce Momjian | 2002-10-25 |
| | | | | > * Allow limits on per-db/user connections | ||
* | Change to fseeko(), per Philip. | Bruce Momjian | 2002-10-25 |
| | |||
* | Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception caused | Barry Lind | 2002-10-25 |
| | | | | | | | by improper array initialization. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java | ||
* | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 |
| | | | | sizes. | ||
* | Code review for connection timeout patch. Avoid unportable assumption | Tom Lane | 2002-10-24 |
| | | | | | | that tv_sec is signed; return a useful error message on timeout failure; honor PGCONNECT_TIMEOUT environment variable in PQsetdbLogin; make code obey documentation statement that timeout=0 means no timeout. | ||
* | Fix some places that were unportably assuming struct timeval's tv_sec | Tom Lane | 2002-10-24 |
| | | | | field is signed. Clean up casting. | ||
* | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 |
| | | | | | | coercions, not implicit ones. For example, 'select abstime(1035497293)' should succeed because there is an explicit binary coercion from int4 to abstime. | ||
* | Add note about sort order of character datatypes being locale-dependent, | Tom Lane | 2002-10-24 |
| | | | | per suggestion from Nicolaus Erichsen. | ||
* | Make link to schema inspection functions more clear. | Tom Lane | 2002-10-24 |
| | |||
* | Add introductory sections explaining what each book is about. Remove Y2K | Peter Eisentraut | 2002-10-24 |
| | | | | statement. | ||
* | 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-24 |
| | |||
* | 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 | 2002-10-23 |
| | | | | Joseph Shraibman | ||
* | 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-23 |
| | |||
* | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane | 2002-10-22 |
| | | | | | | | | | | | 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.) | ||
* | 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 |
| |