summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-08-02Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway
2006-08-01Add support for loadable modules to allocated shared memory andBruce Momjian
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-30Fix a couple of comments.Tom Lane
2006-07-30Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-07-29Adjust initialization sequence for timezone_abbreviations so thatTom Lane
2006-07-28SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-26Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane
2006-07-26Work around bug in strxfmt() but in MS VS2005.Bruce Momjian
2006-07-26When a GUC string variable is not set, print the empty string (in SHOW etc.),Peter Eisentraut
2006-07-26Convert effective_cache_size to an integer, for better integration withPeter Eisentraut
2006-07-26Change LIMIT/OFFSET to use int8Bruce Momjian
2006-07-25Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-25Make the order of operations in PostmasterMain a bit saner ... someTom Lane
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-07-24Mark postgresql.conf entries that require server restart; some minorPeter Eisentraut
2006-07-24Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane
2006-07-23Convert the lock manager to use the new dynahash.c support for partitionedTom Lane
2006-07-23Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane
2006-07-23Split the buffer mapping table into multiple separately lockableTom Lane
2006-07-22Add support to dynahash.c for partitioning shared hashtables accordingTom Lane
2006-07-22Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane
2006-07-22In the recent changes to make the planner account better for cacheTom Lane
2006-07-21Add the full set of comparison functions for type TID, including a btreeTom Lane
2006-07-20Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane
2006-07-18Mark a few functions as static or NOT_USED.Bruce Momjian
2006-07-16In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-16Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane
2006-07-16Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane
2006-07-16Improve error message wording.Tom Lane
2006-07-15Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane
2006-07-15Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane
2006-07-15Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane
2006-07-14Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane
2006-07-14Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-13Move math.h after postgresql.hBruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane
2006-07-11Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev