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