aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* 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
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* 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
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* Stamp release 8.1.7.REL8_1_7Tom 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
* Stamp release 8.1.6.Bruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-28
* Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to __powerpc64__.Tom Lane2006-11-28
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Sync 8.1 pg_config.h.in with expected autoheader output (looks likeTom Lane2006-10-12
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-09
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* Move Win32 inline define to win32.h so it is found, rather than c.h.Bruce Momjian2006-08-10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-10
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Add "inline" compile fix for MSVC/BCC:Bruce Momjian2006-05-30
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Stamp 8.1.4, except configure/configure.in.Bruce Momjian2006-05-19
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-24
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-05
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-21
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Stamp 8.1.3, but exclude configure.in/configure change.Bruce Momjian2006-02-12
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-29
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Stamp release 8.1.2.Bruce Momjian2006-01-05
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian2005-12-09