summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve documention on loading large data sets into plperl.Bruce Momjian2005-08-121-1/+3
* This patch fixes the event type used to log output from theBruce Momjian2005-08-121-29/+30
* [ backpatched to 8.0.X.]Bruce Momjian2005-08-121-5/+57
* > Gavin Sherry <swm@linuxworld.com.au> writes:Bruce Momjian2005-08-121-1/+19
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-121-28/+14
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-121-6/+3
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-121-3/+6
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-124-121/+157
* Change a couple of "can't happen" error messages to be a shade moreTom Lane2005-08-121-5/+7
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-122-25/+4