summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-022-53/+69
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-021-16/+9
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-284-22/+20
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-282-4/+4
* Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane2009-02-251-9/+14
* Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane2009-02-181-13/+8
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-2/+2
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-151-23/+40
* Support for KOI8U encodingPeter Eisentraut2009-02-107-6/+314
* Remove the encoding *numbers* from the comments. They are useless, andPeter Eisentraut2009-02-101-42/+42
* Add possibility to generate only some files, by passing command-linePeter Eisentraut2009-02-101-1/+2
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-071-119/+118
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-061-253/+933
* Fix unnest() to handle a toasted input array safely. Per report fromTom Lane2009-01-301-6/+12
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-2927-281/+146
* Silence compiler warnings in new win32 locale codeMagnus Hagander2009-01-271-5/+5
* Revert updatable viewsPeter Eisentraut2009-01-271-4/+1
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-261-28/+5
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-222-11/+67
* Automatic view update rulesPeter Eisentraut2009-01-221-1/+4
* Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander2009-01-221-16/+57
* Remove stray ' character at end of line.Magnus Hagander2009-01-211-2/+2
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-15/+65
* Make some strings translatable again that were accidentally removed inMagnus Hagander2009-01-211-3/+3
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-192-4/+4
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-162-3/+13
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-122-2/+78
* Code review of strftime patch, per comments from Tom:Magnus Hagander2009-01-091-3/+3
* Fix strftime usage on Win32 when trying to fetch the locale-awareMagnus Hagander2009-01-091-1/+74
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-092-23/+1
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-081-3/+7
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-072-11/+30
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-071-6/+3
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-071-9/+46
* Add comment that it is difficult to access the more accurateBruce Momjian2009-01-071-1/+2
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-075-6/+21
* Make the log output of 'vxid' between csvlog and stderr/syslogBruce Momjian2009-01-071-2/+2
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-061-13/+11
* Revert the default toast compression strategy to the former behaviorTom Lane2009-01-061-2/+2
* Quiet repeated "loaded library" messages from child backends that are justTom Lane2009-01-051-2/+15
* Fix define_custom_variable to preserve any sourcefile/sourceline informationTom Lane2009-01-051-4/+12
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-041-22/+35
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-032-3/+27
* Remove comments that say restart is required for changing of KerberosMagnus Hagander2009-01-021-5/+5
* Make it possible to change Kerberos/GSSAPI parameters without restartingMagnus Hagander2009-01-021-6/+6
* write_nondefault_variables must take care to write custom_variable_classesTom Lane2009-01-021-59/+76
* Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane2009-01-021-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-01145-294/+294
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-1/+3
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-311-2/+35