2007-04-28 |
Neil Conway | Add support for IN as alternative to FROM in PL/PgSQL... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Tom Lane | Modify processing of DECLARE CURSOR and EXPLAIN so... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Neil Conway | Remove no-longer-true statement from the docs. Since... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Magnus Hagander | Properly set MODULE_PATHNAME based on module name inste... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Michael Meskes | Removed non-existant function from extern.h |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Michael Meskes | Inlined two functions to get rid of va_list problems... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Tom Lane | Fix dynahash.c to suppress hash bucket splits while... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Neil Conway | Another tweak for tab completion of CREATE TEMP. Instea... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Neil Conway | Consistency tweaks for a table in the SGML docs: we... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Neil Conway | Minor enhancement to psql tab completion. If we see... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Neil Conway | Minor tweak for DISCARD ref page. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Neil Conway | Rename the newly-added commands for discarding session... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Magnus Hagander | libpgtypes is a client lib, should not link with backend. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Magnus Hagander | Generate "fake configure output" for pg_config, so... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Neil Conway | Minor consistency tweak for SGML docs. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Magnus Hagander | Install libpgport.lib as needed by some client programs. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Magnus Hagander | Install headers in the same directory structure as... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Bruce Momjian | Remove tabs from installation.sgml. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Bruce Momjian | Update Japanese FAQs. |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Bruce Momjian | Update FAQ item: |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Magnus Hagander | Set maximum semaphore count to 32767 instead of 1.... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Magnus Hagander | Don't try to install uuid-ossp since we don't build it. |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Neil Conway | Fix newly-introduced documentation typo. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Peter Eisentraut | Make some functions immutable. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Tom Lane | Remove some of the most blatant brain-fade in the recen... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Some further performance tweaks for planning large... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Magnus Hagander | Fix build for directories with spaces in them by quotin... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Peter Eisentraut | Make configuration parameters fall back to their defaul... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Magnus Hagander | Don't try to build uuid-ossp on msvc. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Peter Eisentraut | Fix alignment of help output. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Peter Eisentraut | Contrib module uuid-ossp for generating UUID values... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Andrew Dunstan | Document new -with-libxslt build option. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Avoid useless work during set_plain_rel_pathlist()... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Tweak make_inh_translation_lists() to check the common... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Improve the way in which CatalogCacheComputeHashValue... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Adjust pgstat_initstats() to avoid repeated searches... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Tom Lane | Tweak set_rel_width() to avoid redundant executions... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Peter Eisentraut | Documentation for UUID type |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Bruce Momjian | Add comment on why deadlock detection error messages... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Bruce Momjian | Add script major_release_split to simplify creating... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Bruce Momjian | Add mention of checking <link> behavior of HISTORY... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Bruce Momjian | Remove duplicate text, per Magnus. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Tom Lane | Fix markup. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Tom Lane | Support explicit placement of the temporary-table schem... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Tom Lane | Sync timezone data with 2007e zic release. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Tom Lane | Repair PANIC condition in hash indexes when a previous... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Tom Lane | Fix plpgsql to avoid reference to already-freed memory... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Alvaro Herrera | Silence compiler warnings, per Bruce. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Bruce Momjian | Release wording updates for releases 8.2.4, 8.1.9,... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Bruce Momjian | Update FAQ for 8.2.4. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Bruce Momjian | Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Bruce Momjian | Remove tabs from SGML source files. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Alvaro Herrera | Enable configurable log of autovacuum actions. Initial... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Magnus Hagander | Enable building of 64-bit libpq using visual studio... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Bruce Momjian | Item not done, per Pavel: |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Magnus Hagander | Change default build to release, to be consistent with... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Magnus Hagander | Silence mingw compiler warning |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Bruce Momjian | Update docs/error message for CSV quote/escape ---... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Bruce Momjian | Update error message for COPY with a multi-byte delimiter. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Bruce Momjian | Document that the COPY delimiter must be an ASCII byte... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Bruce Momjian | Update TODO for plpgsql cursors: |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | Fix condition for whether end_heap_rewrite must fsync... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Bruce Momjian | Also done for PL/pgSQL: |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Bruce Momjian | Add warning about TODO item: |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | Don't assume rd_smgr stays open across all of a rewrite... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Bruce Momjian | Not easy, per Alvaro: |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | Rewrite choose_bitmap_and() to make it more robust... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | Fix erroneous column counts in some documentation table... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | And remove 'em again ... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Tom Lane | Temporarily re-add derived files, in hopes of straighte... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Magnus Hagander | Don't write timing output in quiet mode. |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Tom Lane | Tweak clean_encoding_name() API to avoid need to cast... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Tom Lane | Fix pg_dump to not crash if -t or a similar switch... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Magnus Hagander | Enable IPV6 for all MSVC builds, including the VC6... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Alvaro Herrera | Add a multi-worker capability to autovacuum. This... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Tom Lane | Make plancache store cursor options so it can pass... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Tom Lane | Support scrollable cursors (ie, 'direction' clause... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Tom Lane | Expose more cursor-related functionality in SPI: specif... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Tom Lane | Avoid running build_index_pathkeys() in situations... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Andrew Dunstan | Add --with-libxslt configure option |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Tatsuo Ishii | Make JOHAB client only encoding per discussions in... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Tatsuo Ishii | Fix description how to create conversion function. |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Andrew Dunstan | revert change to build xml2 until a better fix is found |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Bruce Momjian | Update TODO: |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Magnus Hagander | Allow \timing in psql to have a better resolution than... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Bruce Momjian | Update Win32 FAQ HTML version to match corrected text... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Andrew Dunstan | Enable building contrib/xml2 if configured using -... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Magnus Hagander | Add O_DIRECT support on Windows. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Neil Conway | Minor fixes for the EXPLAIN reference page. Mention... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Neil Conway | Fixes for RESET SESSION patch, per Alvaro. Fix a typo... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Tom Lane | Rearrange mdsync() looping logic to avoid the problem... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Tom Lane | Cancel pending fsync requests during WAL replay of... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Magnus Hagander | Install debugger symbols (in their own directory) |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Magnus Hagander | Enable IPV6 when building with MSVC. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Neil Conway | RESET SESSION, plus related new DDL commands. Patch... |
commit | commitdiff | tree | snapshot |
next |