| Commit message (Expand) | Author | Age |
* | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane | 2006-02-13 |
* | Stamp 8.1.3.REL8_1_3 | Tom Lane | 2006-02-12 |
* | Update release notes. | Tom Lane | 2006-02-12 |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Fix broken markup. | Tom Lane | 2006-02-12 |
* | Update README file. | Bruce Momjian | 2006-02-12 |
* | Update wording for 8.1.X, remove <only>: | Bruce Momjian | 2006-02-12 |
* | > Actually, if you submit a patch that says either "SCROLL is the | Bruce Momjian | 2006-02-12 |
* | Stamp releases for 2006-02-14 release | Bruce Momjian | 2006-02-12 |
* | Fix release item ordering. | Bruce Momjian | 2006-02-12 |
* | Update back branch release notes. | Bruce Momjian | 2006-02-12 |
* | Fix release markup. | Bruce Momjian | 2006-02-12 |
* | Stamp 8.1.3, but exclude configure.in/configure change. | Bruce Momjian | 2006-02-12 |
* | Update release notes for 8.1.3. | Bruce Momjian | 2006-02-12 |
* | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane | 2006-02-10 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 |
* | Reject out-of-range dates in date_in(). | Tom Lane | 2006-02-09 |
* | Fix HTML alignment in PQprint. | Bruce Momjian | 2006-02-07 |
* | Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian | 2006-02-06 |
* | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 |
* | Fix typo in configuration docs. | Bruce Momjian | 2006-02-05 |
* | Update PL/pgSQL trigger example to be clearer about how to "merge" data | Bruce Momjian | 2006-02-05 |
* | Fix const cast in get_progname(). | Bruce Momjian | 2006-02-01 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 |
* | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 2006-01-31 |
* | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane | 2006-01-30 |
* | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane | 2006-01-29 |
* | Fix code that checks to see if an index can be considered to match the query's | Tom Lane | 2006-01-29 |
* | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan | 2006-01-28 |
* | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway | 2006-01-28 |
* | Fix display of whole-row Var appearing at the top level of a SELECT list. | Tom Lane | 2006-01-26 |
* | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane | 2006-01-25 |
* | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 |
* | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane | 2006-01-21 |
* | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 |
* | Update EXPLAIN wording for GEQO usage. | Bruce Momjian | 2006-01-20 |
* | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane | 2006-01-20 |
* | Doc patch that adds an example of a correllated UPDATE. | Bruce Momjian | 2006-01-19 |
* | Clarify STABLE function documentation to highlight how such functions | Bruce Momjian | 2006-01-19 |
* | Add some test scaffolding to allow cache-flush stress testing (and I do | Tom Lane | 2006-01-19 |
* | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. | Bruce Momjian | 2006-01-19 |
* | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. | Bruce Momjian | 2006-01-19 |
* | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane | 2006-01-19 |
* | Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, | Bruce Momjian | 2006-01-19 |
* | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane | 2006-01-19 |
* | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane | 2006-01-19 |
* | Clarify use of btree indexes for ILIKE and ~*. | Bruce Momjian | 2006-01-18 |
* | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 |
* | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 |