summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2008-03-13Stamp version 8.3.1, except for configure.in/configure.Tom Lane
2008-03-13Fix heap_page_prune's problem with failing to send cache invalidationTom Lane
2008-03-08Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane
2008-03-04Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-23Change the declaration of struct varlena so that the length word isTom Lane
2008-02-07Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane
2008-02-01Stamp 8.3 in CVS. _No_ update of configure/configure.in.Bruce Momjian
2008-01-30Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane
2008-01-26Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane
2008-01-24Change /contrib to contrib for consistency.Peter Eisentraut
2008-01-23Prevent integer overflow within the integer-datetimes version ofTom Lane
2008-01-21Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane
2008-01-18Stamp release for 8.3RC2; configure will be stamped by packager.Bruce Momjian
2008-01-17Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane
2008-01-15Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane
2008-01-14Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane
2008-01-11The original implementation of polymorphic aggregates didn't really get theTom Lane
2008-01-11Fix a conceptual error in my patch of 2007-10-26 that avoided consideringTom Lane
2008-01-09Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manualTom Lane
2008-01-09Fix some planner issues found while investigating Kevin Grittner's reportTom Lane
2008-01-09Don't enforce 32-bit time_t for FRONTEND apps. Fixes standaloneMagnus Hagander
2008-01-08lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane
2008-01-03Stamp release 8.3RC1.REL8_3_RC1Tom 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
2008-01-02Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane
2008-01-02Correct two more copyrights found by updated script.Bruce Momjian
2008-01-01Fix some missed copyright updates.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane
2007-12-11Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander
2007-12-08Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane
2007-12-03Stamp 8.3beta4.REL8_3_BETA4Tom Lane
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-28Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane
2007-11-27Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane
2007-11-27Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut
2007-11-24Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian
2007-11-24Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian
2007-11-22Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane
2007-11-21WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian
2007-11-16GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane
2007-11-16Repair still another bug in the btree page split WAL reduction patch:Tom Lane
2007-11-16update files for beta3Marc G. Fournier
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane