summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2008-06-08Stamp 8.0.17 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.0.16 (except for configure.in/configure)Tom Lane
2008-05-27Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane
2008-04-05Defend against JOINs having more than 32K columns altogether. We cannotTom Lane
2008-03-25Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane
2008-01-03Stamp release 8.0.15.REL8_0_15Tom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-19Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-02Stamp release 8.0.11.REL8_0_11Tom Lane
2007-01-05Stamp release 8.0.10.Bruce Momjian
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-11-28Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-05-21Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
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