users/gsingh/postgres.git
2005-05-24 Tatsuo IshiiInserting 5 characters into char(10) does not produce...
2005-05-24 Tom LanePrevious fix for "x FULL JOIN y ON true" failed to...
2005-05-23 Neil ConwayFix typo in PL/Perl Safe.pm initialization that prevent...
2005-05-20 Bruce MomjianUpdate Japanese FAQ.
2005-05-20 Neil ConwayFix typo in ECPG docs, per Andreas Seltenreich.
2005-05-17 Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-17 Bruce MomjianConvert Chinese FAQ to valid XHTML, finally.
2005-05-17 Bruce MomjianFix Chinese markup some more.
2005-05-16 Bruce MomjianUpdate Chinese FAQ to xhtml.
2005-05-13 Bruce MomjianAdd -N make flag to bcc builds from /src dir.
2005-05-13 Tom LaneAdd missing quote, per Dave Page.
2005-05-13 Tom LaneFix broken markup.
2005-05-13 Tom LaneUpdate createuser examples to match the current program...
2005-05-13 Bruce MomjianUpdate chinese encoding specification.
2005-05-13 Neil ConwayFix bug in COPY CSV mode: handle consecutive embedded...
2005-05-11 Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11 Bruce MomjianUpdate FAQ URLs.
2005-05-11 Bruce MomjianDocument where to download free Microsoft and Borland...
2005-05-11 Bruce MomjianDocument that bcc compiles now need the -N flag, backpa...
2005-05-11 Bruce MomjianUpdate Chinese FAQ, per Magnus.
2005-05-11 Bruce MomjianBackpatch mention that not all functions are listed...
2005-05-11 Bruce MomjianAdd mention that not all functions are listed.
2005-05-11 Bruce MomjianBackpatch new Chinese FAQ to 8.0.X.
2005-05-09 Bruce MomjianRename encryption section. REL8_0_3
2005-05-09 Bruce MomjianBackpatch FAQ's to 8.0.X for release.
2005-05-09 Bruce MomjianBackpatch encryption doc section to 8.0.X.
2005-05-09 Tom LaneUpdate release notes for upcoming re-releases.
2005-05-08 Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-07 Tom LaneRepair very-low-probability race condition between...
2005-05-07 Tom LaneAdjust time qual checking code so that we always check...
2005-05-05 Tom LaneStamp release 8.0.3.
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-05-04 Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-05-03 Tom LaneAlter the signature for encoding conversion functions...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-05-03 Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-05-02 Neil ConwayBackport fix for correct quoting in CREATE DOMAIN examp...
2005-04-30 Tom LaneMake record_out and record_send extract type informatio...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-29 Bruce MomjianFix Borland makefile for libpq and improve it for psql.
2005-04-27 Bruce MomjianWording improvement.
2005-04-27 Bruce MomjianUpdate PAM documentation, per Alvaro.
2005-04-27 Teodor Sigaevworkaround for bug in utils/date.h (timetz)
2005-04-26 Bruce MomjianMention that PAM requires the user already exist in...
2005-04-25 Tom LaneFix btree_gist to handle timetz zone correctly per...
2005-04-23 Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-23 Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-22 Bruce MomjianBackpatch of LIMIT / FOR UPDATE behavior, but keep...
2005-04-22 Bruce MomjianClarify that only crypt can't use md5 pg_shadow passwords.
2005-04-21 Bruce MomjianClarify use of MD5 authentication and pg_shadow encryption.
2005-04-20 Tom LaneMake pg_ctl status do a kill() test to verify that...
2005-04-20 Tom LaneDon't try to run clauseless index scans on index types...
2005-04-20 Tom LaneFix mis-display of negative fractional seconds in inter...
2005-04-19 Teodor SigaevAdd comment about permissions on pg_ts* tables
2005-04-19 Bruce MomjianUpdate PITR wording, per Simon.
2005-04-18 Tom Lanepg_dumpall should enforce the server version check...
2005-04-18 Tom Lanerecord_in and record_recv must be careful to return...
2005-04-18 Bruce MomjianUpdate PITR mention of which WAL files are needed.
2005-04-17 Bruce MomjianClarify name of file to be checked for PITR expiring.
2005-04-15 Bruce MomjianFix comment typo.
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-14 Tom LaneMake equalTupleDescs() compare attlen/attbyval/attalign...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-14 Michael MeskesAdded patch by Philip Yarra <philip.yarra@internode...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-04-11 Tom LanePersistHoldablePortal must establish the correct value...
2005-04-10 Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-10 Tom LaneSQL functions returning pass-by-reference types were...
2005-04-07 Tom LaneStamp 8.0.2. REL8_0_2
2005-04-07 Tom LaneUpdate and copy-edit release notes for 8.0.2.
2005-04-04 Tom LaneIn cost_mergejoin, the early-exit effect should not...
2005-04-03 Tom LanePut back code mistakenly removed from copy of postmaster's
2005-04-02 Peter EisentrautTranslation updates
2005-04-02 Peter EisentrautTranslation updates
2005-04-02 Bruce MomjianFix release not typo.
2005-04-02 Bruce MomjianUpdate release notes for 8.0.2.
2005-04-01 Tom LaneSecond try at making examine_variable and friends behav...
2005-04-01 Bruce MomjianBackpatch FAQ's to 8.0.X.
2005-04-01 Bruce MomjianFix wrong week returnded by date_trunc('week') for...
2005-03-31 Tom LaneFlush any remaining statistics counts out to the collec...
2005-03-31 Peter EisentrautTranslation updates
2005-03-31 Teodor SigaevFix various comparing functions
2005-03-30 Neil ConwayDocument that the "-P" option to pg_autovacuum is insec...
2005-03-26 Tom LaneFix a pair of related issues with estimation of inequal...
2005-03-26 Bruce MomjianMake additional stamps for 8.0.2.
2005-03-26 PostgreSQL... Tag for 8.0.2beta1
2005-03-26 Tom LaneAdd Windows-specific variant comparison file.
2005-03-26 Tom LaneAdd another ORDER BY to rules test to eliminate platfor...
2005-03-26 Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-25 Tom LaneRemove lazy_update_relstats; go back to having VACUUM...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-25 Tom LaneFix two bugs in change_owner_recurse_to_sequences:...
2005-03-25 Tom LaneUpdate and copy-edit description of privileges.
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-25 Tom LaneFix to_date to behave reasonably when CC and YY fields...
next