| Commit message (Expand) | Author | Age |
* | Repair EXPLAIN failure when trying to display a plan condition that involves | Tom Lane | 2005-12-30 |
* | Disallow setting ssl = on if SSL is not compiled in. | Peter Eisentraut | 2005-12-30 |
* | Index: src/pl/plpython/plpython.c | Neil Conway | 2005-12-29 |
* | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane | 2005-12-29 |
* | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan | 2005-12-29 |
* | Revert some careless search-and-replace: "ADD" in comment text should | Neil Conway | 2005-12-29 |
* | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane | 2005-12-28 |
* | Update regression tests for new referential integrity error message | Bruce Momjian | 2005-12-28 |
* | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane | 2005-12-28 |
* | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane | 2005-12-28 |
* | Mention "table" in "violates foreign key constraint" message that was | Bruce Momjian | 2005-12-28 |
* | Remove silly use of DLLIMPORT. | Tom Lane | 2005-12-28 |
* | Add COPY CSV test that tests CSV output of \. | Bruce Momjian | 2005-12-28 |
* | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian | 2005-12-28 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Increase amount of shared buffers initdb tries to allocate to 4000, | Andrew Dunstan | 2005-12-27 |
* | Our code had: | Bruce Momjian | 2005-12-27 |
* | Protect ADD and HEADER symbols from conflicting with MIPS includes. | Bruce Momjian | 2005-12-27 |
* | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian | 2005-12-26 |
* | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 |
* | Various cosmetic code cleanup for PL/Python: | Neil Conway | 2005-12-26 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 |
* | Previous commit message should have been: | Bruce Momjian | 2005-12-24 |
* | Add | Bruce Momjian | 2005-12-24 |
* | Alignment cleanup. | Bruce Momjian | 2005-12-24 |
* | Formatting cleanups. | Bruce Momjian | 2005-12-24 |
* | Formatting cleanup. | Bruce Momjian | 2005-12-24 |
* | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii | 2005-12-24 |
* | Wups, fat-fingered the calculation the first time. Update comment in | Tom Lane | 2005-12-23 |
* | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane | 2005-12-23 |
* | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state | Peter Eisentraut | 2005-12-23 |
* | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. | Tatsuo Ishii | 2005-12-23 |
* | Add an officially exported libpq function to encrypt passwords, and | Tom Lane | 2005-12-23 |
* | Add quotes around search_path "$user" so that SHOW output can be used in | Bruce Momjian | 2005-12-23 |
* | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 |
* | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 |
* | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 |
* | Fix typo. | Bruce Momjian | 2005-12-17 |
* | Update s_lock.c comments. | Bruce Momjian | 2005-12-17 |
* | Update ASM comments. | Bruce Momjian | 2005-12-17 |
* | Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. | Alvaro Herrera | 2005-12-16 |
* | Rethink prior patch to filter out dead backend entries from the pgstats | Tom Lane | 2005-12-16 |
* | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane | 2005-12-14 |
* | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 |
* | Use a proper enum for tri-valued variables. | Bruce Momjian | 2005-12-12 |
* | Document tri-valued variables in createdb, +1, -1, 0. | Bruce Momjian | 2005-12-12 |
* | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 |
* | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway | 2005-12-11 |
* | Teach deparsing of CASE expressions to cope with the simplified forms | Tom Lane | 2005-12-10 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |