summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-212-3/+5
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-214-12/+11
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-201-1/+16
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-193-4/+10
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-182-3/+5
* Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian2006-08-181-2/+2
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-174-7/+19
* Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane2006-08-161-2/+2
* Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane2006-08-151-1/+10
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-152-5/+8
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-5/+10
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-142-13/+6
* Recommit patch to allow commented GUC variables to return to theirBruce Momjian2006-08-131-5/+9
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-131-1/+4
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-122-3/+6
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-121-4/+1
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-121-9/+5
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-127-17/+48
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-111-5/+9
* Refactor GUC set_config_option function:Bruce Momjian2006-08-111-1/+4
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-102-4/+5
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-102-13/+11
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-102-5/+13
* Formatting improvement.Bruce Momjian2006-08-091-2/+2
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-082-4/+5
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-082-4/+5
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-075-7/+14
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-064-5/+18
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-042-3/+4
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-021-3/+10
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-0210-30/+113
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-013-3/+17
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-319-48/+46
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-317-18/+78
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-302-5/+8
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-301-6/+11
* Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian2006-07-291-1/+3
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-1/+3
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-285-7/+75
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-276-17/+21
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-1/+10
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-264-10/+13
* Convert effective_cache_size to an integer, for better integration withPeter Eisentraut2006-07-261-3/+3
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-263-8/+10
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+3
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-255-9/+46
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-243-1/+61
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-232-16/+31
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-233-18/+37