aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-07
* Stamp 8.3 in CVS. _No_ update of configure/configure.in.Bruce Momjian2008-02-01
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-30
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-24
* Prevent integer overflow within the integer-datetimes version ofTom Lane2008-01-23
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-21
* Stamp release for 8.3RC2; configure will be stamped by packager.Bruce Momjian2008-01-18
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-17
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-15
* Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane2008-01-14
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-11
* Fix a conceptual error in my patch of 2007-10-26 that avoided consideringTom Lane2008-01-11
* Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manualTom Lane2008-01-09
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-09
* Don't enforce 32-bit time_t for FRONTEND apps. Fixes standaloneMagnus Hagander2008-01-09
* lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane2008-01-08
* Stamp release 8.3RC1.REL8_3_RC1Tom Lane2008-01-03
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Correct two more copyrights found by updated script.Bruce Momjian2008-01-02
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-28
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-03
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-28
* Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane2007-11-22
* WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian2007-11-21
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-16
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* update files for beta3Marc G. Fournier2007-11-16
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-13
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-09
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-08
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-08