summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-20Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a goodTom 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-17Minor cleanup.Bruce Momjian
2005-08-16Update comments.Bruce Momjian
2005-08-16Improve comment.Bruce Momjian
2005-08-16Update pgcvslog comment on how to find branch start time.Bruce 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-15Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane
2005-08-15Make createlang and droplang proof against weird search_path settingsTom Lane
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-15Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane
2005-08-14Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut
2005-08-14Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane
2005-08-14Fix psql's \d commands to use pg_roles instead of pg_user, so thatTom Lane
2005-08-14Fix up tab completion for ROLEs and add some more completion logic forTom Lane
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-13Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian
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-12Back out plpython makefile change.Bruce Momjian
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-12Un-break plperl for non-set case.Tom Lane
2005-08-12[ backpatched to 8.0.X.]Bruce Momjian
2005-08-12> Gavin Sherry <[email protected]> writes:Bruce Momjian
2005-08-12More rsi assignment line too.Bruce Momjian
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12Fix this:Bruce Momjian
2005-08-12Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian
2005-08-12> The attached patch moves a plperl sanity check into the correctBruce Momjian
2005-08-12No server version of snprintf needed, so remove Makefile rule.Bruce Momjian