| Commit message (Expand) | Author | Age |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 |
* | Put back another not-so-unnecessary #include, per report from Hiroshi Saito. | Tom Lane | 2006-07-16 |
* | Fix getDatumCopy(): don't use store_att_byval to copy into a Datum | Tom Lane | 2006-07-16 |
* | Improve error message wording. | Tom Lane | 2006-07-16 |
* | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 |
* | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 |
* | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 |
* | Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. | Tom Lane | 2006-07-14 |
* | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 |
* | Move math.h after postgresql.h | Bruce Momjian | 2006-07-13 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 |
* | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | GIN improvements | Teodor Sigaev | 2006-07-11 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | Fix typo in comment. | Alvaro Herrera | 2006-07-08 |
* | Fix typos in comments. | Neil Conway | 2006-07-04 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 |
* | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 |
* | Fix typo in comment. | Neil Conway | 2006-06-28 |
* | Improve planner estimates for size of tuple hash tables. | Tom Lane | 2006-06-28 |
* | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane | 2006-06-28 |
* | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane | 2006-06-28 |
* | Forget to add new file :(( | Teodor Sigaev | 2006-06-28 |
* | Changes | Teodor Sigaev | 2006-06-28 |
* | Remove embedded newline in string literal --- seems to make newer gcc | Tom Lane | 2006-06-27 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane | 2006-06-27 |
* | Default stats_command_string to 'on', now that its overhead is minimal. | Bruce Momjian | 2006-06-27 |
* | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane | 2006-06-27 |
* | Revert patch, doesn't do what it should: | Bruce Momjian | 2006-06-27 |