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 |
2008-05-08 |
Bruce Momjian | Have psql output tab as the proper number of spaces... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Add psql '\pset format wrapped' mode to wrap output... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Tom Lane | Fix contrib/xml2 makefile to not override CFLAGS, and... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Tom Lane | Fix rules regression test for recent pg_stat_activity... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Magnus Hagander | Make the new pg_stat_get_activity use OUT parameters... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Update TODO wording: |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruce Momjian | Remove OID/foreign key mention in psql variable interpo... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alvaro Herrera | Add Simon Riggs' email address. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Move Client Authentication right after Server Configura... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Magnus Hagander | Make the pg_stat_activity view call a SRF (pg_stat_get_... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Fix TODO typo. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Add URL for |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Update TODO wording: |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Add item, make text search section: |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Bruce Momjian | Have boolean pset values checked against typical boolea... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Tom Lane | The CONSTROID syscache should show conrelid as a relati... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Tom Lane | Convert the list of syscache names from a series of... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bruce Momjian | Point to our download URL, rather than listing interfac... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bruce Momjian | Update libpqxx URL in README. |
commit | commitdiff | tree | snapshot |
next |