summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-02-15Fix typo in commentAlvaro Herrera
2010-02-15Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark
2010-02-15Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Improve C comment about why we return "0 0" for some tags.Bruce Momjian
2010-02-13Improvements to ps message of startup process during Hot Standby.Simon Riggs
2010-02-13Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-02-13Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs
2010-02-13Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs
2010-02-12Tweak the order of processing of WITH clauses so that they are processedTom Lane
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2010-02-12Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas
2010-02-12If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas
2010-02-12Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas
2010-02-11Suppress uninitialized-variable warning.Tom Lane
2010-02-11Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-02-10Now that streaming replication switches between streaming mode andHeikki Linnakangas
2010-02-10Improve planner's choices about when to use hashing vs sorting for DISTINCT.Tom Lane
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-02-09Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas
2010-02-09Typo fix, per Thom BrownMagnus Hagander
2010-02-09Define the value for in6addr_any on MingW, since it provides the structMagnus Hagander
2010-02-09Allow free space map vacuuming to be interrupted.Tom Lane
2010-02-09Rearrange lazy-vacuum code a little bit to reduce the window betweenTom Lane
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-02-08Remove obsolete comment about 'fsm' argument, which isn't an argumentHeikki Linnakangas
2010-02-08Fix serious performance bug in new implementation of VACUUM FULL:Tom Lane
2010-02-08Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian
2010-02-08Remove piece of code to zero out minRecoveryPoint when starting crashHeikki Linnakangas
2010-02-08Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane
2010-02-08Remove some more dead VACUUM-FULL-only code.Tom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane
2010-02-07Looks like we need #include <sys/stat.h> here on someTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-05Document that archive_timeout will force new WAL files even if a singleBruce Momjian
2010-02-05Add C comment about process_settings() setting order.Bruce Momjian
2010-02-04Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane
2010-02-03Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas
2010-02-03Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas
2010-02-03Fix unwarranted assumption that a cached rowtype would stick aroundTom Lane
2010-02-03Assorted cleanups in preparation for using a map file to support alteringTom Lane
2010-02-02Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane
2010-02-02CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane
2010-02-02Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander
2010-02-02Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas
2010-02-01Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas
2010-02-01Augment EXPLAIN output with more details on Hash nodes.Robert Haas