summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-24Add some debug logging code to AllocateFile's failure path to log theTom Lane
2006-08-24Optimize the case where a btree indexscan has current and mark positionsTom Lane
2006-08-22In new "invalid byte sequence" error hint, call it "error", notBruce Momjian
2006-08-22Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian
2006-08-22Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane
2006-08-21Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane
2006-08-21Minor code rearrangement to save a few cycles in RI_FKey_check whenTom Lane
2006-08-21Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-20Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera
2006-08-19Suppress subquery pullup/pushdown when a subquery contains volatileTom Lane
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-08-18Now that we've rearranged relation open to get a lock before touchingTom Lane
2006-08-17Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane
2006-08-17Fix an oversight in mergejoin planning: the planner would reject aTom Lane
2006-08-17Teach convert_subquery_pathkeys() to handle the case where theTom Lane
2006-08-16Put probes.o file in right directory, fixes dtrace compilationPeter Eisentraut
2006-08-16Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane
2006-08-15Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-14Cause '*' and 'foo.*' notations to mark the referenced RTE(s) asTom Lane
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-14When executing a list of queries derived from rule expansion,Tom Lane
2006-08-14Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Fix core dump in duration logging for a V3-protocol Execute messageTom Lane
2006-08-13Fix recent guc comment-to-default patch for custom variables.Bruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-13Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian
2006-08-12Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane
2006-08-12Remove ancient, obsolete comment.Tom Lane
2006-08-12Back out patch to reorganize guc processing. Was causing regressionBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-11Set Win32 server-size socket buffer to 32k, for performance reasons.Bruce Momjian
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-08-11Refactor GUC set_config_option function:Bruce Momjian
2006-08-10Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane
2006-08-10Fix display of log duration so it is milliseconds.microseconds "ms".Bruce Momjian
2006-08-09Round microseconds on setitimer upwards.Bruce Momjian
2006-08-09On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian
2006-08-09Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian
2006-08-09Formatting improvement.Bruce Momjian
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-08-07Put back another improperly-removed #include.Tom Lane
2006-08-07On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane
2006-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-08-06Add support for forcing a switch to a new xlog file; cause such a switchTom Lane