| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove trailing comma from CreateStmtLikeOption enum definition. This | Neil Conway | 2006-07-13 |
* | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 |
* | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | GIN improvements | Teodor Sigaev | 2006-07-11 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page. | Tom Lane | 2006-07-11 |
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | WIN32 fixes: | Bruce Momjian | 2006-07-06 |
* | Attached patch is required ot build with the CRT that comes with Visual | Bruce Momjian | 2006-07-06 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | 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 |
* | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 |
* | Add missing #include directive: pg_constraint.h declares some functions | Neil Conway | 2006-06-28 |
* | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane | 2006-06-28 |