aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian2002-10-29
|
* Update Giles email address.Bruce Momjian2002-10-29
|
* Reword:Bruce Momjian2002-10-29
| | | | | < * Improve concurrency in GIST > * Add concurrency to GIST
* Update port list.Bruce Momjian2002-10-29
|
* Update port list.Bruce Momjian2002-10-29
|
* Done:Bruce Momjian2002-10-29
| | | | > * -Prevent aggregates from being used in rule WHERE clauses
* Update port list.Bruce Momjian2002-10-29
|
* Update port list.Bruce Momjian2002-10-29
|
* Add ORDER BY to join regression test.Bruce Momjian2002-10-28
|
* Update from Neil Conway:Bruce Momjian2002-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 Momjian2002-10-28
|
* Update ports list.Bruce Momjian2002-10-27
|
* Suppress compile warnings on OS X.Tom Lane2002-10-27
|
* Update ports.Bruce Momjian2002-10-26
|
* Update ports list.Bruce Momjian2002-10-26
|
* Update port list.Bruce Momjian2002-10-26
|
* Update ports.Bruce Momjian2002-10-26
|
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
|
* Update BSD/OS as supported platform.Bruce Momjian2002-10-26
|
* Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane2002-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 reallyTom Lane2002-10-25
| | | | | buying us anything to make it worth the porting risk. Per discussion quite some time ago.
* Add:Bruce Momjian2002-10-25
| | | | > * Allow limits on per-db/user connections
* Change to fseeko(), per Philip.Bruce Momjian2002-10-25
|
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-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 fileBruce Momjian2002-10-25
| | | | sizes.
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-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_secTom Lane2002-10-24
| | | | field is signed. Clean up casting.
* Function-call-style type coercions should be treated as explicitTom Lane2002-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 Lane2002-10-24
| | | | per suggestion from Nicolaus Erichsen.
* Make link to schema inspection functions more clear.Tom Lane2002-10-24
|
* Add introductory sections explaining what each book is about. Remove Y2KPeter Eisentraut2002-10-24
| | | | statement.
* Fix include for NetBSD.Bruce Momjian2002-10-24
|
* Add prototype include to fseeko.c.Bruce Momjian2002-10-24
|
* Add fseeko for NetBSD.Bruce Momjian2002-10-24
|
* Stamp for 7.3 beta3.Bruce Momjian2002-10-24
|
* Fix include files for new PageOutput call.Bruce Momjian2002-10-24
|
* Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian2002-10-23
|
* Add mention of postgres signals to reference pageBruce Momjian2002-10-23
| | | | Joseph Shraibman
* Improve coding style of new function.Bruce Momjian2002-10-23
|
* Make BSD/OS fseeko thread-safe.Bruce Momjian2002-10-23
|
* Add comments on bsd/os handling.Bruce Momjian2002-10-23
|
* Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian2002-10-23
|
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
|
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-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 BarwickBruce Momjian2002-10-22
|
* create_index test must run after create_misc test.Tom Lane2002-10-22
|
* Update build system.Peter Eisentraut2002-10-22
|
* Update for test changes.Peter Eisentraut2002-10-22
|
* Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut2002-10-22
|
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
|