| 2007-02-01 |  Neil Conway | Fix a few typos in comments in GiN. | commit | commitdiff | tree | snapshot | 
| 2007-02-01 |  Bruce Momjian | Update CREATE SEQUENCE documentation to show the same... | commit | commitdiff | tree | snapshot | 
| 2007-02-01 |  Bruce Momjian | Add URL for: | commit | commitdiff | tree | snapshot | 
| 2007-02-01 |  Bruce Momjian | Consistenly use colons before '<programlisting>' blocks... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Update reference documentation on may/can/might: | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Update comment. | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Revert error message change for may/can/might --- needs... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Update documentation on may/can/might: | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Neil Conway | Add missing Makefile dependencies for the "bigtest... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Neil Conway | Rewrite uuid input and output routines to avoid depende... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Tom Lane | Fix initdb to not generate misleading error messages... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Teodor Sigaev | Revert gincostestimate changes. | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Teodor Sigaev | Update FreeBSD DocBook installation notices | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Teodor Sigaev | Allow GIN's extractQuery method to signal that nothing... | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Add URL: | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Document need for periodic REINDEX in VACUUM FULL cases. | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Add missing colon. | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2007-01-31 |  Bruce Momjian | Update for VACUUM FULL: | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Bruce Momjian | Add FAQ item about timezones and daylight savings time. | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Bruce Momjian | Update documentation for backslashes to mention escape... | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Tom Lane | Repair oversights in the mechanism used to store compil... | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Tom Lane | Add SPI_push/SPI_pop calls so that datatype input and... | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Bruce Momjian | Update documentation for pg_get_serial_sequence() function. | commit | commitdiff | tree | snapshot | 
| 2007-01-30 |  Tom Lane | Add support for cross-type hashing in hash index search... | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Tom Lane | Add comment noting that hashm_procid in a hash index... | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Bruce Momjian | Update wording for minor release upgrades, per Alvaro. | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Bruce Momjian | Use sizeof() for snprintf() buffer length. | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Bruce Momjian | Update process termination message to display signal... | commit | commitdiff | tree | snapshot | 
| 2007-01-29 |  Peter Eisentraut | Update documentation on XML functions | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Improve hash join to discard input tuples immediately... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Remove unnecessary checkpoint from PL regression tests... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Neil Conway | Rename the uuid_t type to pg_uuid_t, to avoid a conflic... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Andrew Dunstan | Fix plpython MSVC build in non-debug mode. | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Remove some unnecessary conversion work in build_regtyp... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Repair oversight in creation of "append relations"... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Make some small improvements in the accuracy of plpgsql... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Andrew Dunstan | Fix path problem in MSVC bison wrapper. per Joachim... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Neil Conway | Add a new builtin type, "uuid". This implements a UUID... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Fix up plpgsql's "simple expression" evaluation mechani... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Drat, can't fit an additional argument into log_error... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Bruce Momjian | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIG... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Add a delay at the start of the stats test, to let... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Dept of second thoughts: the IQ of estimate_array_lengt... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Bruce Momjian | Add signal.h for sys_siglist reference. | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Tom Lane | Fix scalararraysel() to cope with binary-compatible... | commit | commitdiff | tree | snapshot | 
| 2007-01-28 |  Bruce Momjian | Use sys_siglist[] to print out signal names for signal... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Bruce Momjian | Modify SGML makefile to allow 'gmake draft' to build... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Tom Lane | Correct an old logic error in btree page splitting... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Michael Meskes | Fixed expected files, so they are in sync with tests... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Andrew Dunstan | remove unnecessary and now inaccurate cast which I... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Peter Eisentraut | Reactivate libxml memory management via palloc, now... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Peter Eisentraut | Add trailing zero byte in Unicode codepoint conversion. | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Andrew Dunstan | Allow args to spi_prepare to be standard type aliaes... | commit | commitdiff | tree | snapshot | 
| 2007-01-27 |  Bruce Momjian | Update installation wording for an upgrade to state... | commit | commitdiff | tree | snapshot | 
| 2007-01-26 |  Bruce Momjian | Control openjade draft-mode by variable DRAFT, rather... | commit | commitdiff | tree | snapshot | 
| 2007-01-26 |  Bruce Momjian | Update wording of installation when upgrading, to more... | commit | commitdiff | tree | snapshot | 
| 2007-01-26 |  Bruce Momjian | Modify draft SGML instructions to use DRAFT=Y because... | commit | commitdiff | tree | snapshot | 
| 2007-01-26 |  Tom Lane | On Windows, use pgwin32_waitforsinglesocket() instead... | commit | commitdiff | tree | snapshot | 
| 2007-01-26 |  Neil Conway | Squelch some VC++ compiler warnings. Mark float literal... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Update BSD/OS platform for 8.2. | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Add URL for shrinking tuple to just its headers: | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Update Win32 exception comment. | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Neil Conway | Add a setlocal command to the beginning of build.bat... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Michael Meskes | Removed compiler warning due to unneeded unsigned decla... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Update pg_dumpall -f option description. | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Correction:  temp_tablespaces was implemented by Albert... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Reverse out use of Py_RETURN_TRUE in plpython, only... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Peter Eisentraut | Various fixes in the logic of XML functions: | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Add GUC temp_tablespaces to provide a default location... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Properly detoast access to bytea field pg_trigger.tgarg... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Fix for plpython functions;  return true/false for... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Add 'output file' option for pg_dumpall, especially... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Remove developers list from TODO list now that we have... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Allow pg_dumpall to specify a database name rather... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Add --tablespaces-only and --roles-only options to... | commit | commitdiff | tree | snapshot | 
| 2007-01-25 |  Bruce Momjian | Prevent WAL logging when COPY is done in the same trans... | commit | commitdiff | tree | snapshot | 
| 2007-01-24 |  Bruce Momjian | When using MSVC, disable the building of ecpg if pthrea... | commit | commitdiff | tree | snapshot | 
| 2007-01-24 |  Tom Lane | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc... | commit | commitdiff | tree | snapshot | 
| 2007-01-24 |  Tom Lane | Relax an Assert() that has been found to be too strict... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Peter Eisentraut | Simplify handling of XML error messages: Just use the... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Tom Lane | Update xindex.sgml to discuss operator families. | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Tom Lane | Update pg_dump to support dumping operator families. | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Bruce Momjian | Add comment about exception lists in both winnt.h and... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Alvaro Herrera | This patch is required for vcbuild to work after the... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Tom Lane | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Bruce Momjian | Remove newline from error message because URL is gone. | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Bruce Momjian | Back out use of FormatMessage(), does error values... | commit | commitdiff | tree | snapshot | 
| 2007-01-23 |  Bruce Momjian | Print meaningfull error text for abonormal process... | commit | commitdiff | tree | snapshot | 
| 2007-01-22 |  Bruce Momjian | Update my email address in FAQ. | commit | commitdiff | tree | snapshot | 
| 2007-01-22 |  Tom Lane | Put back planner's ability to cache the results of... | commit | commitdiff | tree | snapshot | 
| 2007-01-22 |  Bruce Momjian | Use errhint() for WIN32 SIGTERM message, where possible. | commit | commitdiff | tree | snapshot | 
| next |