| Commit message (Expand) | Author | Age |
* | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Sync 8.1 pg_config.h.in with expected autoheader output (looks like | Tom Lane | 2006-10-12 |
* | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian | 2006-10-09 |
* | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 |
* | Move Win32 inline define to win32.h so it is found, rather than c.h. | Bruce Momjian | 2006-08-10 |
* | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | Add "inline" compile fix for MSVC/BCC: | Bruce Momjian | 2006-05-30 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Stamp 8.1.4, except configure/configure.in. | Bruce Momjian | 2006-05-19 |
* | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 |
* | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 |
* | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian | 2006-03-05 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 |
* | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Stamp 8.1.3, but exclude configure.in/configure change. | Bruce Momjian | 2006-02-12 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 |
* | Fix code that checks to see if an index can be considered to match the query's | Tom Lane | 2006-01-29 |
* | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | 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 "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane | 2006-01-12 |
* | 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 |
* | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane | 2005-12-14 |
* | I reconfirmed MS-VC6. Thank you for wonderful correspondence. | Bruce Momjian | 2005-12-09 |
* | Stamp 8.1.1. | Bruce Momjian | 2005-12-08 |
* | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian | 2005-12-08 |
* | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian | 2005-12-06 |
* | Put undef's before extern declarations that need 'em, per Andrew Dunstan. | Tom Lane | 2005-12-06 |
* | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 |
* | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 |
* | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane | 2005-11-23 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 |
* | DropRelFileNodeBuffers failed to fix the state of the lookup hash table | Tom Lane | 2005-11-17 |
* | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane | 2005-11-14 |
* | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane | 2005-11-14 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane | 2005-10-26 |
* | Fix Windows setitimer() emulation to not depend on delivering an APC | Tom Lane | 2005-10-25 |
* | Temporarily disable Qingqing's Windows signal processing patch, so that | Tom Lane | 2005-10-22 |
* | Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing | Tom Lane | 2005-10-21 |
* | Add an implicit cast from varchar to regclass, so that existing code | Tom Lane | 2005-10-21 |