summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2008-03-18Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane.Alvaro Herrera
2008-03-18Advance multiple array keys rightmost-first instead of leftmost-firstTom Lane
2008-03-17Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut
2008-03-17We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txtPeter Eisentraut
2008-03-17Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander
2008-03-17Revert thinko introduced into prefix_selectivity() by my recent patch:Tom Lane
2008-03-17Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's notAlvaro Herrera
2008-03-17Grab some low-hanging fruit in the new hash index build code.Tom Lane
2008-03-17Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane
2008-03-16When creating a large hash index, pre-sort the index entries by estimatedTom Lane
2008-03-16Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera
2008-03-16Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander
2008-03-15Change hash index creation so that rather than always establishing exactlyTom Lane
2008-03-14Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.Tom Lane
2008-03-14Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera
2008-03-13Fix varstr_cmp's special case for UTF8 encoding on Windows so that stringsTom Lane
2008-03-13Fix heap_page_prune's problem with failing to send cache invalidationTom Lane
2008-03-12Fix pg_plan_queries() to restore the previous setting of ActiveSnapshotTom Lane
2008-03-12Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane
2008-03-11Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane
2008-03-10Fix unportable coding of new error message, per Kris Jurka.Tom Lane
2008-03-10Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander
2008-03-10Document and enforce that the usable range of setseed() arguments isTom Lane
2008-03-10Throw an error for negative LIMIT or OFFSET values, instead of silentlyTom Lane
2008-03-10Increase the default value of log_min_messages to WARNING, so thatTom Lane
2008-03-10Add a CaseSensitive parameter to synonym dictionaries.Tom Lane
2008-03-10Remove no-longer-used XLogCacheByte field of XLogCtl.Tom Lane
2008-03-10Reduce memory consumption during VACUUM of large relations, by usingTom Lane
2008-03-09Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane
2008-03-09Change patternsel() so that instead of switching from a pureTom Lane
2008-03-08Modify prefix_selectivity() so that it will never estimate the selectivityTom Lane
2008-03-08Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane
2008-03-08Improve efficiency of attribute scanning in CopyReadAttributesCSV.Andrew Dunstan
2008-03-08Improve pglz_decompress() so that it cannot clobber memory beyond theTom Lane
2008-03-07This patch addresses some issues in TOAST compression strategy thatTom Lane
2008-03-07Change hashscan.c to keep its list of active hash index scans inTom Lane
2008-03-07Fix memory arrangement of tsquery after removing stop words. It causesTeodor Sigaev
2008-03-06Improve "bgwriter_lru_multiplier" GUC description.Bruce Momjian
2008-03-05Clean up double negative, per Tom Lane.Alvaro Herrera
2008-03-05Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera
2008-03-05In PrepareToInvalidateCacheTuple, don't force initialization of catalogTom Lane
2008-03-05When text search string is too long, in error message report actual andBruce Momjian
2008-03-04Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane
2008-03-01Fix another place that was assuming that a local variable declared asTom Lane
2008-03-01Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane
2008-03-01Disable the undocumented xmlvalidate() function, which was unintentionallyTom Lane
2008-02-29Remove long-unused and broken TCL_ARRAYS.Alvaro Herrera
2008-02-29Reducing the assumed alignment of struct varlena means that the compilerTom Lane
2008-02-29Write the objfiles.txt rules in a way that is compatible with GNU make 3.78,Peter Eisentraut