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 |
2008-05-10 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruce Momjian | Update alternative output regression files for new... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruce Momjian | Add TODO item: |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruce Momjian | TODOs done: |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Tom Lane | Change the rules for inherited CHECK constraints to... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Bruce Momjian | Adjust power() error messages to be more descriptive. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Andrew Dunstan | Improve logic for finding object files on OBJS lines... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Tom Lane | Give a warning if -s switch is used with a non-custom... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Peter Eisentraut | Add "%option noinput" to the scanners to avoid compiler... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Bruce Momjian | Update C comments to mention SQL:2003 handling of power... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Heikki Linnakangas | Fix Assert introduced in previous patch. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Heikki Linnakangas | Fix incorrect archive truncation point calculation... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Tom Lane | Fix bogus expected output that should have made it... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Tom Lane | Fix memory stomp that's turning the whole buildfarm... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Add regression test for various power expressions with... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Have numeric 0 ^ 4.3 return 1, rather than an error... |
commit | commitdiff | tree | snapshot |
next |