| Commit message (Expand) | Author | Age | Files | Lines |
| * | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 | 2 | -53/+69 |
| * | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev | 2009-03-02 | 1 | -16/+9 |
| * | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 | 4 | -22/+20 |
| * | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 | 2 | -4/+4 |
| * | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane | 2009-02-25 | 1 | -9/+14 |
| * | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane | 2009-02-18 | 1 | -13/+8 |
| * | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 | 1 | -2/+2 |
| * | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 | 1 | -23/+40 |
| * | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 | 7 | -6/+314 |
| * | Remove the encoding *numbers* from the comments. They are useless, and | Peter Eisentraut | 2009-02-10 | 1 | -42/+42 |
| * | Add possibility to generate only some files, by passing command-line | Peter Eisentraut | 2009-02-10 | 1 | -1/+2 |
| * | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian | 2009-02-07 | 1 | -119/+118 |
| * | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 | 1 | -253/+933 |
| * | Fix unnest() to handle a toasted input array safely. Per report from | Tom Lane | 2009-01-30 | 1 | -6/+12 |
| * | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 | 27 | -281/+146 |
| * | Silence compiler warnings in new win32 locale code | Magnus Hagander | 2009-01-27 | 1 | -5/+5 |
| * | Revert updatable views | Peter Eisentraut | 2009-01-27 | 1 | -4/+1 |
| * | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera | 2009-01-26 | 1 | -28/+5 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 2 | -11/+67 |
| * | Automatic view update rules | Peter Eisentraut | 2009-01-22 | 1 | -1/+4 |
| * | Explicitly bind gettext to the correct encoding on Windows. | Magnus Hagander | 2009-01-22 | 1 | -16/+57 |
| * | Remove stray ' character at end of line. | Magnus Hagander | 2009-01-21 | 1 | -2/+2 |
| * | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 | 1 | -15/+65 |
| * | Make some strings translatable again that were accidentally removed in | Magnus Hagander | 2009-01-21 | 1 | -3/+3 |
| * | Use the new text domain names ("postgres-8.4" instead of "postgres") | Magnus Hagander | 2009-01-19 | 2 | -4/+4 |
| * | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 | 2 | -3/+13 |
| * | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 | 2 | -2/+78 |
| * | Code review of strftime patch, per comments from Tom: | Magnus Hagander | 2009-01-09 | 1 | -3/+3 |
| * | Fix strftime usage on Win32 when trying to fetch the locale-aware | Magnus Hagander | 2009-01-09 | 1 | -1/+74 |
| * | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 | 2 | -23/+1 |
| * | Revert current_query() change to use debug_query_string again; add comment. | Bruce Momjian | 2009-01-08 | 1 | -3/+7 |
| * | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 | 2 | -11/+30 |
| * | Have current_query() use ActivePortal->sourceText rather than | Bruce Momjian | 2009-01-07 | 1 | -6/+3 |
| * | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 | 1 | -9/+46 |
| * | Add comment that it is difficult to access the more accurate | Bruce Momjian | 2009-01-07 | 1 | -1/+2 |
| * | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 | 5 | -6/+21 |
| * | Make the log output of 'vxid' between csvlog and stderr/syslog | Bruce Momjian | 2009-01-07 | 1 | -2/+2 |
| * | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 | 1 | -13/+11 |
| * | Revert the default toast compression strategy to the former behavior | Tom Lane | 2009-01-06 | 1 | -2/+2 |
| * | Quiet repeated "loaded library" messages from child backends that are just | Tom Lane | 2009-01-05 | 1 | -2/+15 |
| * | Fix define_custom_variable to preserve any sourcefile/sourceline information | Tom Lane | 2009-01-05 | 1 | -4/+12 |
| * | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane | 2009-01-04 | 1 | -22/+35 |
| * | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane | 2009-01-03 | 2 | -3/+27 |
| * | Remove comments that say restart is required for changing of Kerberos | Magnus Hagander | 2009-01-02 | 1 | -5/+5 |
| * | Make it possible to change Kerberos/GSSAPI parameters without restarting | Magnus Hagander | 2009-01-02 | 1 | -6/+6 |
| * | write_nondefault_variables must take care to write custom_variable_classes | Tom Lane | 2009-01-02 | 1 | -59/+76 |
| * | Tweak guc.c to allow underscores in the names of custom variable classes, | Tom Lane | 2009-01-02 | 1 | -4/+4 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 145 | -294/+294 |
| * | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 1 | -1/+3 |
| * | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 | 1 | -2/+35 |