| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 | 1 | -5/+3 |
* | Move BLCKSZ < 1024 check to guc.c. | Bruce Momjian | 2007-02-23 | 1 | -5/+1 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 8 | -27/+47 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 | 1 | -1/+2 |
* | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian | 2007-02-21 | 1 | -0/+3 |
* | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian | 2007-02-20 | 1 | -1/+5 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 17 | -119/+153 |
* | Add missing OIDs to pg_proc. | Peter Eisentraut | 2007-02-20 | 2 | -11/+11 |
* | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian | 2007-02-19 | 1 | -1/+2 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 6 | -26/+82 |
* | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 | 1 | -6/+11 |
* | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian | 2007-02-17 | 4 | -7/+13 |
* | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane | 2007-02-16 | 1 | -8/+8 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 | 1 | -2/+1 |
* | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut | 2007-02-16 | 3 | -4/+31 |
* | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 | 2 | -3/+7 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 | 1 | -1/+2 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 | 1 | -1/+3 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 5 | -13/+24 |
* | Repair oversight in 8.2 change that improved the handling of "pseudoconstant" | Tom Lane | 2007-02-15 | 1 | -1/+3 |
* | Move fsync method macro defines into /include/access/xlogdefs.h so they | Bruce Momjian | 2007-02-14 | 1 | -1/+72 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 8 | -97/+106 |
* | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut | 2007-02-11 | 1 | -2/+2 |
* | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 | 1 | -1/+2 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 4 | -59/+97 |
* | Reduce WAL activity for page splits: | Bruce Momjian | 2007-02-08 | 1 | -11/+16 |
* | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 | 3 | -6/+9 |
* | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 2 | -1/+12 |
* | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut | 2007-02-06 | 2 | -12/+11 |
* | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 | 5 | -19/+46 |
* | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane | 2007-02-05 | 5 | -36/+54 |
* | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 | 1 | -3/+6 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 8 | -19/+42 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 | 1 | -3/+5 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
* | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway | 2007-01-31 | 2 | -3/+5 |
* | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev | 2007-01-31 | 1 | -4/+6 |
* | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane | 2007-01-30 | 4 | -11/+14 |
* | Improve hash join to discard input tuples immediately if they can't | Tom Lane | 2007-01-28 | 2 | -4/+8 |
* | Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any | Neil Conway | 2007-01-28 | 1 | -4/+6 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 | 11 | -11/+120 |
* | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 | 1 | -3/+4 |
* | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 | 1 | -0/+3 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 | 1 | -2/+2 |
* | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway | 2007-01-26 | 1 | -0/+2 |
* | Update Win32 exception comment. | Bruce Momjian | 2007-01-25 | 1 | -3/+5 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 | 1 | -1/+17 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 | 2 | -2/+7 |
* | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 | 1 | -1/+3 |
* | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 | 3 | -4/+10 |