aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Mention only Windows 2000SP4 works.Bruce Momjian2006-08-18
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Produce a clean failure in configure when dtrace is selected but cannot bePeter Eisentraut2006-08-17
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-14
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Slight wording improvement in documentation.Bruce Momjian2006-08-04
* Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations duringTom Lane2006-08-03
* Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane2006-08-02
* Editorialize a bit on the recent patch, reverting to the original versionsAlvaro Herrera2006-08-01
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-01
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-01
* Improvements to Maintenance and External Projects documentation.Bruce Momjian2006-08-01
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera2006-07-31
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Fix table title.Tom Lane2006-07-28
* Make it clearer that not every Postgres character set can be used as aTom Lane2006-07-28
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-27
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-27
* Convert effective_cache_size to an integer, for better integration withPeter Eisentraut2006-07-26
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Update documentation on GRANT SCEMA USAGE, again.Bruce Momjian2006-07-20
* Update GRANT USAGE on schema permission description.Bruce Momjian2006-07-19
* Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane2006-07-19
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-19
* Minor documentation tweak: in the tables of functions and operators,Neil Conway2006-07-16
* Minor doc tweak: replace a "--" with "—".Neil Conway2006-07-14
* Reorder the entries in the function section of the manual, to ensure theyNeil Conway2006-07-13
* Update schema USAGE permission description.Bruce Momjian2006-07-12
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Correct the description of the pg_get_viewdef() function. Do some nearbyNeil Conway2006-07-11
* Add #include code to prevent multiple inclusion.Bruce Momjian2006-07-10
* Update schema GRANT USAGE description.Bruce Momjian2006-07-10
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-06
* Documentation fixes for FILLFACTOR patch. Minor other editorialization.Tom Lane2006-07-04
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Fix broken markup.Tom 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
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-29