summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian2007-11-241-2/+3
* Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian2007-11-241-2/+2
* Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane2007-11-221-2/+2
* WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian2007-11-211-1/+3
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-161-2/+2
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-161-1/+8
* update files for beta3Marc G. Fournier2007-11-161-3/+3
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-1539-187/+187
* pgindent run for 8.3.Bruce Momjian2007-11-15117-1112/+1116
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-151-1/+5
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-131-1/+3
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-9/+10
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-092-43/+24
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-1/+2
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-083-5/+12
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-081-1/+2
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-071-2/+2
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-072-4/+4
* Document that configure option only affects contrib:Bruce Momjian2007-11-051-1/+2
* Add a note about another issue that needs to be considered beforeTom Lane2007-11-051-2/+3
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-291-2/+1
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-293-2/+14
* Stamp 8.3beta2.REL8_3_BETA2Tom Lane2007-10-271-3/+3
* Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander2007-10-261-1/+2
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-261-2/+5
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-241-2/+2
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-241-3/+11
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-241-1/+3
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-244-18/+7
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-231-0/+6
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-231-2/+2
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-231-1/+3
* Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane2007-10-221-2/+2
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-211-3/+5
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-193-9/+6
* ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane2007-10-192-4/+4
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-151-3/+4
* make install is supposed to install everything under src/include/,Tom Lane2007-10-141-3/+5
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-134-13/+51
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-132-21/+45
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-131-1/+2
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-113-4/+9
* Adjust regcustom.h so that all those assert() calls in the regex packageTom Lane2007-10-061-2/+3
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-041-1/+2
* Stamp 8.3beta1, except in configure.in/configure.Tom Lane2007-10-041-3/+3
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-021-0/+3
* Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane2007-10-011-11/+6
* Enable __FUNCTION__ on MSVC builds.Magnus Hagander2007-10-011-4/+4
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-302-15/+25
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-1/+4