| Age | Commit message (Expand) | Author |
| 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-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-17 | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane |
| 2006-01-17 | Data transferred binary is now put into the variables verbatim. | Michael Meskes |
| 2006-01-17 | Improve comments about btree's use of ScanKey data structures: there | Tom Lane |
| 2006-01-16 | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway |
| 2006-01-15 | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway |
| 2006-01-15 | Add regression tests to verify that domain constraints on parameters | Neil Conway |
| 2006-01-15 | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway |
| 2006-01-14 | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane |
| 2006-01-14 | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut |
| 2006-01-14 | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane |
| 2006-01-13 | Remove logic in XactLockTableWait() that attempted to mark a crashed | Tom Lane |
| 2006-01-13 | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane |
| 2006-01-13 | Require the issuer of CREATE TYPE to own the functions mentioned in the | Tom Lane |
| 2006-01-12 | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway |
| 2006-01-12 | Clear up remaining compile warning for plperl on Windows. | Andrew Dunstan |
| 2006-01-12 | mbutils was previously doing some allocations, including invoking | Neil Conway |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-11 | Brace cleanup. | Bruce Momjian |
| 2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
| 2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
| 2006-01-11 | Remove a confusing pair of parentheses. | Neil Conway |
| 2006-01-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2006-01-10 | Minor code clarity improvement: AFAICS, estate.eval_econtext must be | Neil Conway |
| 2006-01-10 | Improve patternsel() by applying the operator itself to each value | Tom Lane |
| 2006-01-10 | remove unneeded defines for uid_t and gid_t, which conflict with perl's typed... | Andrew Dunstan |
| 2006-01-10 | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway |
| 2006-01-09 | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane |
| 2006-01-09 | Change allow_system_table_mods to PGC_POSTMASTER, restoring previous | Peter Eisentraut |
| 2006-01-09 | Minor code cleanup for PL/Python: fixup some strangely formatted comments, | Neil Conway |
| 2006-01-08 | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan |
| 2006-01-08 | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane |
| 2006-01-08 | Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per | Tom Lane |
| 2006-01-08 | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2006-01-07 | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane |
| 2006-01-07 | Add comment explaining why RelationOpenSmgr() call is not needed. | Tom Lane |
| 2006-01-07 | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane |
| 2006-01-06 | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane |
| 2006-01-06 | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | Bruce Momjian |
| 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 |