| Commit message (Expand) | Author | Age |
... | |
* | Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of | Tom Lane | 2010-07-18 |
* | Simplify missing tablespace replay error hint message, but only in HEAD | Bruce Momjian | 2010-07-18 |
* | Add a log_file_mode GUC that allows control of the file permissions set on | Tom Lane | 2010-07-16 |
* | Add support for dividing money by money (yielding a float8 result) and for | Tom Lane | 2010-07-16 |
* | Remove a sanity check in the exclusion-constraint code that prevented users | Tom Lane | 2010-07-16 |
* | Remove duplicate code in DefineOpFamily(). | Tom Lane | 2010-07-16 |
* | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane | 2010-07-13 |
* | Oops, in the previous fix to prevent a cursor that's being used in a FOR | Heikki Linnakangas | 2010-07-13 |
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
* | Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() | Tom Lane | 2010-07-09 |
* | Fix ruleutils' get_variable() to print something useful for Vars referencing | Tom Lane | 2010-07-09 |
* | Add a hook in ExecCheckRTPerms(). | Robert Haas | 2010-07-09 |
* | Translation updates for 9.0beta3 | Peter Eisentraut | 2010-07-08 |
* | Make the Windows tcp keepalive support depend on the existance of the | Magnus Hagander | 2010-07-08 |
* | Update obsolete comment. Noted by Josh Tolley. | Tom Lane | 2010-07-08 |
* | Add support for TCP keepalives on Windows, both for backend and the new | Magnus Hagander | 2010-07-08 |
* | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane | 2010-07-08 |
* | Adjust mbutils.c so it won't get broken by future pgindent runs. | Tom Lane | 2010-07-07 |
* | Make log_temp_files based on kB, and revert docs & comments to match. | Robert Haas | 2010-07-06 |
* | Support setting the keepalive idle time on MacOS X. | Robert Haas | 2010-07-06 |
* | Undo pgindent breakage (again). Per buildfarm. | Tom Lane | 2010-07-06 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 |
* | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas | 2010-07-05 |
* | Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus | Tom Lane | 2010-07-03 |
* | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane | 2010-07-03 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | Robert Haas | 2010-07-03 |
* | Move copydir.c from src/port to src/backend/storage/file | Robert Haas | 2010-07-02 |
* | Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. | Bruce Momjian | 2010-07-02 |
* | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas | 2010-07-01 |
* | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas | 2010-06-30 |
* | Add C comment about why synchronous_commit=off behavior can lose | Bruce Momjian | 2010-06-29 |
* | Message tuning | Peter Eisentraut | 2010-06-29 |
* | emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. | Robert Haas | 2010-06-28 |
* | Fix log_temp_files docs and comments to say bytes not kilobytes. | Simon Riggs | 2010-06-25 |
* | Add stray "else" that seems to have gone missing. | Robert Haas | 2010-06-24 |
* | Deprecate the use of => as an operator name. | Robert Haas | 2010-06-22 |
* | Fix mishandling of whole-row Vars referencing a view or sub-select. | Tom Lane | 2010-06-21 |
* | Clean up some randomness associated with trace_recovery_messages: don't | Tom Lane | 2010-06-17 |
* | Make RemoveOldXlogFiles's debug printout match style used elsewhere: | Tom Lane | 2010-06-17 |
* | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane | 2010-06-17 |
* | Refactor sprintf calls with computed format strings into multiple calls with | Peter Eisentraut | 2010-06-16 |
* | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro | 2010-06-15 |
* | If a corrupt WAL record is received by streaming replication, disconnect | Heikki Linnakangas | 2010-06-14 |
* | Remove max_standby_delay message from ps display of recovery process | Itagaki Takahiro | 2010-06-14 |
* | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas | 2010-06-13 |
* | Fix typo/bug, found by Clang compiler | Peter Eisentraut | 2010-06-12 |
* | Use "replication" as the database name when constructing a connection | Heikki Linnakangas | 2010-06-11 |
* | Rename restartpoint_command to archive_cleanup_command. | Itagaki Takahiro | 2010-06-10 |