2008-03-03 |
Bruce Momjian | Document that chr(0) is not supported, and why. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Add new FAQ item: |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Add URL's for sequence discussions: |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Michael Meskes | Fixed bug that caused arrays of varchar to be output... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Tom Lane | Venezuela Time now means UTC-4:30, not UTC-4:00. Adjus... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix another place that was assuming that a local variab... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix unportable usages of tolower(). On signed-char... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Disable the undocumented xmlvalidate() function, which... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Andrew Dunstan | Don't call AddUserToDacl on Cygwin |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Alvaro Herrera | Remove long-unused and broken TCL_ARRAYS. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Tom Lane | Reducing the assumed alignment of struct varlena means... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Magnus Hagander | Fix handling of restricted processes for Windows Vista... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Peter Eisentraut | Write the objfiles.txt rules in a way that is compatibl... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Neil Conway | Fix several memory leaks when rescanning SRFs. Arrange... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Magnus Hagander | Support for building contrib/uuid-ossp with MSVC. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Peter Eisentraut | Change expand_subsys function so that it preserves... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Tom Lane | If RelationBuildDesc() fails to open a critical system... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Add more clarification about SSH tunnels from Faheem... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | In the SSH setup instructions, change |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Add information about format modifiers that apply to... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Fixed dtrace build |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Don't build the win32 support files in the all target... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Fix uninstall target. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Create two separate libpq.rc's: One that is built at... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Reorganize some of the exports list generation code... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Escape # character in variable assignment |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Need more dependencies to get the build order right... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | We don't need to rebuild objfiles.txt every time an... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Refactor the code that creates the shared library expor... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Tom Lane | Fix encode(...bytea..., 'escape') so that it converts... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Tom Lane | Reject year zero during datetime input, except when... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Tom Lane | Fix datetime input to behave correctly for Feb 29 in... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Peter Eisentraut | Link postgres from all object files at once, to avoid... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Tom Lane | Use our own getopt() and getopt_long() on Solaris,... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Tom Lane | Avoid trying to print a NULL char pointer in --describe... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Tom Lane | Change the declaration of struct varlena so that the... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Make pg_regress -V consistent with the corresponding... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Fix mistakes in pg_ctl's code for "start -w" that tries... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Put a CHECK_FOR_INTERRUPTS call into the loops that... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Alvaro Herrera | Improve error messages emitted when VACUUM and ANALYZE... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Alvaro Herrera | Change error message to be able to differentiate the... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Peter Eisentraut | Backport fixed AC_FUNC_FSEEKO |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Magnus Hagander | Un-break msvc port yet again (it started pulling in... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Peter Eisentraut | More refactoring, so that the SUBSYS.o rules are now... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Peter Eisentraut | This subdirectory has been unused, dead, and broken... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Magnus Hagander | Fix function prototype to silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Magnus Hagander | Unbreak MSVC build after recent addition of HTMLDIR. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Peter Eisentraut | Remove another target I forgot during the refactoring |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Peter Eisentraut | Refactor backend makefiles to remove lots of duplicate... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Bruce Momjian | Put back code modularization of fseeko() configure... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Bruce Momjian | Put fseeko check back in old location, in hopes of... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Tom Lane | Remove unnecessary opening of other relation in RI_FKey... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Bruce Momjian | autoconf 2.61's AC_FUNC_FSEEKO reports success/failure... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Peter Eisentraut | Observe errors in makefile |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Peter Eisentraut | Added --htmldir option to pg_config, equivalent to... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Michael Meskes | - Removed duplicate include of ecpgtype.h which meant... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Peter Eisentraut | Upgrade to Autoconf 2.61: |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Tom Lane | Add back #include <time.h> in a couple of files that... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Tom Lane | Replace time_t with pg_time_t (same values, but always... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bruce Momjian | Move item as done: |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Tom Lane | Update docs to reflect the fact that we can now deal... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Tom Lane | Update timezone code to track the upstream changes... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bruce Momjian | No need to use checkpoint_warning to log checkpoints... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bruce Momjian | Add suggestion about how to set checkpoint_warning... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bruce Momjian | Rename a libpq NOT_USED SSL function to |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Tom Lane | Allow AS to be omitted when specifying an output column... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Tom Lane | Remove ancient restriction that LIMIT/OFFSET can't... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Meskes | Changed the way symbols are defined in C in INFORMIX... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Tom Lane | Sync our regex code with upstream changes since last... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Michael Meskes | - EXECUTE can return NOT FOUND so it should be checked... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Michael Meskes | Sorry, accidently committed a patch I'm working on... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | Correct XML markup typo, <book> -> </book> |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | Add section to Migration talking about typical areas... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Alvaro Herrera | Update minor version bumping policy. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | As sub-bullet decoration. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | Update wording for minor library bumping. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | Bump minor library version numbers for 8.4. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | No longer necessary: |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Tom Lane | Stamp HEAD as 8.4devel. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Tom Lane | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Magnus Hagander | Update timezone mapping for Windows with new timezones... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Tom Lane | Repair VACUUM FULL bug introduced by HOT patch: the... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Tom Lane | Fix PageGetExactFreeSpace() so that it actually behaves... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Tom Lane | Some small editorialization on the protocol documentati... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Tom Lane | Since GSSAPI and SSPI authentication don't work in... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Avoid misbehavior in foreign key checks when casting... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Bruce Momjian | Add "automatically" to HOT release note description. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Some variants of ALTER OWNER tried to make the "object... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Add missing copyfuncs/equalfuncs support for AlterTSDic... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Magnus Hagander | Fix msvc install for cases where msgfmt (from gettext... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Fix silly mistake in expand_indexqual_rowcompare -... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Magnus Hagander | Fix msvc install script to properly install NLS files... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Michael Meskes | - Fixed segfault in ecpg when using an array element. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Magnus Hagander | Fix very broken clean.bat for msvc install. The way... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Magnus Hagander | Handle libraries in directories with spaces in them. |
commit | commitdiff | tree | snapshot |
next |