| 2008-06-08 |  Tom Lane | ALTER AGGREGATE OWNER seems to have been missed by... | commit | commitdiff | tree | snapshot | 
| 2008-06-07 |  Tom Lane | Update release notes for 8.3.3 et al. | commit | commitdiff | tree | snapshot | 
| 2008-06-06 |  Alvaro Herrera | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | commit | commitdiff | tree | snapshot | 
| 2008-06-06 |  Tom Lane | Fix pg_get_ruledef() so that negative numeric constants... | commit | commitdiff | tree | snapshot | 
| 2008-06-05 |  Alvaro Herrera | Fix missing "not", per Frank Millman (bug #4212). | commit | commitdiff | tree | snapshot | 
| 2008-06-05 |  Alvaro Herrera | Modify vacuum() to accept a single relation OID instead... | commit | commitdiff | tree | snapshot | 
| 2008-06-05 |  Alvaro Herrera | Fix some string building in getObjectDescription. | commit | commitdiff | tree | snapshot | 
| 2008-06-04 |  Michael Meskes | Added lost sysmbol SQL_SQL to list of allowed variable... | commit | commitdiff | tree | snapshot | 
| 2008-06-04 |  Tom Lane | Draft release notes for upcoming back-branch updates. | commit | commitdiff | tree | snapshot | 
| 2008-06-02 |  Tom Lane | Fix initdb to reject a relative path for -X (--xlogdir... | commit | commitdiff | tree | snapshot | 
| 2008-06-01 |  Tom Lane | Update time zone data files to tzdata release 2008c... | commit | commitdiff | tree | snapshot | 
| 2008-06-01 |  Tom Lane | Refactor SPI_cursor_open/SPI_cursor_open_with_args... | commit | commitdiff | tree | snapshot | 
| 2008-06-01 |  Tom Lane | Marginal improvements to the documentation for PGOPTIONS. | commit | commitdiff | tree | snapshot | 
| 2008-05-31 |  Andrew Dunstan | Done:  -Remove psql newline patch when we find out... | commit | commitdiff | tree | snapshot | 
| 2008-05-30 |  Tom Lane | Copy refint.so and autoinc.so into the src/test/regress... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 |  Tom Lane | Improve the documentation comment for replace().  Rober... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 |  Tom Lane | Tweak libpq to avoid crashing due to incorrect buffer... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 |  Tom Lane | Fix some bugs introduced by the 8.2-era conversion... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 |  Bruce Momjian | Add description to: | commit | commitdiff | tree | snapshot | 
| 2008-05-29 |  Bruce Momjian | Add URL for: | commit | commitdiff | tree | snapshot | 
| 2008-05-28 |  Magnus Hagander | Set hidden field for guc enum missed in previous commit. | commit | commitdiff | tree | snapshot | 
| 2008-05-28 |  Magnus Hagander | Add a field to guc enums to allow hiding of values... | commit | commitdiff | tree | snapshot | 
| 2008-05-28 |  Tom Lane | Improve GRANT documentation to point out that UPDATE... | commit | commitdiff | tree | snapshot | 
| 2008-05-27 |  Tom Lane | Require bind_textdomain_codeset() not just gettext... | commit | commitdiff | tree | snapshot | 
| 2008-05-27 |  Tom Lane | Clarify description of typmod input function, per Jeff... | commit | commitdiff | tree | snapshot | 
| 2008-05-27 |  Magnus Hagander | Explicitly bind gettext() to the  UTF8 locale when... | commit | commitdiff | tree | snapshot | 
| 2008-05-27 |  Tom Lane | Alter the xxx_pattern_ops opclasses to use the regular... | commit | commitdiff | tree | snapshot | 
| 2008-05-26 |  Tom Lane | Fix an old corner-case bug in set_config_option: push_o... | commit | commitdiff | tree | snapshot | 
| 2008-05-25 |  Tom Lane | Adjust timestamp regression tests to prevent two low... | commit | commitdiff | tree | snapshot | 
| 2008-05-21 |  Michael Meskes | Link in keywords file instead of copying it. | commit | commitdiff | tree | snapshot | 
| 2008-05-21 |  Magnus Hagander | Add include directory required after the latest changes... | commit | commitdiff | tree | snapshot | 
| 2008-05-21 |  Magnus Hagander | Fix function headers not matching prototype in header... | commit | commitdiff | tree | snapshot | 
| 2008-05-21 |  Magnus Hagander | Use CRITICAL_SECTION instead of Mutexes for thread... | commit | commitdiff | tree | snapshot | 
| 2008-05-21 |  Michael Meskes | ecpg_keywords.o also depends on preproc.h | commit | commitdiff | tree | snapshot | 
| 2008-05-20 |  Michael Meskes | Synced parser. | commit | commitdiff | tree | snapshot | 
| 2008-05-20 |  Tom Lane | Adjust -Wl,--asneeded test to avoid using the switch... | commit | commitdiff | tree | snapshot | 
| 2008-05-20 |  Bruce Momjian | Simplify code in formatting.c now that to upper/lower... | commit | commitdiff | tree | snapshot | 
| 2008-05-20 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2008-05-19 |  Heikki Linnakangas | Remove arbitrary 10MB limit on two-phase state file... | commit | commitdiff | tree | snapshot | 
| 2008-05-19 |  Tom Lane | Make to_char()'s localized month/day names depend on... | commit | commitdiff | tree | snapshot | 
| 2008-05-19 |  Tom Lane | Coercion sanity check in ri_HashCompareOp failed to... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 |  Tom Lane | Make another try at using -Wl,--as-needed to suppress... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 |  Andrew Dunstan | Remove old kluge put in to allow Windows regression... | commit | commitdiff | tree | snapshot | 
| 2008-05-18 |  Tom Lane | okay, looks like ecpg/compatlib needs -lintl too. | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Rewrite the warning about non-transaction-safety of... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Bruce Momjian | Use isatty() test for pager on Win32;  not sure why... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Bruce Momjian | In psql, test for output to stdout when forcing pager... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Bruce Momjian | Another fix for compiles on an empty 'po' directory. | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Peter Eisentraut | Don't call rm with empty file list. | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | ecpglib needs to link with libintl if it's in use. | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Improve pg_regress so that it reports the fact if any... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Fix utterly-bogus code for computing row heights. ... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Fix a subtle bug exposed by recent wal_sync_method... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Andrew Dunstan | fix ecpg regression tests broken by over-eager adding... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Andrew Dunstan | Add $PostgreSQL$ markers to a lot of files that were... | commit | commitdiff | tree | snapshot | 
| 2008-05-17 |  Tom Lane | Allow ALTER SEQUENCE START WITH to change the recorded... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Fix declarations of pthread functions, missed in recent... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Add a RESTART (without parameter) option to ALTER SEQUE... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Reduce unnecessary PANIC to ERROR, improve a couple... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Recent patch doesn't compile without <limits.h> | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Suppress a possibly-uninitialized-variable warning... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Magnus Hagander | Implement error checking for pthreads calls in thread... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Suppress compiler warning induced by recent header... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Update contrib for tsearch changes. | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Bruce Momjian | Update psql startup banner to be shorter, suggest ... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Bruce Momjian | Done in TODO: | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Bruce Momjian | Add detection of psql pager to trigger on wide output... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Extend GIN to support partial-match searches, and exten... | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Peter Eisentraut | Add localization support to ecpg. | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2008-05-16 |  Tom Lane | Persuade GIN to react to control-C in a reasonable... | commit | commitdiff | tree | snapshot | 
| 2008-05-15 |  Tom Lane | Support SQL/PSM-compatible CASE statement in plpgsql. | commit | commitdiff | tree | snapshot | 
| 2008-05-15 |  Tom Lane | Add code to eval_const_expressions() to support const... | commit | commitdiff | tree | snapshot | 
| 2008-05-15 |  Tom Lane | Add support for tracking call counts and elapsed runtim... | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Tom Lane | Move the "instr_time" typedef and associated macros... | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Bruce Momjian | Reorgnize psql \? help output, to reduce the size of... | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Bruce Momjian | Fix a few warnings that have crept into CVS HEAD. | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Magnus Hagander | Remove the special variable for open_sync_bit used... | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Magnus Hagander | Make the win32 implementation of getrusage() return... | commit | commitdiff | tree | snapshot | 
| 2008-05-14 |  Bruce Momjian | Remove odd duplicate wording in psql pager section. | commit | commitdiff | tree | snapshot | 
| 2008-05-13 |  Tom Lane | Improve plpgsql's RAISE command.  It is now possible... | commit | commitdiff | tree | snapshot | 
| 2008-05-13 |  Magnus Hagander | Don't try to close negative file descriptors, since... | commit | commitdiff | tree | snapshot | 
| 2008-05-13 |  Bruce Momjian | This is the patch replace offnum++ by OffsetNumberNext... | commit | commitdiff | tree | snapshot | 
| 2008-05-13 |  Alvaro Herrera | Change \du to use the new printTable API, improving... | commit | commitdiff | tree | snapshot | 
| 2008-05-13 |  Alvaro Herrera | Fix a bug in the previous patch, which caused the title... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Alvaro Herrera | Improve psql's internal print.c code by introducing... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Bruce Momjian | Todo done: | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Alvaro Herrera | Improve snapshot manager by keeping explicit track... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Magnus Hagander | Fix breakage by the wal_sync_method patch in installati... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Michael Meskes | Check for non-existant connection in prepare statement... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Alvaro Herrera | Document that "ROLLBACK TO savepoint" does not un-close... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Alvaro Herrera | Put back bufmgr.h in bufpage.h -- it is needed by some... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Magnus Hagander | Report which WAL sync method we are trying to change... | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Magnus Hagander | Convert wal_sync_method to guc enum. | commit | commitdiff | tree | snapshot | 
| 2008-05-12 |  Alvaro Herrera | Restructure some header files a bit, in particular... | commit | commitdiff | tree | snapshot | 
| 2008-05-10 |  Andrew Dunstan | Remaining pieces of fix for contrib makefiles | commit | commitdiff | tree | snapshot | 
| 2008-05-10 |  Tom Lane | Restore psql's former behavior that padding spaces... | commit | commitdiff | tree | snapshot | 
| 2008-05-10 |  Bruce Momjian | Add URL for: | commit | commitdiff | tree | snapshot | 
| 2008-05-10 |  Bruce Momjian | Add to TODO: | commit | commitdiff | tree | snapshot | 
| next |