summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2005-08-21Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane
2005-08-20Seems that the childXids list would be better based on Oid lists thanTom Lane
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-20Make GetMultiXactIdMembers() a public function.Tatsuo Ishii
2005-08-20Add BackendXidGetPid().Tatsuo Ishii
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-08-19Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian
2005-08-19Consistently align comments in postgresql.conf, move some slightly toBruce Momjian
2005-08-18Update some obsolete comments --- code is using t_self now, not t_ctid.Tom Lane
2005-08-18Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane
2005-08-18Add hint for to_char(interval) invalid format specifications.Bruce Momjian
2005-08-18Fix to_char(interval) to return proper year and century values.Bruce Momjian
2005-08-17Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane
2005-08-17More formatting.c cleanups.Bruce Momjian
2005-08-17Small cleanup.Bruce Momjian
2005-08-17Adjust to_char/from_char code to use boolean "is_to_char" rather thanBruce Momjian
2005-08-17Fix declaration of dumpacl, per Alvaro.Tom Lane
2005-08-17Fix FSM warning to mention increasing max_fsm_pages. Was incorrectlyBruce Momjian
2005-08-16Reject operator names >= NAMEDATALEN characters. These will not workTom Lane
2005-08-15Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian
2005-08-15array_in() and array_recv() need to be more paranoid about validatingTom Lane
2005-08-15Allow the pgstat views to show toast tables as well as regular tablesTom Lane
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-08-14Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut
2005-08-13Tweak catalog cache management algorithms to reduce cost ofTom Lane
2005-08-13Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane
2005-08-12Reverse out Assert addition.Bruce Momjian
2005-08-12Pass the type OID as the typioparam for all non-array types, rather thanTom Lane
2005-08-12Improve documention on loading large data sets into plperl.Bruce Momjian
2005-08-12This patch fixes the event type used to log output from theBruce Momjian
2005-08-12[ backpatched to 8.0.X.]Bruce Momjian