summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-04Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane
2007-05-03Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane
2007-05-03Release builds generate different strangely formatted export namesMagnus Hagander
2007-05-02Dept. of second thoughts: add comments cautioning against usingTom Lane
2007-05-02During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane
2007-05-02Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane
2007-05-02Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internalAlvaro Herrera
2007-05-02Fix failure to check for INVALID worker entry in the new autovacuum code, whichAlvaro Herrera
2007-05-02Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane
2007-05-01Add wrapper script around install.pl that calls buildenv.bat before doingMagnus Hagander
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2007-04-30Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane
2007-04-30Fix oversight in my patch of yesterday: forgot to ensure that stats wouldTom Lane
2007-04-30Implement rate-limiting logic on how often backends will attempt to sendTom Lane
2007-04-30Marginal performance hack: use a dedicated routine instead of copyObjectTom Lane
2007-04-30Marginal performance hack: avoid unnecessary work in expression_tree_mutator.Tom Lane
2007-04-30Marginal performance hack: remove the loop that used to be needed toTom Lane
2007-04-29Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvementsNeil Conway
2007-04-28Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,Neil Conway
2007-04-27Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane
2007-04-27Properly set MODULE_PATHNAME based on module name instead of incorrectly basedMagnus Hagander
2007-04-27Removed non-existant function from extern.hMichael Meskes
2007-04-27Inlined two functions to get rid of va_list problems on some archs.Michael Meskes
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-26Another tweak for tab completion of CREATE TEMP. Instead of onlyNeil Conway
2007-04-26Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",Neil Conway
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-04-26libpgtypes is a client lib, should not link with backend.Magnus Hagander
2007-04-26Generate "fake configure output" for pg_config, so that external buildsMagnus Hagander
2007-04-25Install libpgport.lib as needed by some client programs.Magnus Hagander
2007-04-25Install headers in the same directory structure as Mingw.Magnus Hagander
2007-04-24Set maximum semaphore count to 32767 instead of 1. FixesMagnus Hagander
2007-04-23Don't try to install uuid-ossp since we don't build it.Magnus Hagander
2007-04-22Remove some of the most blatant brain-fade in the recent guc patchTom Lane
2007-04-21Some further performance tweaks for planning large inheritance trees thatTom Lane
2007-04-21Fix build for directories with spaces in them by quoting properly.Magnus Hagander
2007-04-21Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-04-21Don't try to build uuid-ossp on msvc.Magnus Hagander
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-21Avoid useless work during set_plain_rel_pathlist() when the relationTom Lane
2007-04-21Tweak make_inh_translation_lists() to check the common case wherein parent andTom Lane
2007-04-21Improve the way in which CatalogCacheComputeHashValue combines multiple keyTom Lane
2007-04-21Adjust pgstat_initstats() to avoid repeated searches of the TabStat arraysTom Lane
2007-04-21Tweak set_rel_width() to avoid redundant executions of getrelid().Tom Lane
2007-04-20Add comment on why deadlock detection error messages only prints numbers.Bruce Momjian
2007-04-20Add script major_release_split to simplify creating release notes forBruce Momjian
2007-04-20Add mention of checking <link> behavior of HISTORY.html to releaseBruce Momjian
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-19Sync timezone data with 2007e zic release.Tom Lane
2007-04-19Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane