summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-07Stamp 8.0.2.REL8_0_2Tom Lane
2005-04-07Update and copy-edit release notes for 8.0.2.Tom Lane
2005-04-04In cost_mergejoin, the early-exit effect should not apply to theTom Lane
2005-04-03Put back code mistakenly removed from copy of postmaster'sTom Lane
2005-04-02Translation updatesPeter Eisentraut
2005-04-02Translation updatesPeter Eisentraut
2005-04-02Fix release not typo.Bruce Momjian
2005-04-02Update release notes for 8.0.2.Bruce Momjian
2005-04-01Second try at making examine_variable and friends behave sanely inTom Lane
2005-04-01Backpatch FAQ's to 8.0.X.Bruce Momjian
2005-04-01Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian
2005-03-31Flush any remaining statistics counts out to the collector at processTom Lane
2005-03-31Translation updatesPeter Eisentraut
2005-03-31Fix various comparing functionsTeodor Sigaev
2005-03-30Document that the "-P" option to pg_autovacuum is insecure on manyNeil Conway
2005-03-26Fix a pair of related issues with estimation of inequalities that involveTom Lane
2005-03-26Make additional stamps for 8.0.2.Bruce Momjian
2005-03-26Tag for 8.0.2beta1PostgreSQL Daemon
2005-03-26Add Windows-specific variant comparison file.Tom Lane
2005-03-26Add another ORDER BY to rules test to eliminate platform-specificTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-03-25Remove lazy_update_relstats; go back to having VACUUM just record theTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-25Fix two bugs in change_owner_recurse_to_sequences: it was grabbing anTom Lane
2005-03-25Update and copy-edit description of privileges.Tom Lane
2005-03-25Add missing min/max parameters to DefineCustomIntVariable() andTom Lane
2005-03-25Fix to_date to behave reasonably when CC and YY fields are both used.Tom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24Revert ill-conceived change of libpq linkage --- breaks ecpg.Tom Lane
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-03-24Force PG client applications to link to non-shared libpgport beforeBruce Momjian
2005-03-24Tweak planner to use a minimum size estimate of 10 pages for aTom Lane
2005-03-24Fix python regression testing script to bail out early if languageTom Lane
2005-03-24Adjust plpython to convert \r\n and \r to \n in Python scripts,Tom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-24Add missing error checking in readdir() loops.Tom Lane
2005-03-23Add note about risks involved in replaying CREATE TABLESPACE commandsTom Lane
2005-03-23Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane
2005-03-23WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane
2005-03-21Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane
2005-03-18Put 'dump complete' message in the right place, so it comes out whereTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
2005-03-18Need to release buffer pins before attempting to drop files duringTom Lane
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2005-03-17Backpatch to 8.0.X, already in HEAD:Bruce Momjian
2005-03-16Add missing include for new lc_ctype_is_c() function.Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2005-03-13Increment all major version numbers in 8.0.X to force recompile ofBruce Momjian
2005-03-12Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane