]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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 LaneFix obsolete description of PGnotify struct.
2002-09-02  Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02  Bruce MomjianNo more need for 'privileges' file.
2002-09-02  Bruce MomjianImprove CVS log grouping.
2002-09-02  Bruce MomjianUpdated from Tom:
2002-09-02  Bruce MomjianAdd check for Ant version >= 1.5.
2002-09-02  Bruce MomjianUpdates from Tom:
2002-09-02  Tom LaneFix breakage introduced by evidently-completely-unteste...
2002-09-02  Tom LaneFix broken markup.
2002-09-02  Tatsuo IshiiFix conversion regressin test failure.
2002-09-02  Bruce MomjianDone:
2002-09-02  Bruce MomjianAdd missing dblink files.
2002-09-02  Bruce MomjianFixes for intagg regression tests to match new array...
2002-09-02  Bruce MomjianIn case Florian and I don't finish his changes to this...
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 MomjianThis patch fixes a minor inaccuracy in the documentatio...
2002-09-02  Bruce MomjianTab completion in psql is missing the REINDEX command.
2002-09-02  Bruce MomjianAttached is a fairly sizeable update to contrib/dblink...
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 MomjianHere's a doc patch for the new string functions recentl...
2002-09-02  Bruce MomjianMove pg_settings doc into the right section.
2002-09-02  Bruce MomjianHere is a documentation patch for the pg_settings virtu...
2002-09-02  Bruce MomjianAttached is an update to contrib/tablefunc. It introduc...
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 MomjianRemoved because we don't use cs() anymore on AIX:
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  Bruce MomjianAdd:
2002-09-01  Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-09-01  Tom LaneMinor copy-editing.
2002-09-01  Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-09-01  Bruce MomjianRemove mention of wal_files in a SHOW example.
2002-09-01  Bruce MomjianRemove code that suggested increasing wal_files.
2002-09-01  Bruce MomjianDone:
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-31  Bruce Momjian*** empty log message ***
2002-08-30  Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30  Tom LaneUpdates to reflect availability of autocommit option.
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 MomjianRun autoconf.
2002-08-30  Bruce MomjianUpdate documentation for --with-perl.
2002-08-30  Bruce MomjianImprove wording after wal_files removal.
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 MomjianRe-enable perl configure tests for psql help file gener...
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 ...
2002-08-30  Tom LaneFix off-by-one allocation error in PasswordFromFile...
2002-08-30  Bruce MomjianAdd comment on old sytax for SELECT FOR UPDATE/LIMIT...
2002-08-30  Tom LaneRevert _LARGEFILE64_SOURCE addition; good try but doesn...
2002-08-30  Tom Laneintagg subdirectory was missing.
2002-08-30  Tom LaneGroup-manipulating code neglected to fill in array...
2002-08-30  Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29  Hiroshi InoueFix a bug introduced in 7.2.
2002-08-29  Bruce Momjian> > > > If you want to put in security restrictions...
2002-08-29  Bruce MomjianSir Mordred The Traitor <mordred@s-mail.com> writes:
2002-08-29  Bruce MomjianAdd cube changes file.
2002-08-29  Bruce MomjianThe changes I have made are described in CHANGES. This...
2002-08-29  Peter EisentrautMake pg_resetxlog options parsing more standard and...
2002-08-29  Peter EisentrautCreate "po" subdirectory before writing there.
2002-08-29  Peter EisentrautWorkaround for broken large file support on HP-UX
2002-08-29  Bruce MomjianPrevent problem with extra-long password packets from...
2002-08-29  Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29  Bruce Momjianplease apply small patch for README.tsearch.
2002-08-29  Bruce MomjianThe unit for statement_timeout is s/1000, not s/1000000
2002-08-29  Bruce MomjianBack out patch, that was alpha, which I think still...
2002-08-29  Bruce MomjianChange FreeBSD to use -O2, important for MemSet.
2002-08-29  Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29  Tom LanePush down outer qualification clauses into UNION and...
next