| Commit message (Expand) | Author | Age |
* | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 |
* | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane | 2008-04-02 |
* | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 |
* | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane | 2008-03-31 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. | Tom Lane | 2008-03-29 |
* | When we have successfully optimized a MIN or MAX aggregate into an indexscan, | Tom Lane | 2008-03-27 |
* | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane | 2008-03-24 |
* | Fix various infelicities that have snuck into usage of errdetail() and | Tom Lane | 2008-03-24 |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane | 2008-03-19 |
* | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.REL8_3_1 | Tom Lane | 2008-03-14 |
* | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera | 2008-03-14 |
* | Translation updates | Peter Eisentraut | 2008-03-14 |
* | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 |
* | Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot | Tom Lane | 2008-03-12 |
* | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane | 2008-03-12 |
* | Revert changes of CompareTSQ: it affects existing btree indexes. | Teodor Sigaev | 2008-03-09 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 |
* | Fix memory arrangement of tsquery after removing stop words. It causes | Teodor Sigaev | 2008-03-07 |
* | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera | 2008-03-05 |
* | In PrepareToInvalidateCacheTuple, don't force initialization of catalog | Tom Lane | 2008-03-05 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Fix another place that was assuming that a local variable declared as | Tom Lane | 2008-03-01 |
* | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane | 2008-03-01 |
* | Disable the undocumented xmlvalidate() function, which was unintentionally | Tom Lane | 2008-03-01 |
* | Reducing the assumed alignment of struct varlena means that the compiler | Tom Lane | 2008-02-29 |
* | Fix several memory leaks when rescanning SRFs. Arrange for an SRF's | Neil Conway | 2008-02-29 |
* | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane | 2008-02-27 |
* | Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte | Tom Lane | 2008-02-26 |
* | Fix datetime input to behave correctly for Feb 29 in years BC. | Tom Lane | 2008-02-25 |
* | Avoid trying to print a NULL char pointer in --describe-config. On some | Tom Lane | 2008-02-23 |
* | Change the declaration of struct varlena so that the length word is | Tom Lane | 2008-02-23 |
* | Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new | Tom Lane | 2008-02-20 |
* | Change error message to be able to differentiate the two cases. Per suggestion | Alvaro Herrera | 2008-02-20 |
* | Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk | Tom Lane | 2008-02-18 |
* | Observe errors in makefile | Peter Eisentraut | 2008-02-18 |
* | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before | Tom Lane | 2008-02-12 |
* | Repair VACUUM FULL bug introduced by HOT patch: the original way of | Tom Lane | 2008-02-11 |
* | Fix PageGetExactFreeSpace() so that it actually behaves sensibly | Tom Lane | 2008-02-10 |
* | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane | 2008-02-08 |
* | Avoid misbehavior in foreign key checks when casting to a datatype for which | Tom Lane | 2008-02-07 |
* | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane | 2008-02-07 |
* | Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and | Tom Lane | 2008-02-07 |
* | Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() | Tom Lane | 2008-02-07 |
* | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 |
* | Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after | Tom Lane | 2008-02-02 |
* | Translation updates | Peter Eisentraut | 2008-01-31 |