| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-06-15 | Fix portname defines in Makefiles. | Bruce Momjian | |
| 1998-06-15 | Add remove extra braces code to pgindent. | Bruce Momjian | |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian | |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | |
| 1998-06-14 | RelationForgetRelation not needed in heap_destroy(). | Bruce Momjian | |
| Vadim. | |||
| 1998-06-14 | Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our | Bruce Momjian | |
| macros. | |||
| 1998-06-13 | Make lo_unlink take oid param, not int4. | Bruce Momjian | |
| 1998-06-13 | Fix problem with table drop after rollback of transaction, no flush | Bruce Momjian | |
| of index tuples. Thanks to Vadim for fix. | |||
| 1998-06-13 | Cleanup of 'sameuser' patch. | Bruce Momjian | |
| 1998-06-13 | > I needed to do that for the web database that I'm setting up. We | Bruce Momjian | |
| have > 20000 users and each (potentially) needs a separate database which is > only accessible to them. Rather than having 20000 lines in pg_hba.conf, > I've patched Postgres so that the special token "sameuser" in the > database field of pg_hba.conf allows access only to the username which > is connecting. | |||
| 1998-06-12 | template change | Bruce Momjian | |
| 1998-06-12 | template changes | Bruce Momjian | |
| 1998-06-12 | run autoconf | Bruce Momjian | |
| 1998-06-12 | Clean up template names and remove LINUX_ELF hack. No longer | Bruce Momjian | |
| needed. | |||
| 1998-06-09 | Now 6.4. | Bruce Momjian | |
| 1998-06-09 | Auto-seed random so user's can't request random values based on | Bruce Momjian | |
| our postmaster random seed used from cancel. | |||
| 1998-06-09 | Fix for exec() removal. | Bruce Momjian | |
| 1998-06-09 | Another for for exec() removal and finding binaries. | Bruce Momjian | |
| 1998-06-09 | Attached is a patch that fixes these leaks, and does a couple other | Bruce Momjian | |
| things as well: * Computes and saves a cancel key for each backend. * fflush before forking, to eliminate double-buffering problems between postmaster and backends. Other cleanups. Tom Lane | |||
| 1998-06-08 | Fixed exec path problem. | Bruce Momjian | |
| 1998-06-08 | Official V.0244 (missed a file) | Byron Nikolaidis | |
| 1998-06-08 | Show filename on exec failure. | Bruce Momjian | |
| 1998-06-08 | Fix typo. | Bruce Momjian | |
| 1998-06-08 | Make regression optional. | Bruce Momjian | |
| 1998-06-08 | update to say "most advanced". | Bruce Momjian | |
| 1998-06-08 | Update driver to official 6.30.0244 release. | Byron Nikolaidis | |
| 1998-06-08 | Add real random() call to postmaster for use in cancel. | Bruce Momjian | |
| 1998-06-05 | Also added two new files. | Bruce Momjian | |
| src/test/regess/sql/junkfilter.sql -- SQL for regression test src/test/regess/expected/junkfilter.out -- Expected output SQL for regression test David Hartwig | |||
| 1998-06-05 | I made several adjustments to my earlier patch to handle the | Bruce Momjian | |
| condition where the target label is ambiguous. | |||
| 1998-06-04 | Show backend status on ps command line. Remove unused args from | Bruce Momjian | |
| pg_exec_query(). | |||
| 1998-06-03 | Update odbc driver to current version V.0244 | Byron Nikolaidis | |
| 1998-06-03 | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | |
| Bug fixes: PreparedStatement.setObject didn't handle short's ResultSet.getDate() now handles null dates (returns null rather than a NullPointerException) ResultSetMetaData.getPrecision() now returns 0 for VARCHAR New features: Field now caches the typename->oid in a Hashtable to speed things up. It removes the need for some unnecessary queries to the backend. PreparedStatement.toString() now returns the sql statement that it will send to the backend. Before it did nothing. DatabaseMetaData.getTypeInfo() now does something. | |||
| 1998-06-03 | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | |
| Bug fixes: PreparedStatement.setObject didn't handle short's ResultSet.getDate() now handles null dates (returns null rather than a NullPointerException) ResultSetMetaData.getPrecision() now returns 0 for VARCHAR New features: Field now caches the typename->oid in a Hashtable to speed things up. It removes the need for some unnecessary queries to the backend. PreparedStatement.toString() now returns the sql statement that it will send to the backend. Before it did nothing. DatabaseMetaData.getTypeInfo() now does something. | |||
| 1998-06-03 | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | |
| + Wed Jun 3 13:38:57 CEST 1998 + + - Made sqlca struct compatible with other systems. + - Give back a warning in case of truncation + - Changed the handling of OptimizableStmt since the old one broke + CREATE RULE + - Set library version to 2.3 + - Set version to 2.3.3 | |||
| 1998-06-01 | pgsql no more needs to be installed for perl | Edmund Mergl | |
| 1998-06-01 | removed constraint for perl: installed pgsql | Edmund Mergl | |
| 1998-06-01 | adapted Makefile.PL to be build in source tree | Edmund Mergl | |
| 1998-05-31 | Update the text... | Marc G. Fournier | |
| 1998-05-31 | Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6 | Thomas G. Lockhart | |
| and vica versa for the next operation. This is reputed to fix inline math optimization troubles in glibc-2.0.x. Regression tests still pass on libc/i686 machine. Patch suggested by Matt. | |||
| 1998-05-29 | cleanup. | Bruce Momjian | |
| 1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | |
| 1998-05-29 | Define new routines oper_exact() and oper_inexact(). | Thomas G. Lockhart | |
| Add coerce_target_expr(). | |||
| 1998-05-29 | Add func_select_candidate() to allow use in unary operator parsing. | Thomas G. Lockhart | |
| 1998-05-29 | Add NAMEOID as built-in type. | Thomas G. Lockhart | |
| Change ordering of IS_BUILTIN_TYPE() macro to optimize lookup. Make CASH type _not_ equivalent to INT4. CASH is passed by reference rather than passed by value. | |||
| 1998-05-29 | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart | |
| Currently force the type to match the _first_ select in the union. Move oper_select_candidate() from parse_func.c to parse_oper.c. Throw error inside of oper_inexact() if no match for binary operators. Check more carefully that types can be coerced even if there is only one candidate operator in oper_inexact(). Fix up error messages for more uniform look. Remove unused code. Fix up comments. | |||
| 1998-05-29 | Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths are | Thomas G. Lockhart | |
| allowed to be used for alternate database locations. Probably best to default to not allowed, as now, since there are security and integrity issues which should be considered carefully before opening things up. Will update docs to discuss this issue. | |||
| 1998-05-29 | Fix up a couple of comments broken by the automatic indenting process. | Thomas G. Lockhart | |
| 1998-05-29 | Add conversion functions between "name" and other string types. | Thomas G. Lockhart | |
| 1998-05-29 | Add conversion functions to and from the "name" data type. | Thomas G. Lockhart | |
| 1998-05-29 | Ensure string is completely null padded on input (as advertised). | Thomas G. Lockhart | |
