2006-01-03 |
Tom Lane | Add checks to verify that a plpgsql function returning... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Bruce Momjian | Assume select() might modify struct timeout, so remove... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Bruce Momjian | Use setitimer() for stats file write, rather than do... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Tom Lane | Don't assume that LC_MESSAGES is always available on... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Tom Lane | Reset flex state in a way that works for both flex... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Andrew Dunstan | Remove the nexus between trial_buffs and trial_conns... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Bruce Momjian | Remove unnecessary assignment, per Tom. |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Bruce Momjian | Change if (!(x || y)) construct with if (!x && !y)... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Tom Lane | Rewrite ProcessConfigFile() to avoid misbehavior at... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Neil Conway | Remove DOS line endings ("\r\n") from several .po files... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Neil Conway | Trim an obsolete comment: it is no longer relevant... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Tom Lane | Clean up initdb's code for selecting max_connections... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Bruce Momjian | Rename variable to cmd_str. |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Bruce Momjian | Rename variable 'what' to 'stat_msg'. |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Bruce Momjian | Prefix client-side prepare with '[protocol]' rather... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Bruce Momjian | Rename send_rfq to send_ready_for_query. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Bruce Momjian | Mmark client-side prepare/bind/execute statements with... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Bruce Momjian | Add support for Solaris x86_64 using Sun's compiler. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tom Lane | Repair EXPLAIN failure when trying to display a plan... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Peter Eisentraut | Disallow setting ssl = on if SSL is not compiled in. |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Neil Conway | Index: src/pl/plpython/plpython.c |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Tom Lane | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Andrew Dunstan | Move declaration of check_function_bodies to where... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Neil Conway | Revert some careless search-and-replace: "ADD" in comme... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Bruce Momjian | Remove a space that incorrectly precedes a comma in... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Tom Lane | Arrange to set the LC_XXX environment variables to... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Update regression tests for new referential integrity... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Tom Lane | Fix plperl validator to honor check_function_bodies... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Tom Lane | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Mention "table" in "violates foreign key constraint... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Tom Lane | Remove silly use of DLLIMPORT. |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Add COPY CSV test that tests CSV output of \. |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Update COPY CSV \. wording for externally created files. |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Add regression tests for CSV and \., and add automatic... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Tom Lane | Implement SQL-compliant treatment of row comparisons... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Andrew Dunstan | Increase amount of shared buffers initdb tries to alloc... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Bruce Momjian | Our code had: |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Bruce Momjian | Protect ADD and HEADER symbols from conflicting with... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Bruce Momjian | More uses of IS_HIGHBIT_SET() macro. |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Peter Eisentraut | Rename pg_make_encrypted_password to PQencryptPassword. |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Neil Conway | Various cosmetic code cleanup for PL/Python: |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Bruce Momjian | I have added these macros to c.h: |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Neil Conway | Minor doc tweak: "NOT NULL" is redundant with "SERIAL... |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Spell fix. Andrew. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Update why unified diff is _sometimes_ better. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Previous commit message should have been: |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Add |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Alignment cleanup. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Formatting cleanups. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Bruce Momjian | Formatting cleanup. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Tatsuo Ishii | Fix long standing Asian multibyte charsets bug. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Wups, fat-fingered the calculation the first time.... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Update info about shared memory space calculation to... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Fix make_relative_path() to support cases where target_... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Peter Eisentraut | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restorin... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tatsuo Ishii | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Add an officially exported libpq function to encrypt... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Bruce Momjian | Add quotes around search_path "$user" so that SHOW... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Bruce Momjian | Update item: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Tom Lane | Adjust string comparison so that only bitwise-equal... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Bruce Momjian | Update interval documenation to mention the storage... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Bruce Momjian | Add documentation example of using interval multiplicat... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Bruce Momjian | Add additional example for interval multiplication. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Teodor Sigaev | Multibyte encodings support for ISpell dictionary |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Tom Lane | Teach planner how to rearrange join order for some... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Peter Eisentraut | Add new psql command \password for changing role passwo... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update s_lock.c comments. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update ASM comments. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add mention of possible patent problems with star joins... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add more function to TODO: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update FAQ, second version. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Add URL for Solaris qsort() bug. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Bruce Momjian | Update doc mention that Solaris qsort() might be fixed. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Alvaro Herrera | Add a note to Win32 gettimeofday() emulation, per Qingq... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Bruce Momjian | Force update. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Neil Conway | Fix some typos in the TODO list. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Tom Lane | Rethink prior patch to filter out dead backend entries... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Defend against crash while processing Describe Statemen... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Fix problem with whole-row Vars referencing sub-select... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Use a proper enum for tri-valued variables. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Document tri-valued variables in createdb, +1, -1, 0. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bruce Momjian | Update wording, query -> statement: |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Teodor Sigaev | Improve support of multibyte encoding: |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Tom Lane | Divide the lock manager's shared state into 'partitions... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neil Conway | Implement IS NOT DISTINCT FROM, update the regression... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Tom Lane | Teach deparsing of CASE expressions to cope with the... |
commit | commitdiff | tree | snapshot |
next |