summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane
2006-09-03Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian
2006-09-03Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian
2006-09-02Change FETCH/MOVE to use int8.Bruce Momjian
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-30Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane
2006-08-29Now bind displays prepare as detail, and execute displays prepare andBruce Momjian
2006-08-27Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane
2006-08-27Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane
2006-08-27Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-24Optimize the case where a btree indexscan has current and mark positionsTom Lane
2006-08-21Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-20Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-08-18Now that we've rearranged relation open to get a lock before touchingTom Lane
2006-08-18Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian
2006-08-17Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane
2006-08-16Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane
2006-08-15Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-13Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian
2006-08-12Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane
2006-08-12Back out patch to reorganize guc processing. Was causing regressionBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-08-11Refactor GUC set_config_option function:Bruce Momjian
2006-08-10Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane
2006-08-10Return inline to win32.h because code was OK, but keep additionalBruce Momjian
2006-08-10Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian
2006-08-09Formatting improvement.Bruce Momjian
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-08-08Fix definition of "errcode" for MSVC.Bruce Momjian
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-08-06Add support for forcing a switch to a new xlog file; cause such a switchTom Lane
2006-08-04Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane
2006-08-02Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane
2006-08-02Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway
2006-08-01Add support for loadable modules to allocated shared memory andBruce Momjian
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-30Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera
2006-07-30Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian
2006-07-29Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian