]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2005-03-25  Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24  Tom LaneRevert ill-conceived change of libpq linkage --- breaks...
2005-03-24  Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-24  Bruce MomjianForce PG client applications to link to non-shared...
2005-03-24  Tom LaneTweak planner to use a minimum size estimate of 10...
2005-03-24  Tom LaneFix python regression testing script to bail out early...
2005-03-24  Tom LaneAdjust plpython to convert \r\n and \r to \n in Python...
2005-03-24  Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-24  Tom LaneAdd missing error checking in readdir() loops.
2005-03-23  Tom LaneAdd note about risks involved in replaying CREATE TABLE...
2005-03-23  Tom LanePrevious "64-bit fix" for intagg didn't actually work...
2005-03-23  Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-21  Tom LaneFix quote_ident to use quote_identifier rather than...
2005-03-18  Tom LanePut 'dump complete' message in the right place, so...
2005-03-18  Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18  Michael MeskesAdded patch by Christof Petig <christof@petig-baender...
2005-03-18  Tom LaneNeed to release buffer pins before attempting to drop...
2005-03-18  Tom LaneTreat EPERM as a non-error case when checking to see...
2005-03-17  Bruce MomjianBackpatch to 8.0.X, already in HEAD:
2005-03-16  Bruce MomjianAdd missing include for new lc_ctype_is_c() function.
2005-03-16  Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-13  Bruce MomjianIncrement all major version numbers in 8.0.X to force...
2005-03-12  Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12  Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-12  Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-11  Bruce MomjianHere's the patch to fix a lot of markup errors in the...
2005-03-07  Bruce MomjianProperly implement "Response files" for bcc. Add URL...
2005-03-05  Teodor SigaevPrevent rank change in case of duplicate search terms
2005-03-03  Tom LaneReplace ARC cache management algorithm with the similar...
2005-03-01  Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-03-01  Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01  Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-27  Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
2005-02-27  Teodor SigaevFurther fix int64/float8 time/timetz
2005-02-27  Teodor SigaevFurther fix time/timetz...
2005-02-26  Bruce MomjianBackpatch clarification of PGPASSWORD to 8.0.X.
2005-02-25  Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-25  Teodor SigaevFix float8->int64 transformation
2005-02-25  Bruce MomjianBackpatch FAQ to 8.0.X.
2005-02-22  Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-22  Bruce MomjianUpdate initdb locale/encoding documentation description...
2005-02-21  Bruce MomjianTry to get Borland CC to compile.
2005-02-21  Bruce MomjianUpdate Russian FAQ.
2005-02-21  Teodor SigaevSimplify defines
2005-02-21  Teodor SigaevFix memory leak for timestamp(with and w/o tz) and...
2005-02-21  Neil ConwayFix two typos, per report from Hashem Masoud.
2005-02-21  Neil ConwayDocument the "register" and "unregister" pg_ctl subcomm...
2005-02-19  Tom LaneNew arrangement to always let the bgwriter do checkpoin...
next