aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-16
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-14
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-08
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-04
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-04
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-30
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-20
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian2006-08-18
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane2006-08-16
* Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane2006-08-15
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-14
* Recommit patch to allow commented GUC variables to return to theirBruce Momjian2006-08-13
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-13
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-12
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-11
* Refactor GUC set_config_option function:Bruce Momjian2006-08-11
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-10