- 22 Feb, 2002 18 commits
-
-
Bruce Momjian authored
> * Allow psql to show transaction status if backend protocol changes made
-
Bruce Momjian authored
In the mailing lists I found no informations. See note for further informations. Add missing AuthBlockSig. regards Heiko
-
Bruce Momjian authored
-
Bruce Momjian authored
Please, apply attached patch of contrib/btree_gist to 7.2.1 and current cvs. The patch fixes memory leak during creation GiST index on timestamp column. Thank you. -- Teodor Sigaev teodor@stack.net
-
Bruce Momjian authored
> * Inline simple SQL functions to avoid overhead (Tom) > * Precompile SQL functions to avoid overhead (Neil Conway)
-
Bruce Momjian authored
< * Inline simple SQL functions to avoid overhead (Tom) > * Inline simple SQL functions to avoid overhead (Neil Conway)
-
Bruce Momjian authored
> * Inline simple SQL functions to avoid overhead (Tom)
-
Dave Cramer authored
-
Bruce Momjian authored
< first, breaks notify API; > first, breaks notify API; [namedatalen]
-
Bruce Momjian authored
-
Dave Cramer authored
getColumnClassName(int) is not implemented. This will futher fixes method ResultSet.getObject(int) since it requires the getColumnClassName(int) method to return the proper java class used to map the database column. auther Ed Yu
-
Dave Cramer authored
fixes getIndexInfo throwing NullPointerException fixes getIndexInfo improper results when multiple key indexs are used
-
Dave Cramer authored
fixes getIndexInfo throwing NullPointerException fixes getIndexInfo improper results when multiple key indexs are used
-
Dave Cramer authored
-
Bruce Momjian authored
< * Allow ability to easily build only certain interfaces (Marc) > * Better document ability to build only certain interfaces (Marc)
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Remove or relicense modules that are not under the BSD license, if possible
-
Bruce Momjian authored
-
- 21 Feb, 2002 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow ability to easily build only certain interfaces (Marc)
-
- 20 Feb, 2002 5 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
> o Allow cursors outside transactions [cursor]
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 19 Feb, 2002 8 commits
-
-
Bruce Momjian authored
> * Clarify use of 'application' and 'command' tags in SGML docs
-
Bruce Momjian authored
> * Improve concurrency of hash indexes > * Test hash index performance and recommend or discourage usage
-
Tom Lane authored
Also, 'fourty' -> 'forty'.
-
Bruce Momjian authored
> * Make single-user local access permissions the default by limiting > permissions on the socket file (Peter E)
-
Bruce Momjian authored
--- > * Improve caching of attribute offsets when NULLs exist in the row
-
Tom Lane authored
is different from int).
-
Bruce Momjian authored
> * -Cache system catalog information in per-database files (Tom)
-
Tom Lane authored
Improve 'pg_internal.init' relcache entry preload mechanism so that it is safe to use for all system catalogs, and arrange to preload a realistic set of system-catalog entries instead of only the three nailed-in-cache indexes that were formerly loaded this way. Fix mechanism for deleting out-of-date pg_internal.init files: this must be synchronized with transaction commit, not just done at random times within transactions. Drive it off relcache invalidation mechanism so that no special-case tests are needed. Cache additional information in relcache entries for indexes (their pg_index tuples and index-operator OIDs) to eliminate repeated lookups. Also cache index opclass info at the per-opclass level to avoid repeated lookups during relcache load. Generalize 'systable scan' utilities originally developed by Hiroshi, move them into genam.c, use in a number of places where there was formerly ugly code for choosing either heap or index scan. In particular this allows simplification of the logic that prevents infinite recursion between syscache and relcache during startup: we can easily switch to heapscans in relcache.c when and where needed to avoid recursion, so IndexScanOK becomes simpler and does not need any expensive initialization. Eliminate useless opening of a heapscan data structure while doing an indexscan (this saves an mdnblocks call and thus at least one kernel call).
-