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