aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander2008-03-17
* Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's notAlvaro Herrera2008-03-17
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-17
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-16
* Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander2008-03-16
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane2008-03-11
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Bump catversion from guc enum patch, which I forgot. Sorry!Magnus Hagander2008-03-10
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10
* Reduce memory consumption during VACUUM of large relations, by usingTom Lane2008-03-10
* Change patternsel() so that instead of switching from a pureTom Lane2008-03-09
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* This patch addresses some issues in TOAST compression strategy thatTom Lane2008-03-07
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Remove long-unused and broken TCL_ARRAYS.Alvaro Herrera2008-02-29
* 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
* Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane2008-02-20
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-17
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-14
* Stamp HEAD as 8.4devel.Tom Lane2008-02-13
* 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