summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-09-16Update query cancel message:Bruce Momjian
2005-09-16Small fixesTeodor Sigaev
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-09-16Update two comments to refer to use the new list API names.Neil Conway
2005-09-16Force the size and alignment of LWLock array entries to be either 16 or 32Tom Lane
2005-09-15Copy-editing for GiST README.Neil Conway
2005-09-15Readme about GiST's algorithmsTeodor Sigaev
2005-09-12Ensure that any memory leaked during an error inside the bgwriter isTom Lane
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-09-09timestamptz_izone should return the input, not NULL, when the inputTom Lane
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-05Implement a preliminary 'template' facility for procedural languages,Tom Lane
2005-09-05Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane
2005-09-05For non-projecting plan node types such as Limit, set_plan_referencesTom Lane
2005-09-02Add log display label for unnamed server-side portals.Bruce Momjian
2005-09-02Fix the spelling.Tom Lane
2005-09-02Update listen_addresses description.Bruce Momjian
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-09-01Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane
2005-09-01Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane
2005-08-30Log send() failures when sending to statistics process (but only inTom Lane
2005-08-30DropTableSpace forgot to remove dependency on tablespace's owner.Tom Lane
2005-08-30Fix misleading comment.Tom Lane
2005-08-30Update documentation about shared memory sizing to reflect currentTom Lane
2005-08-29Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-08-27cost_agg really ought to charge something per output tuple; else thereTom Lane
2005-08-27Change the division of labor between grouping_planner and query_plannerTom Lane
2005-08-27Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane
2005-08-26The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane
2005-08-26Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-25Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane
2005-08-25Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane
2005-08-25Back out pfrees for justify_hour function calls.Bruce Momjian
2005-08-25Fix memory leak when using justify_hours.Bruce Momjian
2005-08-24Fix SHOW and RESET grammar to accept custom variable names.Tom Lane
2005-08-24Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane
2005-08-24Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane
2005-08-23Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane
2005-08-23Clean up some very old and crufty code for TID scan planning. Not muchTom Lane
2005-08-23Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane
2005-08-22Rewrite gather-write patch into something less obviously bolted onTom Lane
2005-08-22Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane
2005-08-22Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane
2005-08-22enable_constraint_exclusion => constraint_exclusionBruce Momjian
2005-08-22Improve xid wraparound message (the server isn't really shut down, justBruce Momjian
2005-08-22Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane