aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatePeter Eisentraut2004-10-12
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-01
* Translation updatePeter Eisentraut2004-09-27
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Translation updatePeter Eisentraut2004-09-20
* Translation updatePeter Eisentraut2004-09-20
* Fix memory leak in tokenize_file, per report from Vadim Passynkov.Tom Lane2004-09-18
* Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane2004-09-17
* Translation updatePeter Eisentraut2004-09-13
* Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside SQL functions.Tom Lane2004-09-06
* Repair 'expected both swapped tables to have TOAST tables' bug in 7.4Tom Lane2004-08-31
* Make gistindex_keytest safe against NULL values. Same fix was alreadyTom Lane2004-08-27
* Translation updatePeter Eisentraut2004-08-24
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-17
* Translation updatePeter Eisentraut2004-08-14
* Translation updatePeter Eisentraut2004-08-13
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-11
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* Translation updatePeter Eisentraut2004-08-10
* Change declared encodingPeter Eisentraut2004-07-25
* New translationPeter Eisentraut2004-07-25
* When renaming a column that participates in a foreign key, we mustTom Lane2004-07-17
* Test HAVING condition before computing targetlist of an Aggregate node.Tom Lane2004-07-10
* Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane2004-07-06
* Translation updatePeter Eisentraut2004-07-02
* Translation updatePeter Eisentraut2004-06-13
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-06-13
* Translation updatesPeter Eisentraut2004-06-10
* Translation updatesPeter Eisentraut2004-06-10
* Translation updatePeter Eisentraut2004-06-10
* Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane2004-06-08
* I think I've finally identified the cause of the off-by-one-secondTom Lane2004-05-31
* Translation updatePeter Eisentraut2004-05-29
* Fix erroneous error message printout when a configuration file containsTom Lane2004-05-25
* Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane2004-05-22
* Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane2004-05-12
* Add tests to enlargeStringInfo() to avoid possible buffer-overrun orTom Lane2004-05-11
* Fix oversights in processing of LIMIT expressions during planning.Tom Lane2004-05-11
* Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane2004-05-11
* NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane2004-05-07
* Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane2004-05-05
* Ensure getaddrinfo_all returns null result on failure.Tom Lane2004-04-24
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-18
* Still another place to make the world safe for zero-column tables.Tom Lane2004-04-07
* Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane2004-04-06
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-06
* Repair memory leakage introduced into the non-hashed aggregate case byTom Lane2004-03-13
* Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian2004-03-05
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-02
* make_sort_from_pathkeys()'s method for choosing which of severalTom Lane2004-02-29