| Commit message (Expand) | Author | Age |
... | |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 |
* | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan | 2008-04-15 |
* | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 |
* | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 |
* | Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to... | Michael Meskes | 2008-04-10 |
* | Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all | Tom Lane | 2008-04-08 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 |
* | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 |
* | Remove -C from rsync call, because it omits directories named "core". | Peter Eisentraut | 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 |
* | Include \password in the psql help. | Magnus Hagander | 2008-03-26 |
* | Fix core dump in contrib/xml2's xpath_table() when the input query returns | Tom Lane | 2008-03-26 |
* | added ECPGget_PGconn to exports.txt | Michael Meskes | 2008-03-25 |
* | 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 |
* | Corrected version number. | Michael Meskes | 2008-03-21 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
* | Changed statement escaping to not escape continuation line markers. | Michael Meskes | 2008-03-20 |
* | 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 |
* | cvsweb lives on anoncvs.postgresql.org these days. | Magnus Hagander | 2008-03-18 |
* | Wiki page about cvs now lives in the main wiki, the one | Magnus Hagander | 2008-03-18 |
* | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.REL8_3_1 | Tom Lane | 2008-03-14 |
* | Fix duplicate word, per Guillaume Lelarge. | Alvaro Herrera | 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 |
* | update configure for 8.3.1 prior to tag | Marc G. Fournier | 2008-03-14 |
* | Stamp version 8.3.1, except for configure.in/configure. | Tom Lane | 2008-03-13 |
* | Update release notes for 8.3.1 and 8.2.7 releases. | Tom Lane | 2008-03-13 |
* | Update to tzdata 2008a distribution (Chilean DST law change). | Tom Lane | 2008-03-13 |
* | 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 |
* | Add to documentation: | Bruce Momjian | 2008-03-11 |
* | Back out doc addition that statement_timeout affects autovacuum. | Bruce Momjian | 2008-03-11 |
* | Document that statement_timeout is not recommended in postgresql.conf | Bruce Momjian | 2008-03-11 |
* | Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. | Tom Lane | 2008-03-10 |
* | 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 |