]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-08-17  Bruce MomjianMove pg_controldata to /bin.
2002-08-16  Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-16  Tom LaneCode review for patch to dump primary and unique constr...
2002-08-16  Tom LaneMake domain types indexable. Rod Taylor & Tom Lane.
2002-08-16  Bruce MomjianImprove wording.
2002-08-16  Bruce MomjianMove pg_controldata from /contrib to src/bin.
2002-08-16  Dave Cramerremoved duplicate code from jdbc2 classes
2002-08-16  Dave Cramerapplied patch to fix encoding bug supplied by Jun Kawai
2002-08-16  Dave CramerApplied patch for MD5 bug submitted by Jun Kawai
2002-08-16  Barry LindPerformance tweaks to StringBuffer suggested by hhaag...
2002-08-16  Bruce MomjianAdd "few":
2002-08-16  Bruce MomjianAdd blank line.
2002-08-16  Bruce MomjianAdd:
2002-08-16  Bruce MomjianThis patch improves the "Client Authentication" section...
2002-08-16  Bruce MomjianThis patch improves the "Database Users and Permissions...
2002-08-16  Bruce MomjianAdded:
2002-08-16  Bruce MomjianAdded:
2002-08-16  Bruce MomjianRemove interfaces/ssl. Was unclaimed stuff that had...
2002-08-15  Bruce MomjianDone:
2002-08-15  Bruce MomjianDone:
2002-08-15  Bruce MomjianTom Lane wrote:
2002-08-15  Bruce MomjianReorder entry to be alphabetical to match others.
2002-08-15  Bruce MomjianThis fixes some text as well as enforces the use of...
2002-08-15  Bruce MomjianWell, that certainly appeared to be very straight forwa...
2002-08-15  Bruce Momjianhttp://archives.postgresql.org/pgsql-bugs/2002-06/msg00...
2002-08-15  Bruce MomjianBacked out. It is part of a later patch.
2002-08-15  Bruce MomjianAugust 13, 2002
2002-08-15  Bruce MomjianPostgreSQL 7.2.1 Documentation
2002-08-15  Bruce Momjian> Neil Conway <nconway@klamath.dyndns.org> writes:
2002-08-15  Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-08-15  Bruce MomjianI'm giving a try at some TODO items. Currently it...
2002-08-15  Bruce MomjianAppears there is a problem finding the opclass when...
2002-08-15  Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-15  Bruce MomjianThe second enables tab-complete to analyze. It ignores...
2002-08-14  Tom LaneReally truly enable encrypted passwords by default.
2002-08-14  Bruce MomjianEnable encrypted passwords by default.
2002-08-14  Barry LindAdded support for JDBC3. The driver will now build...
2002-08-14  Bruce MomjianUpdate text:
2002-08-14  Bruce MomjianUpdate:
2002-08-14  Bruce MomjianI guess I'd vote for changing the code to be
2002-08-14  Tatsuo IshiiFix memory leak in SetClientEncoding().
2002-08-14  Bruce MomjianAdd:
2002-08-14  Bruce MomjianOops, not done:
2002-08-14  Bruce MomjianUpdated:
2002-08-14  Bruce MomjianSpacing improvement.
2002-08-14  Bruce MomjianFix spacing.
2002-08-14  Bruce MomjianAdded:
2002-08-14  Tatsuo IshiiAdd Cyrillic and other encodings for encoding conversion.
2002-08-14  Bruce MomjianRemove namedatalen from TODO.detail. No longer needed.
2002-08-14  Bruce MomjianDone:
2002-08-13  Bruce MomjianPut back old code.
2002-08-13  Bruce MomjianUpdate for longer NAMEDATALEN.
2002-08-13  Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-08-13  Tom LaneFix tuple-chain-moving tests to handle marked-for-updat...
2002-08-13  Tom LaneMake sure that t_ctid is reset to equal t_self in heap_...
2002-08-13  Peter EisentrautRemove obsolete uses of lanispl. Only used in pg_dump...
2002-08-13  Bruce MomjianAdd bitmap index mention.
2002-08-13  Bruce MomjianUpdate:
2002-08-12  Peter EisentrautCorrect description of sequence privileges.
2002-08-12  Tom LaneRemove use of __P so that <sys/cdefs.h> is not needed...
2002-08-12  Tom LaneConvert possibly-unsafe sprintf's to snprintf's.
2002-08-12  Tom LaneBuffer-overrun paranoia.
2002-08-12  Tom LaneRestructure rowtype-parameter handling to eliminate...
2002-08-12  Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-08-11  Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-11  Peter EisentrautCreate/drop cast now requires ownership of at least...
2002-08-11  Tom LaneEditorial improvements.
2002-08-11  Tom LaneMake cluster regress test functional.
2002-08-11  Tom LaneNeil's patch was supposed to remove this, too.
2002-08-11  Tom LaneNow that we allow ANALYZE to run inside a transaction...
2002-08-10  Bruce MomjianMention ANALYZE after CLUSTER.
2002-08-10  Bruce MomjianUpdate with newer version of CLUSTER patch posted August 8.
2002-08-10  Bruce MomjianRemove error files.
2002-08-10  Bruce MomjianFixed very stupid but important bug: mixing calls of...
2002-08-10  Bruce MomjianThe patch solves this problem, I hope...
2002-08-10  Bruce Momjian > create view pg_locks as select l.relation, l.databas...
2002-08-10  Bruce MomjianMajor improvement in CLUSTER which preserves table...
2002-08-10  Bruce MomjianAugust 6, 2002
2002-08-10  Bruce MomjianThis patch removes a lot of unused code related to...
2002-08-10  Tom Lanepsql prints its version number in its startup message...
2002-08-10  Tom LaneAllow schema-qualified operator names to be used in...
2002-08-10  Peter EisentrautFix failure to relink postmaster executable in the...
2002-08-10  Peter EisentrautMake sure all clients have the same understanding of...
2002-08-10  Tom LaneGet rid of double PQclear(res) in error path.
2002-08-10  Tom LaneAdd a sanity check to make sure that all system catalog...
2002-08-10  Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-08-09  Peter EisentrautMake sure monetary, numeric, and time locale categories...
2002-08-09  Tom LaneColumn ordering in \d output should agree with sort...
2002-08-09  Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-09  Hiroshi InoueChange LOCK statements to start new transaction
2002-08-08  Bruce MomjianDone:
2002-08-08  Bruce MomjianAdd:
2002-08-08  Tom LaneMake the standard system views schema-aware.
2002-08-08  Tom LaneArrange to collect statistics on a few more system...
2002-08-08  Tom LaneCause view/rule display to work as expected after renam...
2002-08-08  Tom LaneSome improvements in geometric-operators documentation.
2002-08-08  Tatsuo IshiiFix bug in encoding conversion table
2002-08-08  Tatsuo IshiiAddress build problems on cygwin and (hopefully) AIX.
2002-08-08  Tatsuo IshiiLoad and keep conversion function info when SET CLIENT_...
2002-08-08  Tatsuo IshiiRemove #ifdef MULTIBYTE
next