summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* cost_agg really ought to charge something per output tuple; else thereTom Lane2005-08-271-3/+5
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-274-198/+135
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-271-40/+32
* The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane2005-08-261-37/+30
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-261-3/+8
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-267-10/+23
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-251-29/+1
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-251-13/+11
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-251-13/+10
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-251-10/+13
* Fix SHOW and RESET grammar to accept custom variable names.Tom Lane2005-08-241-3/+3
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-242-7/+197
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-241-3/+7
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-234-6/+205
* Clean up some very old and crufty code for TID scan planning. Not muchTom Lane2005-08-231-140/+103
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-231-2/+3
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-221-123/+142
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-221-1/+20
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-229-112/+147
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-223-11/+10
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-221-3/+3
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-221-32/+34
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-212-7/+16
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-201-5/+5
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-2027-228/+304
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-201-3/+2
* Add BackendXidGetPid().Tatsuo Ishii2005-08-201-1/+39
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-206-242/+468
* Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian2005-08-191-3/+3
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-191-131/+181
* Update some obsolete comments --- code is using t_self now, not t_ctid.Tom Lane2005-08-181-20/+11
* Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane2005-08-183-99/+198
* Add hint for to_char(interval) invalid format specifications.Bruce Momjian2005-08-181-17/+18
* Fix to_char(interval) to return proper year and century values.Bruce Momjian2005-08-181-242/+190
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-172-6/+21
* More formatting.c cleanups.Bruce Momjian2005-08-171-12/+1
* Small cleanup.Bruce Momjian2005-08-171-4/+1
* Adjust to_char/from_char code to use boolean "is_to_char" rather thanBruce Momjian2005-08-171-138/+123
* Fix declaration of dumpacl, per Alvaro.Tom Lane2005-08-171-2/+2
* Fix FSM warning to mention increasing max_fsm_pages. Was incorrectlyBruce Momjian2005-08-171-3/+3
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-161-1/+10
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-152-15/+25
* array_in() and array_recv() need to be more paranoid about validatingTom Lane2005-08-151-12/+13
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-153-36/+99
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-153-12/+9
* Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut2005-08-141-4/+4
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-131-62/+117
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-132-2/+26
* Reverse out Assert addition.Bruce Momjian2005-08-121-3/+1
* Pass the type OID as the typioparam for all non-array types, rather thanTom Lane2005-08-121-6/+7