summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-156-44/+107
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-157-80/+76
* Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane2005-08-152-128/+158
* Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut2005-08-141-4/+4
* Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane2005-08-141-48/+119
* Fix psql's \d commands to use pg_roles instead of pg_user, so thatTom Lane2005-08-141-20/+16
* Fix up tab completion for ROLEs and add some more completion logic forTom Lane2005-08-144-241/+195
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-132-73/+132
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-134-11/+31
* Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian2005-08-131-2/+10
* 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
* Back out plpython makefile change.Bruce Momjian2005-08-121-2/+2
* 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
* Un-break plperl for non-set case.Tom Lane2005-08-121-11/+15
* [ backpatched to 8.0.X.]Bruce Momjian2005-08-121-5/+57
* > Gavin Sherry <swm@linuxworld.com.au> writes:Bruce Momjian2005-08-121-1/+19
* More rsi assignment line too.Bruce Momjian2005-08-121-4/+4
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-123-43/+91
* Fix this:Bruce Momjian2005-08-121-2/+6
* Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian2005-08-122-3/+5
* > The attached patch moves a plperl sanity check into the correctBruce Momjian2005-08-121-11/+11
* No server version of snprintf needed, so remove Makefile rule.Bruce Momjian2005-08-121-4/+1
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-123-59/+21
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-123-21/+59
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-127-127/+165
* 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-123-28/+7
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-128-10/+360
* Update comments.Bruce Momjian2005-08-121-2/+2
* Document why we only handle trailing "..".Bruce Momjian2005-08-121-2/+8
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-1219-257/+400
* Fix BSD fseeko to seek from the end of the file.Bruce Momjian2005-08-111-1/+2
* EINTR return from connect() should be treated exactly the same asTom Lane2005-08-111-5/+2
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-1116-198/+393
* Mention MD5 function index for indexing long values.Bruce Momjian2005-08-112-4/+4
* Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian2005-08-111-2/+5
* Make new hints follow style guide.Tom Lane2005-08-102-6/+6
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-104-8/+16
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-101-3/+11
* Extend pg_config to be able to report the build-time values of CC,Tom Lane2005-08-093-66/+283
* Make backends that are reading the pgstats file verify each backend PIDTom Lane2005-08-091-13/+42
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-091-3/+4
* Remove unintended file change.Bruce Momjian2005-08-091-2/+2
* Clarify wal_sync_method options in documentation.Bruce Momjian2005-08-091-2/+2
* Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane2005-08-081-4/+7
* Avoid useless loop overhead in AtEOXact routines when the backend isTom Lane2005-08-082-11/+17
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-084-236/+233
* Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane2005-08-081-3/+1