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