| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 | 1 | -1/+2 |
| * | Upgrade to Autoconf 2.61: | Peter Eisentraut | 2008-02-17 | 1 | -9/+11 |
| * | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 5 | -29/+17 |
| * | Sync our regex code with upstream changes since last time we did this, which | Tom Lane | 2008-02-14 | 2 | -16/+8 |
| * | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 | 1 | -4/+4 |
| * | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 | 1 | -2/+2 |
| * | Stamp 8.3 in CVS. _No_ update of configure/configure.in. | Bruce Momjian | 2008-02-01 | 1 | -3/+3 |
| * | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane | 2008-01-30 | 1 | -1/+3 |
| * | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane | 2008-01-26 | 1 | -2/+2 |
| * | Change /contrib to contrib for consistency. | Peter Eisentraut | 2008-01-24 | 1 | -1/+1 |
| * | Prevent integer overflow within the integer-datetimes version of | Tom Lane | 2008-01-23 | 1 | -2/+2 |
| * | Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid | Tom Lane | 2008-01-21 | 1 | -2/+2 |
| * | Stamp release for 8.3RC2; configure will be stamped by packager. | Bruce Momjian | 2008-01-18 | 1 | -3/+3 |
| * | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane | 2008-01-17 | 1 | -1/+2 |
| * | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane | 2008-01-15 | 1 | -1/+3 |
| * | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane | 2008-01-14 | 2 | -2/+7 |
| * | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 | 1 | -2/+3 |
| * | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane | 2008-01-11 | 1 | -1/+3 |
| * | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane | 2008-01-09 | 1 | -2/+2 |
| * | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane | 2008-01-09 | 1 | -12/+21 |
| * | Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone | Magnus Hagander | 2008-01-09 | 1 | -2/+2 |
| * | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane | 2008-01-08 | 1 | -1/+3 |
| * | Stamp release 8.3RC1.REL8_3_RC1 | Tom Lane | 2008-01-03 | 1 | -3/+3 |
| * | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -3/+4 |
| * | Fix assorted security-grade bugs in the regex engine. All of these problems | Tom Lane | 2008-01-03 | 3 | -4/+18 |
| * | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane | 2008-01-02 | 1 | -2/+2 |
| * | Correct two more copyrights found by updated script. | Bruce Momjian | 2008-01-02 | 1 | -2/+2 |
| * | Fix some missed copyright updates. | Tom Lane | 2008-01-01 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 330 | -659/+659 |
| * | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane | 2007-12-28 | 1 | -1/+3 |
| * | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander | 2007-12-11 | 1 | -1/+12 |
| * | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane | 2007-12-08 | 2 | -6/+8 |
| * | Stamp 8.3beta4.REL8_3_BETA4 | Tom Lane | 2007-12-03 | 1 | -3/+3 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 5 | -9/+11 |
| * | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 4 | -10/+11 |
| * | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 | 3 | -8/+8 |
| * | Install a lookaside cache to speed up repeated lookups of the same operator | Tom Lane | 2007-11-28 | 1 | -1/+2 |
| * | Add quote_literal(anyelement) to preserve (and, in fact, extend) a | Tom Lane | 2007-11-27 | 2 | -3/+5 |
| * | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 3 | -10/+10 |
| * | Borland BCC does not support SSPI, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 | 1 | -2/+3 |
| * | Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 | 1 | -2/+2 |
| * | Actually ... it's pretty silly that parse_oper.c doesn't set up the | Tom Lane | 2007-11-22 | 1 | -2/+2 |
| * | WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it | Bruce Momjian | 2007-11-21 | 1 | -1/+3 |
| * | GIN index build's allocatedMemory counter needs to be long, not uint32. | Tom Lane | 2007-11-16 | 1 | -2/+2 |
| * | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 | 1 | -1/+8 |
| * | update files for beta3 | Marc G. Fournier | 2007-11-16 | 1 | -3/+3 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 39 | -187/+187 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 117 | -1112/+1116 |
| * | Prevent re-use of a deleted relation's relfilenode until after the next | Tom Lane | 2007-11-15 | 1 | -1/+5 |
| * | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane | 2007-11-13 | 1 | -1/+3 |