summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2008-01-03Stamp release 8.1.11.REL8_1_11Tom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-08Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-06-01Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-22Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-19Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-02Stamp release 8.1.7.REL8_1_7Tom Lane
2007-02-02Repair failure to check that a table is still compatible with a previouslyTom Lane
2007-01-27Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane
2007-01-05Stamp release 8.1.6.Bruce Momjian
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-11-28Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane
2006-11-28Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to __powerpc64__.Tom Lane
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-11-05Fix recently-identified PITR recovery hazard: the base backup could containTom Lane
2006-10-12Sync 8.1 pg_config.h.in with expected autoheader output (looks likeTom Lane
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-08-10Move Win32 inline define to win32.h so it is found, rather than c.h.Bruce Momjian
2006-08-10Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian
2006-06-25Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane
2006-05-30Add "inline" compile fix for MSVC/BCC:Bruce Momjian
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Stamp 8.1.4, except configure/configure.in.Bruce Momjian
2006-04-26Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane
2006-04-24Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-02-21Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2006-02-12Stamp 8.1.3, but exclude configure.in/configure change.Bruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-29Fix code that checks to see if an index can be considered to match the query'sTom Lane
2006-01-19It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane