| Commit message (Expand) | Author | Age |
* | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway | 2007-08-02 |
* | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane | 2007-07-31 |
* | Fix security definer functions with polymorphic arguments. This case has | Tom Lane | 2007-07-31 |
* | Fix predicate-proving logic to cope with binary-compatibility cases when | Tom Lane | 2007-07-24 |
* | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 |
* | Fix WAL replay of truncate operations to cope with the possibility that the | Tom Lane | 2007-07-20 |
* | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane | 2007-07-19 |
* | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 |
* | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane | 2007-07-18 |
* | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane | 2007-07-17 |
* | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane | 2007-07-17 |
* | Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. | Tom Lane | 2007-07-12 |
* | Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing | Tom Lane | 2007-07-09 |
* | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 |
* | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane | 2007-07-02 |
* | Avoid memory leakage when a series of subtransactions invoke AFTER triggers | Tom Lane | 2007-07-01 |
* | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane | 2007-06-29 |
* | transformColumnDefinition failed to complain about | Tom Lane | 2007-06-20 |
* | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane | 2007-06-20 |
* | Avoid having autovacuum run multiple ANALYZE commands in a single transaction, | Alvaro Herrera | 2007-06-14 |
* | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 |
* | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane | 2007-06-12 |
* | Allow numeric_fac() to be interrupted, since it can take quite a while for | Tom Lane | 2007-06-09 |
* | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera | 2007-06-07 |
* | Move call of MarkBufferDirty() before XLogInsert() as required. | Teodor Sigaev | 2007-06-05 |
* | Fix bundle bugs of GIN: | Teodor Sigaev | 2007-06-04 |
* | On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem | Magnus Hagander | 2007-06-04 |
* | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander | 2007-06-04 |
* | Fix erroneous error reporting for overlength input in text_date(), | Tom Lane | 2007-06-02 |
* | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane | 2007-06-01 |
* | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane | 2007-06-01 |
* | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane | 2007-05-30 |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 |
* | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane | 2007-05-22 |
* | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane | 2007-05-22 |
* | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane | 2007-05-18 |
* | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 |
* | Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL | Tom Lane | 2007-05-12 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Check return code from strxfrm on Windows since it has a | Magnus Hagander | 2007-05-05 |
* | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane | 2007-05-01 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Set maximum semaphore count to 32767 instead of 1. Fixes | Magnus Hagander | 2007-04-24 |
* | Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier. | Neil Conway | 2007-04-23 |
* | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 |
* | Translation updates | Peter Eisentraut | 2007-04-18 |
* | Rewrite choose_bitmap_and() to make it more robust in the presence of | Tom Lane | 2007-04-17 |
* | Rearrange mdsync() looping logic to avoid the problem that a sufficiently | Tom Lane | 2007-04-12 |
* | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 |