aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Back-patch mingw configure-check for gettimeofday so that 8.2 canMagnus Hagander2007-11-29
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-16
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-13
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-04
* Fix missed version-stamping.Tom Lane2007-09-14
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-08
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane2007-06-01
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-22
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Fix missed PACKAGE_STRING.Tom Lane2007-04-19
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Adjust the definition of is_pushed_down so that it's always true for INNERTom Lane2007-02-16
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-15
* Fix PG_VERSION_NUM too.Tom Lane2007-02-07
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane2007-02-04
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-02
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-27
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Stamp release 8.2.1. Update FAQs.Bruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-28
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-26
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-12
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-02
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-28
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-28
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-25
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-24
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-23
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-21
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-08