| 2006-01-09 | 
Peter Eisentraut | Change allow_system_table_mods to PGC_POSTMASTER, resto...  | 
commit | commitdiff | tree | 
| 2006-01-09 | 
Neil Conway | Minor code cleanup for PL/Python: fixup some strangely...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Andrew Dunstan | Rationalise perl header inclusions via a common include...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Fix the assert_enabled issue properly.  This eliminates...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Recent patch broke guc.c for non-USE_ASSERT_CHECKING...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Avoid leaking memory while reading toasted entries...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Neil Conway | Add a new system view, pg_prepared_statements, that...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | Add RelationOpenSmgr() calls to ensure rd_smgr is valid...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | Add comment explaining why RelationOpenSmgr() call...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | During CatCacheRemoveCList, we must now remove any...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix failure to apply domain constraints to a NULL const...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Bruce Momjian | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Release-note updates and copy editing. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix Windows-only postmaster code to reject a connection...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix broken markup. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Convert Assert checking for empty page into a regular...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix ReadBuffer() to correctly handle the case where...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add logging control TODO.detail. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update wording: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update wording: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update x86 Solaris documenation ideas. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add compile flags sample. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | New pgcrypto item wording. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update item: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Wording improvements. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Improve markup. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Peter Eisentraut | Make all command-line options of postmaster and postgre...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update version number. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Remove BEOS port. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Remove QNX file. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Remove QNX port. | 
commit | commitdiff | tree | 
| 2006-01-04 | 
Tom Lane | Rearrange backend startup sequence so that ShmemIndexLo...  | 
commit | commitdiff | tree | 
| 2006-01-04 | 
Tom Lane | Fix another case in which autovacuum would fail while...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Tom Lane | There is a signedness bug in Openwall gen_salt code...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Joe Conway | When the remote query result has a different number...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Tom Lane | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Tom Lane | Add checks to verify that a plpgsql function returning...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Bruce Momjian | Assume select() might modify struct timeout, so remove...  | 
commit | commitdiff | tree | 
| 2006-01-03 | 
Bruce Momjian | Use setitimer() for stats file write, rather than do...  | 
commit | commitdiff | tree | 
| 2006-01-02 | 
Tom Lane | Don't assume that LC_MESSAGES is always available on...  | 
commit | commitdiff | tree | 
| 2006-01-02 | 
Tom Lane | Reset flex state in a way that works for both flex...  | 
commit | commitdiff | tree | 
| 2006-01-02 | 
Andrew Dunstan | Remove the nexus between trial_buffs and trial_conns...  | 
commit | commitdiff | tree | 
| 2006-01-02 | 
Bruce Momjian | Remove unnecessary assignment, per Tom. | 
commit | commitdiff | tree | 
| 2006-01-02 | 
Bruce Momjian | Change if (!(x || y)) construct with if (!x && !y)...  | 
commit | commitdiff | tree | 
| 2006-01-01 | 
Tom Lane | Rewrite ProcessConfigFile() to avoid misbehavior at...  | 
commit | commitdiff | tree | 
| 2006-01-01 | 
Neil Conway | Remove DOS line endings ("\r\n") from several .po files...  | 
commit | commitdiff | tree | 
| 2006-01-01 | 
Neil Conway | Trim an obsolete comment: it is no longer relevant...  | 
commit | commitdiff | tree | 
| 2005-12-31 | 
Tom Lane | Clean up initdb's code for selecting max_connections...  | 
commit | commitdiff | tree | 
| 2005-12-31 | 
Bruce Momjian | Rename variable to cmd_str. | 
commit | commitdiff | tree | 
| 2005-12-31 | 
Bruce Momjian | Rename variable 'what' to 'stat_msg'. | 
commit | commitdiff | tree | 
| 2005-12-31 | 
Bruce Momjian | Prefix client-side prepare with '[protocol]' rather...  | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Bruce Momjian | Rename send_rfq to send_ready_for_query. | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Bruce Momjian | Mmark client-side prepare/bind/execute statements with...  | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Bruce Momjian | Add support for Solaris x86_64 using Sun's compiler. | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Tom Lane | Repair EXPLAIN failure when trying to display a plan...  | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2005-12-30 | 
Peter Eisentraut | Disallow setting ssl = on if SSL is not compiled in. | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Neil Conway | Index: src/pl/plpython/plpython.c | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Tom Lane | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...  | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Andrew Dunstan | Move declaration of check_function_bodies to where...  | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Neil Conway | Revert some careless search-and-replace: "ADD" in comme...  | 
commit | commitdiff | tree | 
| 2005-12-29 | 
Bruce Momjian | Remove a space that incorrectly precedes a comma in...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Tom Lane | Arrange to set the LC_XXX environment variables to...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Update regression tests for new referential integrity...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Tom Lane | Fix plperl validator to honor check_function_bodies...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Tom Lane | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Mention "table" in "violates foreign key constraint...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Tom Lane | Remove silly use of DLLIMPORT. | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Add COPY CSV test that tests CSV output of \. | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Update COPY CSV \. wording for externally created files. | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Add regression tests for CSV and \., and add automatic...  | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2005-12-28 | 
Tom Lane | Implement SQL-compliant treatment of row comparisons...  | 
commit | commitdiff | tree | 
| 2005-12-27 | 
Andrew Dunstan | Increase amount of shared buffers initdb tries to alloc...  | 
commit | commitdiff | tree | 
| 2005-12-27 | 
Bruce Momjian | Our code had: | 
commit | commitdiff | tree | 
| 2005-12-27 | 
Bruce Momjian | Protect ADD and HEADER symbols from conflicting with...  | 
commit | commitdiff | tree | 
| 2005-12-26 | 
Bruce Momjian | More uses of IS_HIGHBIT_SET() macro. | 
commit | commitdiff | tree | 
| 2005-12-26 | 
Peter Eisentraut | Rename pg_make_encrypted_password to PQencryptPassword. | 
commit | commitdiff | tree | 
| 2005-12-26 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2005-12-26 | 
Neil Conway | Various cosmetic code cleanup for PL/Python: | 
commit | commitdiff | tree | 
| 2005-12-25 | 
Bruce Momjian | I  have added these macros to c.h: | 
commit | commitdiff | tree | 
| 2005-12-25 | 
Neil Conway | Minor doc tweak: "NOT NULL" is redundant with "SERIAL...  | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Spell fix.  Andrew. | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Update why unified diff is _sometimes_ better. | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Previous commit message should have been: | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Add | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Alignment cleanup. | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Formatting cleanups. | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Bruce Momjian | Formatting cleanup. | 
commit | commitdiff | tree | 
| 2005-12-24 | 
Tatsuo Ishii | Fix long standing Asian multibyte charsets bug. | 
commit | commitdiff | tree | 
| 2005-12-23 | 
Tom Lane | Wups, fat-fingered the calculation the first time....  | 
commit | commitdiff | tree | 
| 2005-12-23 | 
Tom Lane | Update info about shared memory space calculation to...  | 
commit | commitdiff | tree | 
| 2005-12-23 | 
Tom Lane | Fix make_relative_path() to support cases where target_...  | 
commit | commitdiff | tree | 
| next |