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