aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-18
* Stamp 8.3.3 (except for configure.in/configure)Tom Lane2008-06-08
* Stamp 8.3.2 (except for configure.in/configure)Tom Lane2008-06-05
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-29
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-21
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix a couple of oversights associated with the "physical tlist" optimization:Tom Lane2008-04-17
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-16
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-11
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-10
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane2008-03-31
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-24
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Stamp version 8.3.1, except for configure.in/configure.Tom Lane2008-03-13
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-29
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-23
* 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