| Commit message (Expand) | Author | Age |
* | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane | 2006-08-16 |
* | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane | 2006-08-15 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 |
* | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 |
* | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 |
* | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 |
* | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Return inline to win32.h because code was OK, but keep additional | Bruce Momjian | 2006-08-10 |
* | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 |
* | Formatting improvement. | Bruce Momjian | 2006-08-09 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | Fix definition of "errcode" for MSVC. | Bruce Momjian | 2006-08-08 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
* | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 |
* | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 |
* | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | 2006-08-02 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Add support for loadable modules to allocated shared memory and | 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 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Fix WIN32 wait() return value macros to be accurate, particularly | Bruce Momjian | 2006-07-30 |
* | Don't use #include <crtdefs.h> for MSVC <= 1400. | Bruce Momjian | 2006-07-29 |
* | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 |
* | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 |
* | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 |
* | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | 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 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 |
* | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 |
* | Update WIN32 quoting roles documentation. | Bruce Momjian | 2006-07-19 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. | Tom Lane | 2006-07-16 |