aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-22
* In the recent changes to make the planner account better for cacheTom Lane2006-07-22
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-21
* Update WIN32 quoting roles documentation.Bruce Momjian2006-07-19
* 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
* Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.Tom Lane2006-07-16
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* More include file adjustments.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-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, "G" - "M".Bruce Momjian2006-07-11
* GIN improvementsTeodor Sigaev2006-07-11
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.Tom Lane2006-07-11
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* WIN32 fixes:Bruce Momjian2006-07-06
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-06
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* 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
* Add missing #include directive: pg_constraint.h declares some functionsNeil Conway2006-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
* ChangesTeodor Sigaev2006-06-28
* 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
* 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
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Fix blank line.Bruce Momjian2006-06-26
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-26
* Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian2006-06-26
* Update include files to Unix newline format, per report from Magnus.Bruce Momjian2006-06-26
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Fix GEVHDRSZ for Win32.Bruce Momjian2006-06-25
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-25
* Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane2006-06-24
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20