aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Somehow my version compiled but the change didn't make it to CVS.Michael Meskes2006-08-23
* Argh, forgot the new file yet again.Michael Meskes2006-08-23
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Descriptor values were quoted twice.Michael Meskes2006-08-22
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-22
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-22
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-22
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-21
* Minor code rearrangement to save a few cycles in RI_FKey_check whenTom Lane2006-08-21
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes2006-08-21
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-20
* Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes2006-08-20
* Added another testMichael Meskes2006-08-19
* More SoC stuffMichael Meskes2006-08-19
* Suppress subquery pullup/pushdown when a subquery contains volatileTom Lane2006-08-19
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-18
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-18
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-18
* Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian2006-08-18
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Fix an oversight in mergejoin planning: the planner would reject aTom Lane2006-08-17
* Teach convert_subquery_pathkeys() to handle the case where theTom Lane2006-08-17
* Put probes.o file in right directory, fixes dtrace compilationPeter Eisentraut2006-08-16
* Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane2006-08-16
* Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane2006-08-15
* Add hooks to allow debugging and performance measurement pluginsTom Lane2006-08-15
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Fixed a typo and made two mallocs Coverity friendly.Michael Meskes2006-08-15
* Sorry, forgot the new files.Michael Meskes2006-08-15
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Cause '*' and 'foo.*' notations to mark the referenced RTE(s) asTom Lane2006-08-14
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-14
* When executing a list of queries derived from rule expansion,Tom Lane2006-08-14
* Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane2006-08-14
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-14
* Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane2006-08-14
* Fix core dump in duration logging for a V3-protocol Execute messageTom Lane2006-08-13
* Cause psql to report both the returned data and the command status tagTom Lane2006-08-13
* If test postmaster fails to start within 60 seconds, try to kill -9 itTom Lane2006-08-13
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-13
* Original coding of 'returning' regression test inadvertently chose aTom Lane2006-08-13
* Back out plperl OUT hash/array parameter patch, again.Bruce Momjian2006-08-13
* Fix recent guc comment-to-default patch for custom variables.Bruce Momjian2006-08-13
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-13
* Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian2006-08-13