]> granicus.if.org Git - postgresql/history - src
No change.
[postgresql] / src /
2002-09-12 Bruce Momjian> BTW, clusterdb is not schema-aware and will surely...
2002-09-11 Bruce MomjianAdd sprompt.obj to Win32 makefiles.
2002-09-11 Bruce MomjianAdd comment about sharing of sprompt.c file.
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-11 Barry LindPatches submitted by Kris Jurka (jurka@ejurka.com)...
2002-09-10 Tom LaneFix portability problem (size_t != int).
2002-09-10 Tom LanePowerup defaults for LC_foo GUC variables should match...
2002-09-09 Peter EisentrautUse different sed separator for configure arguments.
2002-09-08 Barry LindFixed DatabaseMetaData to correctly handle NAME size...
2002-09-07 Bruce MomjianChanges to documentation and the regression tests for...
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-07 Peter EisentrautFix help output.
2002-09-06 Peter EisentrautMake sure the pg_dump tar archiver can handle members...
2002-09-06 Bruce MomjianRun pgjindent for Java folks.
2002-09-06 Bruce MomjianFix printf() quote handling and improper exit(), per...
2002-09-06 Tom LaneRemove heap_mark4update from AlterTableCreateToastTable...
2002-09-05 Tom LaneFix some operator-precedence problems. New constructs...
2002-09-05 Bruce MomjianFix compile error.
2002-09-05 Bruce MomjianRemove PGPASSWORDFILE and default to always trying...
2002-09-05 Tom LaneImprove opr_sanity regression test to check oprltcmpop...
2002-09-05 Tom LaneUpdate oidjoins regression test for 7.3 catalogs.
2002-09-05 Tom LaneSeems like a good idea for template1 to contain ANALYZE...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-05 Peter EisentrautDon't use gethostbyname2(). It's not portable and...
2002-09-05 Peter EisentrautFix compilation warning. (Cygwin has char* as second...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-04 Peter EisentrautFix compile warning.
2002-09-04 Tom LaneFix includes for plperl: ensure postgres.h is included...
2002-09-04 Bruce Momjianpgindent run.
2002-09-04 Bruce MomjianUpdate symbols for 7.3.
2002-09-04 Bruce MomjianUpdate for 7.3 typedefs.
2002-09-04 Bruce MomjianUpdate to reflect Tom's suggestions.
2002-09-04 Peter EisentrautRemove sh -x option that snuck in somehow.
2002-09-04 Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-09-04 Bruce MomjianFile list cleanup.
2002-09-04 Bruce MomjianUpdate files to be changed.
2002-09-04 Bruce MomjianBrand 7.3. Ready for beta!
2002-09-04 Tatsuo IshiiRefrect the changes to src/test/regress/sql/conversion...
2002-09-03 Tom LaneEXTRACT(EPOCH FROM timestamp) gave wrong answers in...
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-09-03 Tom Laneconversion test fails if there is an existing user...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-03 Tom LaneWork around mktime() brain damage in recent versions...
2002-09-03 Tom LaneEliminate unnecessary dependency on mktime(), and conse...
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-03 Bruce MomjianAIX shlib fix for building libpq.so from Tomoyuki Niijima
2002-09-03 Tom LaneI think reindex_index had better get AccessExclusiveLoc...
2002-09-03 Tom LaneCode review and documentation updates for indisclustere...
2002-09-02 Tom LanePartial solution for 'unexpected EOF' problem with...
2002-09-02 Peter EisentrautTranslation updates
2002-09-02 Peter EisentrautAvoid shell syntax error if list of languages is empty.
2002-09-02 Peter EisentrautFix typos.
2002-09-02 Peter EisentrautConvert control status codes to human-readable strings.
2002-09-02 Tom Lanepg_on_connection_loss command for libpgtcl. Patch...
2002-09-02 Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02 Bruce MomjianImprove CVS log grouping.
2002-09-02 Tom LaneFix breakage introduced by evidently-completely-unteste...
2002-09-02 Tatsuo IshiiFix conversion regressin test failure.
2002-09-02 Bruce MomjianUpdate catversion so we are sure everyone gets the...
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-09-02 Bruce MomjianTab completion in psql is missing the REINDEX command.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianI guess the intention was to test incomplete SELECT...
2002-09-02 Bruce MomjianOkay, attached is a patch that moves the alter table...
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02 Bruce MomjianRemove documentation that says debug_query_string is...
2002-09-02 Bruce MomjianFix ordering regression problem on freebsd/alpha by...
2002-09-02 Bruce MomjianI tried to build PostgreSQL with the following step...
2002-09-02 Barry LindJDBC checkin fixing the following bugs:
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-09-01 Dave Cramerpatch from Thomas O'Dowd to ensure that connections...
2002-09-01 Dave Cramertesting for insertRow
2002-09-01 Bruce MomjianUpdate MEMSET_LOOP_LIMIT to 1024 because it is the...
2002-09-01 Dave Cramerpatch to allow insertRow on an empty resultSet
2002-09-01 Dave CramerChanged to reflect the current reality, ie we do suppor...
2002-09-01 Bruce MomjianImprove footer length computation for psql.
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-09-01 Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-09-01 Bruce MomjianRemove code that suggested increasing wal_files.
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31 Tom LaneWups, didn't mean to commit that just yet.
2002-08-31 Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Bruce MomjianBack out unintented tab change.
2002-08-30 Bruce MomjianRemove pgaccess from Makefile.
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-30 Bruce MomjianRemove pgaccess from CVS. It has its own home now.
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-30 Marc G. Fournierperl5 interface moved to gborg
2002-08-30 Marc G. Fournierlibpgeasy moved to gborg ...
next