summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-02-12Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crashTom Lane
2006-02-12Stamp releases for 2006-02-14 releaseBruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-19It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-05Stamp relesae 8.0.6.Bruce Momjian
2006-01-05Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-12-09Stamp 8.0.5.Tom Lane
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-10-03Stamp release 8.0.4.Tom Lane
2005-09-28Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane
2005-08-29Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane
2005-08-28Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane
2005-08-27Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane
2005-08-26Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane
2005-08-26Back-port recent MIPS and M68K spinlock improvements to 8.0 branch.Tom Lane
2005-08-25Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-06-18When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-05-05Stamp release 8.0.3.Tom Lane
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-04-07Stamp 8.0.2.REL8_0_2Tom Lane
2005-03-26Tag for 8.0.2beta1PostgreSQL Daemon
2005-03-25Add missing min/max parameters to DefineCustomIntVariable() andTom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-23WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-17Backpatch to 8.0.X, already in HEAD:Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2005-02-03Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane
2005-01-30Stamp 8.0 branch as 8.0.1.Tom Lane
2005-01-28Improve planner's estimation of the space needed for HashAgg plans:Tom Lane
2005-01-28pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2005-01-17its that time ... tag it for releaseREL8_0_0PostgreSQL Daemon
2005-01-11up release to rc5REL8_0_0RC5PostgreSQL Daemon
2005-01-10Separate the functions of relcache entry flush and smgr cache entry flushTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-07upgrade tags to rc4REL8_0_0RC4PostgreSQL Daemon
2005-01-06Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane