aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-28
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-03
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-28
* Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane2007-11-22
* WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian2007-11-21
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-16
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* update files for beta3Marc G. Fournier2007-11-16
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-13
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-09
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-08
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-08
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Document that configure option only affects contrib:Bruce Momjian2007-11-05
* Add a note about another issue that needs to be considered beforeTom Lane2007-11-05
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-29
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-29
* Stamp 8.3beta2.REL8_3_BETA2Tom Lane2007-10-27
* Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander2007-10-26
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-26
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-24
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-23
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane2007-10-22
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-21
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-19
* ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane2007-10-19
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-15
* make install is supposed to install everything under src/include/,Tom Lane2007-10-14
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13