| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 6 | -407/+681 |
| * | Make the order of operations in PostmasterMain a bit saner ... some | Tom Lane | 2006-07-25 | 1 | -12/+13 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 5 | -6/+59 |
| * | Mark postgresql.conf entries that require server restart; some minor | Peter Eisentraut | 2006-07-24 | 1 | -36/+54 |
| * | Add a fudge factor to genericcostestimate() to prevent the planner from | Tom Lane | 2006-07-24 | 1 | -1/+19 |
| * | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 | 5 | -220/+276 |
| * | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 | 1 | -4/+11 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 4 | -47/+148 |
| * | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 | 3 | -104/+365 |
| * | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 | 1 | -3/+5 |
| * | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 | 3 | -28/+58 |
| * | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 | 1 | -13/+91 |
| * | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 | 1 | -3/+8 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 2 | -2/+6 |
| * | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 2 | -6/+14 |
| * | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 | 2 | -7/+33 |
| * | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 2 | -2/+2 |
| * | Put back another not-so-unnecessary #include, per report from Hiroshi Saito. | Tom Lane | 2006-07-16 | 1 | -1/+2 |
| * | Fix getDatumCopy(): don't use store_att_byval to copy into a Datum | Tom Lane | 2006-07-16 | 1 | -25/+22 |
| * | Improve error message wording. | Tom Lane | 2006-07-16 | 1 | -2/+2 |
| * | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 | 2 | -2/+6 |
| * | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 | 3 | -4/+6 |
| * | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 | 2 | -4/+4 |
| * | Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. | Tom Lane | 2006-07-14 | 1 | -1/+2 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 5 | -5/+11 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 211 | -724/+215 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 19 | -41/+20 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -1/+2 |
| * | Move math.h after postgresql.h | Bruce Momjian | 2006-07-13 | 1 | -3/+3 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 3 | -4/+6 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 78 | -84/+180 |
| * | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 | 3 | -16/+25 |
| * | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 | 1 | -1/+3 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 11 | -43/+43 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 17 | -41/+41 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 11 | -26/+26 |
| * | GIN improvements | Teodor Sigaev | 2006-07-11 | 2 | -65/+207 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 17 | -36/+36 |
| * | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 | 1 | -31/+38 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 10 | -231/+466 |
| * | Fix typo in comment. | Alvaro Herrera | 2006-07-08 | 1 | -2/+2 |
| * | Fix typos in comments. | Neil Conway | 2006-07-04 | 1 | -3/+3 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 37 | -946/+905 |
| * | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 | 3 | -136/+131 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 40 | -236/+1159 |
| * | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 | 3 | -11/+528 |
| * | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 | 2 | -38/+82 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 15 | -261/+426 |
| * | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 | 2 | -528/+146 |
| * | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 | 1 | -53/+92 |