]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-12-05  Bruce MomjianUpdate
1999-12-05  Bruce MomjianI cleaned those out as well (the echo -n "bug" was...
1999-12-05  Bruce MomjianThis *should* fix the large object segfault problem...
1999-12-04  Bruce MomjianRe-add destroylang.
1999-12-04  Tatsuo IshiiUnlink the pid file if it's bogus (no associated proces...
1999-12-04  Bruce MomjianUpdate scripts from Peter.
1999-12-04  Bruce MomjianNew scripts for create/drop user/db from Peter Eisentraut
1999-12-04  Bruce MomjianNo distclean for pgaccess/Makefile.
1999-12-03  Bruce MomjianReplace examples .H to .h.
1999-12-03  Bruce MomjianRename libpq++.H to libpq++.h.
1999-12-03  Jan WieckArranged that plpgsql.so is used from new build, not...
1999-12-03  Tatsuo IshiiCreate postmaster.pid and postmaster.opts under $PGDATA
1999-12-02  Tom LaneType 'socklen_t' might be the right way to declare...
1999-12-01  Bruce MomjianImprove descriptions of date/time functions.
1999-12-01  Bruce MomjianMention index name when reporting corruption.
1999-11-30  Bruce MomjianFix compile error on older patch.
1999-11-30  Bruce Momjiancreate/alter user extension
1999-11-30  Bruce MomjianThis patch (against the current CVS sources) adds to...
1999-11-30  Bruce MomjianRename readonly to onlyread in odbc. Use varargs properly.
1999-11-30  Bruce MomjianUpdate TODO list.
1999-11-29  Bruce MomjianSmall patch which fixes the ODBC driver so it doesn...
1999-11-29  Bruce MomjianI finish devel. of Oracle compatible DateTime routines...
1999-11-29  Bruce MomjianAttached are the C-routines that implement a BIT and...
1999-11-29  Bruce MomjianI pulled this one out via CVS, I hope you can make...
1999-11-29  Tom LaneAdd permissions check: now one must be the Postgres...
1999-11-29  Tom LaneTry to detect oversize tuple before corrupting relation...
1999-11-28  Tom LaneFix "Unable to identify an operator =$" problem that...
1999-11-28  Tom LaneRemove obsolete note about pg_vlock lock file.
1999-11-28  Tom LaneRemove pg_vlock locking from VACUUM, allowing multiple...
1999-11-28  Tom LaneDelete pg_statistics rows for a relation during heap_de...
1999-11-28  Tom Lanelmgr.c didn't check for failure return from LockAcquire...
1999-11-28  Tom LaneAdd missing SpinRelease() to a couple of error exits...
1999-11-27  Tom LaneCOPY to a relation should keep write lock till transact...
1999-11-27  Tom Lanepg_statistic has an index now too...
1999-11-27  Tom LaneFix references to backend/port files so that they actua...
1999-11-27  Tom LaneOops, forgot to commit this one last week. Part of...
1999-11-26  Bruce MomjianChange // to /* */
1999-11-26  Bruce MomjianUpdate TODO list.
1999-11-26  Bruce MomjianFix missing prototype psql warning.
1999-11-26  Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-25  Bruce MomjianFix for bool casting.
1999-11-25  Jan WieckAdded another single byte oriented decompressor, useful for
1999-11-25  Bruce MomjianAdd opid to selectivity function call.
1999-11-25  Bruce MomjianEnable pg_statistic cache use.
1999-11-24  Bruce MomjianCleanup for pg_statistic commit.
1999-11-24  Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-24  Tatsuo IshiiAdd multi-byte support to lztextlen()
1999-11-24  Bruce MomjianRename heap_replace to heap_update.
1999-11-24  Bruce MomjianRename heap_replace to heap_update.
1999-11-23  Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-23  Bruce Momjianecpg ECPGFree fix from Rene Hogendoorn.
1999-11-23  Bruce MomjianFix _cplusplus test in both trees.
1999-11-23  Bruce MomjianCleanup paths in install files.
1999-11-23  Bruce MomjianChange v6.5.2 to 6.5.2.
1999-11-23  Michael Meskes*** empty log message ***
1999-11-23  Bruce MomjianUpdate opclass to be non-unique.
1999-11-23  Tom LaneUpdate for change of 'duplicate key' message.
1999-11-23  Tom LaneReduce ReleaseLruFile failure from FATAL to ERROR grade...
1999-11-23  Tom Laneverify_password() leaked a file descriptor if it failed...
1999-11-22  Bruce MomjianUpdate TODO list.
1999-11-22  Bruce MomjianAdd system indexes to match all caches.
1999-11-22  Michael Meskes*** empty log message ***
1999-11-22  Tom LaneClean up some problems in error recovery --- elog(...
1999-11-22  Tom LaneCome to think of it, DropBuffers() could have the same...
1999-11-22  Tom LaneReleaseRelationBuffers() failed to check for I/O in...
1999-11-21  Tom LaneCombine index_info and find_secondary_indexes into...
1999-11-21  Tom Laneindex_destroy() must grab exclusive access to the paren...
1999-11-21  Tom LaneClean up comments.
1999-11-21  Tom LaneChange backend-side COPY to write files with permission...
1999-11-21  Tom LaneRepair problem exposed by Jan's new parallel-regression...
1999-11-21  Tom LaneTweak run_check.sh so it prints the name of each test...
1999-11-20  Tom LaneMy latest fixes to gram.y cause CREATE TABLE t (f1...
1999-11-20  Tom LaneFix problems with CURRENT_DATE and related functions...
1999-11-20  Tom LaneFix a couple of portability problems in Jan's first...
1999-11-19  Jan WieckNew parallel regression test shell and related things.
1999-11-18  Bruce MomjianFix for arm32 and fix for dbname with dash.
1999-11-18  Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-17  Bruce MomjianFix problem with temp tables shown in regression test...
1999-11-17  Jan WieckSome minor corrections to the LZ compression. In fact...
1999-11-17  Jan WieckThe new LZ compression and an lztext data type based...
1999-11-16  Bruce MomjianFix lookup of temp table names that I missed yesterday.
1999-11-16  Tom LaneModify elog() logic so that it won't try to longjmp...
1999-11-16  Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-15  Tatsuo IshiiTree dividing is not appropriate in Rtree.
1999-11-15  Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15  Tom LaneImplement subselects in target lists. Also, relax...
1999-11-15  Tom LaneUpdate sanity_check regress test to pass now that pg_index
1999-11-14  Tom LaneFix typo so it actually compiles...
1999-11-14  Bruce MomjianAdd recreate index notice to vacuum error.
1999-11-14  Tom LaneTweak make rules for parse.h and fmgr.h to avoid bug...
1999-11-14  Bruce MomjianAdd index recreation suggestion to end of world error...
1999-11-14  Bruce MomjianUpdate TODO list.
1999-11-13  Bruce MomjianFix for psql control-d and .psqlrc that I broke. Fix...
1999-11-13  Bruce MomjianThe \p\g fix didn't turn out to be so bad. It even...
1999-11-12  Bruce MomjianUpdate NT readme with new name.
1999-11-12  Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-11-11  Bruce MomjianUpdate for documentation in libpq changes.
1999-11-11  Bruce MomjianIn the spirit of TODO item
1999-11-10  Bruce MomjianCleanup of psql \copyright
1999-11-08  Bruce Momjianpsql makefile fix from Keith Parks
next