| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 7 | -17/+48 |
| * | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 | 1 | -5/+9 |
| * | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 | 1 | -1/+4 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 2 | -4/+5 |
| * | Return inline to win32.h because code was OK, but keep additional | Bruce Momjian | 2006-08-10 | 2 | -13/+11 |
| * | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 | 2 | -5/+13 |
| * | Formatting improvement. | Bruce Momjian | 2006-08-09 | 1 | -2/+2 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 2 | -4/+5 |
| * | Fix definition of "errcode" for MSVC. | Bruce Momjian | 2006-08-08 | 2 | -4/+5 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 5 | -7/+14 |
| * | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 4 | -5/+18 |
| * | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 | 2 | -3/+4 |
| * | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | 2006-08-02 | 1 | -3/+10 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 10 | -30/+113 |
| * | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 | 3 | -3/+17 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 9 | -48/+46 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 7 | -18/+78 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 2 | -5/+8 |
| * | Fix WIN32 wait() return value macros to be accurate, particularly | Bruce Momjian | 2006-07-30 | 1 | -6/+11 |
| * | Don't use #include <crtdefs.h> for MSVC <= 1400. | Bruce Momjian | 2006-07-29 | 1 | -1/+3 |
| * | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 | 1 | -1/+3 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 5 | -7/+75 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 6 | -17/+21 |
| * | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 | 1 | -1/+10 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 4 | -10/+13 |
| * | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 | 1 | -3/+3 |
| * | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 | 3 | -8/+10 |
| * | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 | 1 | -1/+3 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 5 | -9/+46 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 3 | -1/+61 |
| * | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 | 2 | -16/+31 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 3 | -18/+37 |
| * | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 | 1 | -76/+22 |
| * | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 | 2 | -4/+4 |
| * | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 | 8 | -38/+76 |
| * | Update WIN32 quoting roles documentation. | Bruce Momjian | 2006-07-19 | 1 | -3/+19 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -2/+1 |
| * | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 1 | -6/+1 |
| * | Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. | Tom Lane | 2006-07-16 | 1 | -1/+9 |
| * | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 | 1 | -1/+2 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 9 | -22/+9 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 12 | -17/+28 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 43 | -103/+73 |
| * | Remove trailing comma from CreateStmtLikeOption enum definition. This | Neil Conway | 2006-07-13 | 1 | -2/+2 |
| * | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 | 3 | -8/+12 |
| * | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 | 2 | -3/+33 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 2 | -13/+13 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | GIN improvements | Teodor Sigaev | 2006-07-11 | 1 | -5/+10 |