aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* timestamptz_izone should return the input, not NULL, when the inputTom Lane2005-09-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane2005-09-05
* For non-projecting plan node types such as Limit, set_plan_referencesTom Lane2005-09-05
* Add log display label for unnamed server-side portals.Bruce Momjian2005-09-02
* Fix the spelling.Tom Lane2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-01
* Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane2005-09-01
* Log send() failures when sending to statistics process (but only inTom Lane2005-08-30
* DropTableSpace forgot to remove dependency on tablespace's owner.Tom Lane2005-08-30
* Fix misleading comment.Tom Lane2005-08-30
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-28
* cost_agg really ought to charge something per output tuple; else thereTom Lane2005-08-27
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-27
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-27
* The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane2005-08-26
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-26
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-25
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-25
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-25
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-25
* Fix SHOW and RESET grammar to accept custom variable names.Tom Lane2005-08-24
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-24
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-24
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Clean up some very old and crufty code for TID scan planning. Not muchTom Lane2005-08-23
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-23
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-22
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-22
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-22
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-22
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-21
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-20
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian2005-08-19
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-19
* Update some obsolete comments --- code is using t_self now, not t_ctid.Tom Lane2005-08-18