summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-256-407/+681
* Make the order of operations in PostmasterMain a bit saner ... someTom Lane2006-07-251-12/+13
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-245-6/+59
* Mark postgresql.conf entries that require server restart; some minorPeter Eisentraut2006-07-241-36/+54
* Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane2006-07-241-1/+19
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-235-220/+276
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-231-4/+11
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-234-47/+148
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-223-104/+365
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-221-3/+5
* In the recent changes to make the planner account better for cacheTom Lane2006-07-223-28/+58
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-13/+91
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-201-3/+8
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-182-2/+6
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-162-6/+14
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-162-7/+33
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-162-2/+2
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-161-1/+2
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-161-25/+22
* Improve error message wording.Tom Lane2006-07-161-2/+2
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-152-2/+6
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-153-4/+6
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-152-4/+4
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-141-1/+2
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-145-5/+11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14211-724/+215
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-1419-41/+20
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-1/+2
* Move math.h after postgresql.hBruce Momjian2006-07-131-3/+3
* More include file adjustments.Bruce Momjian2006-07-133-4/+6
* Allow include files to compile own their own.Bruce Momjian2006-07-1378-84/+180
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-113-16/+25
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-111-1/+3
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-1111-43/+43
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-1117-41/+41
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-1111-26/+26
* GIN improvementsTeodor Sigaev2006-07-112-65/+207
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-1117-36/+36
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-101-31/+38
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-1010-231/+466
* Fix typo in comment.Alvaro Herrera2006-07-081-2/+2
* Fix typos in comments.Neil Conway2006-07-041-3/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-0337-946/+905
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-023-136/+131
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-0240-236/+1159
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-023-11/+528
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-012-38/+82
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-0115-261/+426
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-292-528/+146
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-291-53/+92