| Commit message (Expand) | Author | Age |
* | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane | 2002-09-04 |
* | File list cleanup. | Bruce Momjian | 2002-09-04 |
* | Update files to be changed. | Bruce Momjian | 2002-09-04 |
* | Brand 7.3. Ready for beta! | Bruce Momjian | 2002-09-04 |
* | Refrect the changes to src/test/regress/sql/conversion.sql By Tom. | Tatsuo Ishii | 2002-09-04 |
* | EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp | Tom Lane | 2002-09-03 |
* | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 |
* | conversion test fails if there is an existing user named foo. Choose a name | Tom Lane | 2002-09-03 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Work around mktime() brain damage in recent versions of glibc by using | Tom Lane | 2002-09-03 |
* | Eliminate unnecessary dependency on mktime(), and consequent 'Unable to | Tom Lane | 2002-09-03 |
* | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 |
* | AIX shlib fix for building libpq.so from Tomoyuki Niijima | Bruce Momjian | 2002-09-03 |
* | I think reindex_index had better get AccessExclusiveLock on the parent | Tom Lane | 2002-09-03 |
* | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 |
* | Partial solution for 'unexpected EOF' problem with pg_disconnect: it | Tom Lane | 2002-09-02 |
* | Translation updates | Peter Eisentraut | 2002-09-02 |
* | Avoid shell syntax error if list of languages is empty. | Peter Eisentraut | 2002-09-02 |
* | Fix typos. | Peter Eisentraut | 2002-09-02 |
* | Convert control status codes to human-readable strings. | Peter Eisentraut | 2002-09-02 |
* | pg_on_connection_loss command for libpgtcl. Patch from | Tom Lane | 2002-09-02 |
* | Department of second thoughts: make checks for replacing a view slightly | Tom Lane | 2002-09-02 |
* | Improve CVS log grouping. | Bruce Momjian | 2002-09-02 |
* | Fix breakage introduced by evidently-completely-untested snprintf patch. | Tom Lane | 2002-09-02 |
* | Fix conversion regressin test failure. | Tatsuo Ishii | 2002-09-02 |
* | Update catversion so we are sure everyone gets the bytea LIKE fix. | Bruce Momjian | 2002-09-02 |
* | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 |
* | Tab completion in psql is missing the REINDEX command. | Bruce Momjian | 2002-09-02 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | I guess the intention was to test incomplete SELECT statements, not | Bruce Momjian | 2002-09-02 |
* | Okay, attached is a patch that moves the alter table regression test | Bruce Momjian | 2002-09-02 |
* | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 |
* | Remove documentation that says debug_query_string is only used by | Bruce Momjian | 2002-09-02 |
* | Fix ordering regression problem on freebsd/alpha by adding ORDER BY. | Bruce Momjian | 2002-09-02 |
* | I tried to build PostgreSQL with the following step to see backends hung | Bruce Momjian | 2002-09-02 |
* | JDBC checkin fixing the following bugs: | Barry Lind | 2002-09-02 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | patch from Thomas O'Dowd to ensure that connections are closed | Dave Cramer | 2002-09-01 |
* | testing for insertRow | Dave Cramer | 2002-09-01 |
* | Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most | Bruce Momjian | 2002-09-01 |
* | patch to allow insertRow on an empty resultSet | Dave Cramer | 2002-09-01 |
* | Changed to reflect the current reality, ie we do support updateable resultsets | Dave Cramer | 2002-09-01 |
* | Improve footer length computation for psql. | Bruce Momjian | 2002-09-01 |
* | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 |
* | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane | 2002-09-01 |
* | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 |
* | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 |
* | Mark the float8 -> int8 cast as implicit. This resolves the problem | Tom Lane | 2002-09-01 |