aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-24
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-24
* Fix vacuumlo to avoid unnecessary use of backslash in search pattern.Tom Lane2006-02-23
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-21
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-21
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-21
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-20
* Fixing and improve compound word support. This changes cannot be applied toTeodor Sigaev2006-02-20
* Update obsolete comment.Tom Lane2006-02-19
* Modify logtape.c so that the initial LogicalTapeSetCreate call onlyTom Lane2006-02-19
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-19
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Minor SGML style police work.Neil Conway2006-02-18
* ' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut2006-02-18
* Patch from Marko Kreen:Neil Conway2006-02-18
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Mark unescape_single_char() "static": as far as I can see this functionNeil Conway2006-02-18
* Fix typo in comment.Neil Conway2006-02-17
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-16
* Put the first section of a chapter in its own chunk.Peter Eisentraut2006-02-16
* Since we only use libld on AIX, don't include it in LIBS on any otherTom Lane2006-02-15
* Repair --single-transaction patch so it handles blobs correctly.Tom Lane2006-02-14
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-14
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-14
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-14
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-14
* Document that GRANT on a table does not affect sequence permissions,Bruce Momjian2006-02-14
* Document that xact commit/abort stats are collected if any stat variableBruce Momjian2006-02-14
* Add positive defense against trying to connect when the connectionTom Lane2006-02-13
* IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane2006-02-13
* Improve documentation of --single-transaction option: fix markup, andTom Lane2006-02-13
* Place function names in first column for consistency.Bruce Momjian2006-02-13
* Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom Lane2006-02-13
* Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane2006-02-13
* Add:Bruce Momjian2006-02-13
* Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian2006-02-12
* Update release notes.Tom Lane2006-02-12
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-12
* Fix broken markup.Tom Lane2006-02-12
* Back out patch pending review.Bruce Momjian2006-02-12
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-12
* Support "" for thousands separator and plus sign in to_char(), perBruce Momjian2006-02-12
* Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian2006-02-12
* Update README file.Bruce Momjian2006-02-12
* Not done:Bruce Momjian2006-02-12
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* > Actually, if you submit a patch that says either "SCROLL is theBruce Momjian2006-02-12
* Fix release item ordering.Bruce Momjian2006-02-12
* Update back branch release notes.Bruce Momjian2006-02-12