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