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