2007-03-22 |
Teodor Sigaev | Fix parser bug on Windows with UTF8 encoding and C... |
commit | commitdiff | tree |
2007-03-19 |
Tom Lane | Fix 8.2 breakage of domains over array types, and add... |
commit | commitdiff | tree |
2007-03-17 |
Tom Lane | SPI_cursor_open failed to enforce that only read-only... |
commit | commitdiff | tree |
2007-03-16 |
Alvaro Herrera | Fix uninitialized value in pgstatindex leading to inval... |
commit | commitdiff | tree |
2007-03-14 |
Tom Lane | Fix a longstanding bug in VACUUM FULL's handling of... |
commit | commitdiff | tree |
2007-03-14 |
Tom Lane | Arrange to install a "posixrules" entry in our timezone... |
commit | commitdiff | tree |
2007-03-11 |
Alvaro Herrera | Fix a race condition that caused pg_database_size(... |
commit | commitdiff | tree |
2007-03-08 |
Magnus Hagander | Remove unsafe calling of WSAStartup and WSACleanup... |
commit | commitdiff | tree |
2007-03-08 |
Tom Lane | Fix vac_update_relstats to ensure it always sends a... |
commit | commitdiff | tree |
2007-03-07 |
Teodor Sigaev | Athough cube is a varlena type, nowhere was a detoastin... |
commit | commitdiff | tree |
2007-03-06 |
Tom Lane | Fix oversight in original coding of inline_function... |
commit | commitdiff | tree |
2007-03-01 |
Tom Lane | Fix miscalculation of stats collector's write delay... |
commit | commitdiff | tree |
2007-03-01 |
Tom Lane | Fix markQueryForLocking() to work correctly in the... |
commit | commitdiff | tree |
2007-02-27 |
Michael Meskes | Backported bug fix for #2956. |
commit | commitdiff | tree |
2007-02-21 |
Bruce Momjian | Update Chinese FAQs to have two versions, a traditional... |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Update "encode" documentation to mention that 'escape... |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Update information_schema documentation to match system... |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | More clearly document that most PostgreSQL utilities... |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Spell check on array patch. |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Update array slice documentation to be clearer. |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Comment-out documentation for IS OF because it doesn... |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Document IS [NOT] OF, which was added in 7.3. |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Update PQfree() documentation to be clearer, backpatch... |
commit | commitdiff | tree |
2007-02-19 |
Magnus Hagander | Fix pg_dump on win32 to properly dump files larger... |
commit | commitdiff | tree |
2007-02-18 |
Tom Lane | Fix portal management code to support non-default comma... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Adjust the definition of is_pushed_down so that it... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Fix another problem in 8.2 changes that allowed "one... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Restructure code that is responsible for ensuring that... |
commit | commitdiff | tree |
2007-02-15 |
Tom Lane | Repair oversight in 8.2 change that improved the handli... |
commit | commitdiff | tree |
2007-02-13 |
Tom Lane | Disallow committing a prepared transaction unless we... |
commit | commitdiff | tree |
2007-02-13 |
Tom Lane | Repair bug in 8.2's new logic for planning outer joins... |
commit | commitdiff | tree |
2007-02-12 |
Teodor Sigaev | Fix backend crash in parsing incorrect tsquery. |
commit | commitdiff | tree |
2007-02-11 |
Magnus Hagander | Fix for early log messages during postmaster startup... |
commit | commitdiff | tree |
2007-02-08 |
Bruce Momjian | Fix bug when localized to_char() day or month names... |
commit | commitdiff | tree |
2007-02-08 |
Tom Lane | Fix an ancient logic error in plpgsql's exec_stmt_block... |
commit | commitdiff | tree |
2007-02-08 |
Tom Lane | Rearrange use of plpgsql_add_initdatums() so that only... |
commit | commitdiff | tree |
2007-02-08 |
Bruce Momjian | This patch fixes shared_preload_libraries on Windows... |
commit | commitdiff | tree |
2007-02-08 |
Bruce Momjian | Update URL for "Generalized Partial Indexes" paper... |
commit | commitdiff | tree |
2007-02-08 |
Bruce Momjian | Document that wal_sync_method open_* methods use O_DIRE... |
commit | commitdiff | tree |
2007-02-07 |
Bruce Momjian | Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. REL8_2_3 |
commit | commitdiff | tree |
2007-02-07 |
Tom Lane | Fix PG_VERSION_NUM too. |
commit | commitdiff | tree |
2007-02-07 |
Bruce Momjian | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes... |
commit | commitdiff | tree |
2007-02-07 |
Bruce Momjian | Update FAQ for 8.2.3. |
commit | commitdiff | tree |
2007-02-06 |
Tom Lane | Fix an error in the original coding of holdable cursors... |
commit | commitdiff | tree |
2007-02-06 |
Bruce Momjian | Backpatch FAQs to 8.2.X branch. |
commit | commitdiff | tree |
2007-02-06 |
Tom Lane | Remove typmod checking from the recent security-related... |
commit | commitdiff | tree |
2007-02-06 |
Michael Meskes | Backported regression test changes from HEAD so the... |
commit | commitdiff | tree |
2007-02-06 |
Michael Meskes | Backported va_list handling cleanup |
commit | commitdiff | tree |
2007-02-06 |
Tom Lane | Fix a performance regression in 8.2: optimization of... |
commit | commitdiff | tree |
2007-02-06 |
Tom Lane | Not only did we agree that this 'hint' doesn't belong... |
commit | commitdiff | tree |
2007-02-05 |
Bruce Momjian | Trim down environment variable instructions for Win32... |
commit | commitdiff | tree |
2007-02-05 |
Andrew Dunstan | Pass modern COPY syntax to backend, since copy (query... |
commit | commitdiff | tree |
2007-02-04 |
Tom Lane | Don't MAXALIGN in the checks to decide whether a tuple... |
commit | commitdiff | tree |
2007-02-04 |
Bruce Momjian | Update wording. |
commit | commitdiff | tree |
2007-02-04 |
Bruce Momjian | Add documentation for Windows on how to set an environm... |
commit | commitdiff | tree |
2007-02-03 |
Bruce Momjian | Document that a client-only install using: |
commit | commitdiff | tree |
2007-02-03 |
Bruce Momjian | Fix configure detection code when --with-ldap and ... |
commit | commitdiff | tree |
2007-02-02 |
Neil Conway | Reword suggestion that libpq.dll be installed in WINNT... |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Stamp release 8.2.2. REL8_2_2 |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Update release notes for security-related releases... |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Repair failure to check that a table is still compatibl... |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Repair insufficiently careful type checking for SQL... |
commit | commitdiff | tree |
2007-02-01 |
Bruce Momjian | Mention file system replication as a high availability... |
commit | commitdiff | tree |
2007-02-01 |
Tom Lane | Fix plpgsql so that when a local variable has no initia... |
commit | commitdiff | tree |
2007-02-01 |
Neil Conway | Backpatch last night's fix for broken markup to the... |
commit | commitdiff | tree |
2007-02-01 |
Bruce Momjian | Add 8.2.0 "Incomatibilities" documentation that pg_dump... |
commit | commitdiff | tree |
2007-02-01 |
Bruce Momjian | Backpatch FAQs to stable branch. |
commit | commitdiff | tree |
2007-01-31 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2007-01-31 |
Bruce Momjian | Document need for periodic REINDEX in VACUUM FULL cases. |
commit | commitdiff | tree |
2007-01-30 |
Bruce Momjian | Update documentation for backslashes to mention escape... |
commit | commitdiff | tree |
2007-01-30 |
Tom Lane | Repair oversights in the mechanism used to store compil... |
commit | commitdiff | tree |
2007-01-30 |
Tom Lane | Add SPI_push/SPI_pop calls so that datatype input and... |
commit | commitdiff | tree |
2007-01-30 |
Bruce Momjian | Clarify paramater handling for pg_get_serial_sequence(). |
commit | commitdiff | tree |
2007-01-28 |
Tom Lane | Repair oversight in creation of "append relations"... |
commit | commitdiff | tree |
2007-01-28 |
Tom Lane | Fix up plpgsql's "simple expression" evaluation mechani... |
commit | commitdiff | tree |
2007-01-28 |
Tom Lane | Dept of second thoughts: the IQ of estimate_array_lengt... |
commit | commitdiff | tree |
2007-01-28 |
Tom Lane | Fix scalararraysel() to cope with binary-compatible... |
commit | commitdiff | tree |
2007-01-27 |
Tom Lane | Correct an old logic error in btree page splitting... |
commit | commitdiff | tree |
2007-01-27 |
Tom Lane | Back-port changes of Jan 16 and 17 to "revoke" pending... |
commit | commitdiff | tree |
2007-01-26 |
Tom Lane | On Windows, use pgwin32_waitforsinglesocket() instead... |
commit | commitdiff | tree |
2007-01-25 |
Bruce Momjian | Properly detoast access to bytea field pg_trigger.tgarg... |
commit | commitdiff | tree |
2007-01-24 |
Tom Lane | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc... |
commit | commitdiff | tree |
2007-01-24 |
Tom Lane | Relax an Assert() that has been found to be too strict... |
commit | commitdiff | tree |
2007-01-20 |
Bruce Momjian | Add documentation of memory and time units to postgresq... |
commit | commitdiff | tree |
2007-01-20 |
Bruce Momjian | Update documentation about postgresqlconf to mention... |
commit | commitdiff | tree |
2007-01-20 |
Bruce Momjian | Document that to remove template1, datistemplate must... |
commit | commitdiff | tree |
2007-01-16 |
Tom Lane | Fix incorrect permissions check in information_schema... |
commit | commitdiff | tree |
2007-01-15 |
Neil Conway | Correct a minor inaccuracy in the pg_dumpall reference... |
commit | commitdiff | tree |
2007-01-15 |
Teodor Sigaev | Fix localization support for multibyte encoding and... |
commit | commitdiff | tree |
2007-01-12 |
Tom Lane | Fix handling of CC (century) format spec in to_date... |
commit | commitdiff | tree |
2007-01-11 |
Tom Lane | Fix a performance problem in databases with large numbe... |
commit | commitdiff | tree |
2007-01-11 |
Bruce Momjian | Allow Borland CC to compile libpq and psql. |
commit | commitdiff | tree |
2007-01-10 |
Tatsuo Ishii | Backport patch. |
commit | commitdiff | tree |
2007-01-08 |
Tom Lane | Tweak joinlist creation to avoid generating useless... |
commit | commitdiff | tree |
2007-01-08 |
Tom Lane | Remove cost_hashjoin's very ancient hack to discourage... |
commit | commitdiff | tree |
2007-01-07 |
Tom Lane | Fix oversight in handling of row-comparison index keys... |
commit | commitdiff | tree |
2007-01-06 |
Tom Lane | Fix filtered_base_yylex() to save and restore base_yylv... |
commit | commitdiff | tree |
2007-01-06 |
PostgreSQL... | tag configure REL8_2_1 |
commit | commitdiff | tree |
2007-01-05 |
Tom Lane | Minor copy-editing for release note updates. |
commit | commitdiff | tree |
2007-01-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree |
next |