]> granicus.if.org Git - postgresql/history - src/include
Seems some C compilers think 'restrict' is a fully reserved word.
[postgresql] / src / include /
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-13 Bruce MomjianRecommit patch to allow commented GUC variables to...
2006-08-13 Bruce MomjianRe-apply guc cleanup patch, with memory allocation...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Bruce MomjianBack out patch to reorganize guc processing. Was causi...
2006-08-12 Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-11 Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11 Bruce MomjianRefactor GUC set_config_option function:
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-08-10 Bruce MomjianReturn inline to win32.h because code was OK, but keep...
2006-08-10 Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-09 Bruce MomjianFormatting improvement.
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-08-08 Bruce MomjianFix definition of "errcode" for MSVC.
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-08-02 Tom LaneArrange for ValuesScan to keep per-sublist expression...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-30 Bruce MomjianFix WIN32 wait() return value macros to be accurate...
2006-07-29 Bruce MomjianDon't use #include <crtdefs.h> for MSVC <= 1400.
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-22 Tom LaneIn the recent changes to make the planner account bette...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-07-19 Bruce MomjianUpdate WIN32 quoting roles documentation.
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-16 Tom LaneFix lack of repeat-inclusion guard in win32 substitute...
2006-07-15 Tom LaneFix some missing inclusions identified with new pgcheck...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-13 Neil ConwayRemove trailing comma from CreateStmtLikeOption enum...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-11 Tom LaneReverse inclusion order of <ws2tcpip.h> and <winsock2...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-06 Bruce MomjianWIN32 fixes:
2006-07-06 Bruce MomjianAttached patch is required ot build with the CRT that...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-28 Neil ConwayAdd missing #include directive: pg_constraint.h declare...
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-28 Teodor SigaevChanges
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-26 Bruce MomjianFix blank line.
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-26 Bruce MomjianUse Unix line endings instead of DOS ones, per Magnus.
2006-06-26 Bruce MomjianUpdate include files to Unix newline format, per report...
2006-06-25 Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-06-25 Bruce MomjianFix GEVHDRSZ for Win32.
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
2006-06-24 Tom LaneFix re-inclusion of port header file on Windows, per...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-06-16 Tom LaneCode review for SELECT INTO STRICT patch: use saner...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-15 Tom LaneRemove the limit on the number of entries allowed in...
2006-06-09 Tom LaneRevert sampling patch for EXPLAIN ANALYZE; it turns...
next