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