| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak bison build rules so that we get the same error messages from | Tom Lane | 2003-01-31 | 1 | -2/+8 |
| * | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 | 7 | -28/+73 |
| * | Handle mixed-case names properly in plpgsql_parse_tripwordtype. | Tom Lane | 2003-01-31 | 1 | -4/+8 |
| * | Fix regression in .pgpass support. From Neil Conway. | Tom Lane | 2003-01-30 | 1 | -19/+28 |
| * | SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned | Tom Lane | 2003-01-29 | 1 | -1/+14 |
| * | Update release steps. | Bruce Momjian | 2003-01-29 | 1 | -6/+6 |
| * | Tweak ArrayCount() to forestall possible access to temp[-1]. Problem | Tom Lane | 2003-01-29 | 1 | -2/+2 |
| * | Guard against array overrun, per report from Yichen Xie. This case | Tom Lane | 2003-01-29 | 1 | -1/+12 |
| * | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 3 | -70/+47 |
| * | Fix array subscript overruns identified by Yichen Xie. | Tom Lane | 2003-01-29 | 1 | -5/+5 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 15 | -134/+218 |
| * | Convert variable name to canonical spelling before checking for matches | Tom Lane | 2003-01-28 | 1 | -1/+11 |
| * | Revert off setting mention for client_min_messages. | Bruce Momjian | 2003-01-28 | 1 | -2/+1 |
| * | Revert optimizer page count change. | Bruce Momjian | 2003-01-28 | 1 | -1/+2 |
| * | Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). | Bruce Momjian | 2003-01-27 | 2 | -3/+3 |
| * | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 | 10 | -187/+358 |
| * | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 | 5 | -10/+10 |
| * | Prevent core dump when die_horribly() is called with null AH pointer. | Tom Lane | 2003-01-27 | 1 | -6/+7 |
| * | Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at | Bruce Momjian | 2003-01-26 | 1 | -11/+1 |
| * | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 9 | -837/+928 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 5 | -20/+91 |
| * | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 | 1 | -5/+3 |
| * | Suppress gcc warnings. | Tom Lane | 2003-01-24 | 1 | -3/+3 |
| * | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 12 | -168/+395 |
| * | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 14 | -402/+592 |
| * | added fix from Joel Hock to get the inserted row into the current buffer | Dave Cramer | 2003-01-23 | 1 | -1/+2 |
| * | Fix obsolete error message (isImmutable doesn't exist). | Tom Lane | 2003-01-23 | 1 | -3/+3 |
| * | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane | 2003-01-23 | 3 | -70/+89 |
| * | Fix sloppy comment. | Tom Lane | 2003-01-22 | 2 | -5/+5 |
| * | Make estimation of mergejoin scan selectivities more robust, per recent | Tom Lane | 2003-01-22 | 2 | -11/+41 |
| * | Improve print_expr() a little. It's still not very bright though. | Tom Lane | 2003-01-22 | 1 | -11/+30 |
| * | Implement choice between hash-based and sort-based grouping for doing | Tom Lane | 2003-01-22 | 2 | -12/+105 |
| * | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane | 2003-01-21 | 4 | -60/+102 |
| * | Synced parser. | Michael Meskes | 2003-01-21 | 2 | -36/+70 |
| * | Avoid gratuitous variation in spelling of same error message. | Tom Lane | 2003-01-21 | 1 | -3/+3 |
| * | Fix sed expression for BSD sed. | Peter Eisentraut | 2003-01-21 | 1 | -2/+2 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 46 | -875/+2074 |
| * | Improve symlink handling for C tags file. | Bruce Momjian | 2003-01-18 | 2 | -2/+2 |
| * | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane | 2003-01-17 | 6 | -229/+107 |
| * | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 | 8 | -220/+167 |
| * | Add code to print information about a detected deadlock cycle. The | Tom Lane | 2003-01-16 | 4 | -12/+166 |
| * | Ooops, didn't cut-and-paste quite enough code from ResolveNew; | Tom Lane | 2003-01-16 | 1 | -1/+19 |
| * | Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne. | Tom Lane | 2003-01-16 | 1 | -2/+2 |
| * | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 | 5 | -31/+79 |
| * | Add remaining documentation tables to information schema. | Peter Eisentraut | 2003-01-15 | 3 | -7/+114 |
| * | Now that switch_outer processing no longer relies on being run after | Tom Lane | 2003-01-15 | 3 | -154/+136 |
| * | More comment cleanups for shared_buffers in postgresql.conf. | Bruce Momjian | 2003-01-15 | 1 | -1/+1 |
| * | Update shared_buffer comment in postgresql.conf. | Bruce Momjian | 2003-01-15 | 1 | -1/+1 |
| * | Back out ORDER BY addition to Inet, for Tom. | Bruce Momjian | 2003-01-15 | 2 | -4/+4 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 31 | -658/+490 |