summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 <swm@linuxworld.com.au> 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
2005-08-12Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian
2005-08-12Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Change a couple of "can't happen" error messages to be a shade moreTom Lane
2005-08-12Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian
2005-08-12Update comments.Bruce Momjian
2005-08-12Document why we only handle trailing "..".Bruce Momjian
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-08-11Fix BSD fseeko to seek from the end of the file.Bruce Momjian
2005-08-11EINTR return from connect() should be treated exactly the same asTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-11Mention MD5 function index for indexing long values.Bruce Momjian
2005-08-11Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian
2005-08-10Make new hints follow style guide.Tom Lane
2005-08-10Add hints to cases where indexes fail because of values that are too long.Bruce Momjian
2005-08-10Document why Win32 loops over rename/unlink are necessary.Bruce Momjian
2005-08-09Extend pg_config to be able to report the build-time values of CC,Tom Lane
2005-08-09Make backends that are reading the pgstats file verify each backend PIDTom Lane
2005-08-09Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian
2005-08-09Remove unintended file change.Bruce Momjian
2005-08-09Clarify wal_sync_method options in documentation.Bruce Momjian
2005-08-08Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane
2005-08-08Avoid useless loop overhead in AtEOXact routines when the backend isTom Lane
2005-08-08Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane
2005-08-08Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-08-07Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane
2005-08-07Fix count_usable_fds() to stop trying to open files once it reachesTom Lane
2005-08-06COPY performance improvements. Avoid calling CopyGetData for each inputTom Lane