| Commit message (Expand) | Author | Age |
* | Stamp 8.1.3, but exclude configure.in/configure change. | 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 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 |
* | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane | 2006-01-20 |
* | 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 |
* | 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 |
* | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane | 2006-01-17 |
* | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway | 2006-01-15 |
* | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut | 2006-01-14 |
* | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway | 2006-01-12 |
* | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane | 2006-01-12 |
* | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 |
* | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway | 2006-01-10 |
* | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane | 2006-01-09 |
* | Stop perl from hijacking stdio and other stuff on Windows. | Andrew Dunstan | 2006-01-08 |
* | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane | 2006-01-07 |
* | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane | 2006-01-07 |
* | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane | 2006-01-06 |
* | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane | 2006-01-06 |
* | Convert Assert checking for empty page into a regular test and elog. | Tom Lane | 2006-01-06 |
* | Fix ReadBuffer() to correctly handle the case where it's trying to extend | Tom Lane | 2006-01-06 |
* | Translation update | Peter Eisentraut | 2006-01-05 |
* | Stamp release 8.1.2. | Bruce Momjian | 2006-01-05 |
* | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane | 2006-01-05 |
* | Fix another case in which autovacuum would fail while analyzing | Tom Lane | 2006-01-04 |
* | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane | 2006-01-03 |