users/gsingh/postgres.git
2005-02-22 Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-19 Tom LaneEnsure that the resolved datatype of any unknown Param...
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-10 Tom LaneBack-patch fix for a typo that unintentionally disabled...
2005-02-08 Tom LaneIf we're gonna check for array overrun, we really shoul...
2005-02-07 Neil ConwayPrevent 4 more buffer overruns in the PL/PgSQL parser...
2005-02-06 Tom LaneRepair CLUSTER failure after ALTER TABLE SET WITHOUT...
2005-02-06 Tom LaneBack-port heap_deformtuple() into 7.4 branch; needed...
2005-01-30 Tom LaneRecommend security@postgresql.org as the contact point... REL7_4_7
2005-01-30 Tom LaneStamp release 7.4.7.
2005-01-29 Tom LaneWe haven't had a fixed limit on rule recursion depth...
2005-01-29 Tom LaneMake sure contrib C functions are marked strict where...
2005-01-27 Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27 Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27 Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2005-01-26 Tom LaneBack-patch 8.0 version of plperl_hash_from_tuple()...
2005-01-26 Neil ConwayMark the text_soundex() function as "strict", to avoid...
2005-01-24 Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-24 Tom LaneFix memory leak in rtdosplit, per report from Clive...
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-21 Neil ConwayPrevent overrunning a heap-allocated buffer if more...
2005-01-13 Kris JurkaFix mapping infinite timestamp values to arbitrary...
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-12-23 Tom LaneAvoid memory leakage during VACUUM FULL when an index...
2004-12-17 Tom LaneMake array_cat more paranoid about checking datatypes...
2004-12-17 Tom Lanearray_map failed to insert correct result type in an...
2004-12-13 Tom LaneAvoid generating excess (and illegal) parentheses aroun...
2004-12-13 Tom LaneBack-patch copyOject fix for EXPLAIN/PREPARE.
2004-12-11 Peter EisentrautTranslation update
2004-12-11 Peter EisentrautTranslation update
2004-12-03 Tom LaneUse StrNCpy not strncpy to fill hash key, to ensure...
2004-12-03 Peter EisentrautTranslation fix by Julien Cristau
2004-12-02 Tom LaneTeach regex_fixed_prefix() the correct handling of...
2004-12-01 Tom LaneFix timestamptz_age() to do calculation in local timezo...
2004-11-28 Tom LaneAvoid scribbling on original parsetree during DECLARE...
2004-11-24 Tom LaneInstall Tcl regex fixes to sync our regex engine with...
2004-11-24 Tom LaneOur interface code for Spencer's regexp package was...
2004-11-18 Tom LaneBack-patch fix for ALTER DATABASE failing to flush...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-11-17 Neil ConwayBackpatch fix from HEAD:
2004-11-16 Peter EisentrautTranslation update
2004-11-10 Michael MeskesList VALUE as a keyword.
2004-11-09 Tom LaneIn PGSharedMemoryIsInUse, assume that EACCES indicates...
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-11-01 Dave Cramerfixed bug in REVOKE statement cat_str only has 8 arguments
2004-10-30 Peter EisentrautNew translations
2004-10-29 Tom LaneRearrange order of pre-commit operations: must close...
2004-10-27 Peter EisentrautTranslation update
2004-10-22 Tom LaneStamp release 7.4.6. REL7_4_6
2004-10-22 Tom LanePrevent pg_ctl from being run as root. Since it uses...
2004-10-21 Tom LaneUpdate obsolete comments about COPY vs INSERT options...
2004-10-21 Kris JurkaCorrectly cast the return value of a CallableStatement...
2004-10-21 Tom LaneBack-patch make_oidjoins_check security improvement.
2004-10-13 Tom LaneRepair possible failure to update hint bits back to...
2004-10-12 Peter EisentrautTranslation update
2004-10-05 Michael Meskes'::' is no longer interpreted as a variable in a prepar...
2004-10-01 Tom LaneConvert pg_stat_get_backend_idset to use the existing...
2004-09-27 Peter EisentrautTranslation update
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-09-20 Peter EisentrautTranslation update
2004-09-20 Peter EisentrautTranslation update
2004-09-18 Tom LanePut the brackets in the right places in timestamp entri...
2004-09-18 Tom LaneFix memory leak in tokenize_file, per report from Vadim...
2004-09-17 Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-09-13 Peter EisentrautTranslation update
2004-09-13 Kris JurkaProtected access to variable m_preparedCount via synchr...
2004-09-13 Kris JurkaResultSet.moveToCurrentRow was checking the cached...
2004-09-13 Neil ConwayDue to popular domand, backport fix for a typo in the...
2004-09-11 Tom LaneFix bogus example for bit-string XOR (already fixed...
2004-09-06 Tom LaneBack-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside...
2004-08-31 Tom LaneRepair 'expected both swapped tables to have TOAST...
2004-08-28 Bruce MomjianPrevent pg_ctl restart from adding -D datadir multiple...
2004-08-27 Tom LaneMake gistindex_keytest safe against NULL values. Same...
2004-08-24 Peter EisentrautTranslation update
2004-08-18 Tom LaneBrand 7.4.5 ... now that was our shortest-lived release... REL7_4_5
2004-08-18 Tom LaneUpdate release history for 7.4.5.
2004-08-17 Tom LaneFix bug introduced into _bt_getstackbuf() on 2003-Feb...
2004-08-15 Tom LaneStamp 7.4.4. REL7_4_4
2004-08-14 Tom LaneBack-patch fix for \r\n line endings in psql's COPY...
2004-08-14 Peter EisentrautTranslation update
2004-08-13 Peter EisentrautTranslation update
2004-08-13 Kris JurkaNew build for the 7.4.4 release.
2004-08-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-11 Kris JurkaDecode V3 notice messages instead of leaving them in...
2004-08-11 Kris JurkaDatabaseMetaData.getSearchString escape was a \ short...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-11 Joe ConwayHashed crosstab was dying with an SPI_finish error...
2004-08-10 Peter EisentrautTranslation update
2004-07-25 Peter EisentrautChange declared encoding
2004-07-25 Peter EisentrautNew translation
2004-07-20 Michael MeskesFixed handling of cyclic defines.
2004-07-19 Tom LaneFix incorrect tracking of session authorization in...
2004-07-17 Tom LaneWhen renaming a column that participates in a foreign...
2004-07-15 Kris JurkaWhen retrieving an array of numerics it attempted to...
2004-07-10 Tom LaneTest HAVING condition before computing targetlist of...
2004-07-08 Bruce MomjianOK, another try at Darwin threads.
2004-07-08 Bruce MomjianRemove OSX thread flags. No consistent report.
2004-07-07 Bruce MomjianAdd OSX thread support for next 7.4.X
2004-07-06 Tom LaneFix broken logic for pretty-printing parenthesis-suppre...
2004-07-05 Michael MeskesAdded free() calls against memory leak in interval.c.
next