2008-06-18 |
Tom Lane | Fix compiler warning introduced by recent patch. Tsk... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Tom Lane | Improve error reporting for problems in text search... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Bruce Momjian | Move wchar2char() and char2wchar() from tsearch into... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Neil Conway | Fix a few typos in the DTrace docs. Patch from Euler... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Tom Lane | Remove freeBackends counter from the sinval shared... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Tom Lane | Clean up some problems with redundant cross-type arithm... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Bruce Momjian | Add URL for introduction to multibyte programming in C. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Bruce Momjian | Move USE_WIDE_UPPER_LOWER define to c.h, and remove... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Tom Lane | Fix the code that adds regclass constants to a plan... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Tom Lane | Clean up a number of bogosities around pltcl's handling... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Tom Lane | Rewrite docs section about routine vacuuming --- it... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Andrew Dunstan | Prevent CVS from mangling script |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Andrew Dunstan | Add script to find .c and .h files that are missing... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Tom Lane | Make DROP INDEX lock the parent table before locking... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Tom Lane | Fix 64-bit problem in recent patch. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Tom Lane | Rearrange ALTER TABLE syntax processing as per my recen... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Alvaro Herrera | In log_filename documentation, mention that strftime... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Tom Lane | Refactor the handling of the various DropStmt variants... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Bruce Momjian | Modify TODO entry to be a function: |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Tom Lane | Improve the various elog messages in tuptoaster.c to... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Bruce Momjian | Use macro to document size of ecpg sqlerrmc string. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Bruce Momjian | Update item to mention target list problem: |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Heikki Linnakangas | Refactor XLogOpenRelation() and XLogReadBuffer() in... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Tom Lane | Improve reporting of dependencies in DROP to work like... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Bruce Momjian | Fix spelling mistake in postgresql.conf. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Heikki Linnakangas | Update "help" output to reflect that \timing now takes... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Heikki Linnakangas | Add optional on/off argument to \timing. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Heikki Linnakangas | Fix bug in the WAL recovery code to finish an incomplet... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Neil Conway | Editorialization for the text emitted by the "help... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Tom Lane | Create a script to handle stamping release version... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Heikki Linnakangas | Comment fix, should say TSQuery instead of TSVector. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Alvaro Herrera | Make XML building work silently on VPATH builds (untest... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Tom Lane | Fix unportable (and incorrect anyway) usage of LL const... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Tom Lane | Fix datetime input functions to correctly detect intege... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Tom Lane | Fix an ALTER TABLE test case so that it actually tests... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Neil Conway | Further tweak for comment in CheckDeadLock(), per Tom. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Neil Conway | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Alvaro Herrera | Fix breakage caused by conflicting patches, as evidence... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Tom Lane | Rewrite DROP's dependency traversal algorithm into... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Alvaro Herrera | Move BufferGetPageSize and BufferGetPage from bufpage... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Tom Lane | Update release notes for ALTER AGGREGATE fix. |
commit | commitdiff | tree | snapshot |
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 |
next |