aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane2007-08-23
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-21
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway2007-08-08
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Suppress time zone name (%Z) when logging timestamps in xlog.c startupTom Lane2007-08-04
* Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan2007-08-02
* Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway2007-08-02
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Fix security definer functions with polymorphic arguments. This case hasTom Lane2007-07-31
* The correct min buffer size isMagnus Hagander2007-07-23
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-21
* Fix WAL replay of truncate operations to cope with the possibility that theTom Lane2007-07-20
* Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane2007-07-19
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-19
* Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane2007-07-18
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane2007-07-17
* Restrict non-superusers to password authenticated connectionsJoe Conway2007-07-09
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-08
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-29
* Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane2007-06-28
* transformColumnDefinition failed to complain aboutTom Lane2007-06-20
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-20
* Back-patch 8.2 fix that complains if trying to extend a relation encountersTom Lane2007-06-18
* Avoid having autovacuum run multiple ANALYZE commands in a single transaction,Alvaro Herrera2007-06-14
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Allow numeric_fac() to be interrupted, since it can take quite a while forTom Lane2007-06-09
* Avoid losing track of data for shared tables in pgstats. Report by MichaelAlvaro Herrera2007-06-07
* Fix array_dims() example to be consistent with the data previously shown.Tom Lane2007-06-07
* Oops. Patch didn't work properly for 8.1, so don't backpatch a then-unusedMagnus Hagander2007-06-04
* On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander2007-06-04
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-04
* Fix erroneous error reporting for overlength input in text_date(),Tom Lane2007-06-02
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-01
* Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane2007-06-01
* Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane2007-05-30
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Fix spurious German index entryPeter Eisentraut2007-05-21
* Removed errant ISODOWMichael Meskes2007-05-21
* Backported fix from HEAD that removes superfluous function Vista has a proble...Michael Meskes2007-05-21
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-18
* Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera2007-05-15
* Document that CLUSTER breaks MVCC visibility rules.Magnus Hagander2007-05-13
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-01
* Removed non-existant function from extern.hMichael Meskes2007-04-27
* Inlined two functions to get rid of va_list prolems on some archs.Michael Meskes2007-04-27
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26