2006-10-18 |
Tom Lane | Add some code to CREATE DATABASE to check for pre-exist... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Tom Lane | Fix up timetz input so that a date is required only... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Bruce Momjian | Fix array operator refererence in release notes, per... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Tom Lane | Fix up some problems in handling of zic-style time... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Bruce Momjian | Mark 8.2 release as 2006-??, not 2005-??, per observati... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Bruce Momjian | Attached files fix the link problem in FAQ_DEV.html... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Bruce Momjian | Fixes for CREATE CONSTRAINT manual page. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Tom Lane | Fix unexpected side-effect of changes for case insensit... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Peter Eisentraut | Remove use of whrandom module, which was removed in... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Tom Lane | Arrange for timezone names to be recognized case-insens... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Bruce Momjian | CREATE CONSTRAINT manual page wording improvements. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Bruce Momjian | Update to CREATE CONSTRAINT manual page. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Bruce Momjian | I updated RPM related parts in FAQ_DEV against HEAD... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Bruce Momjian | Remove use of '<' and '>' in SGML, use '&' escapes. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Peter Eisentraut | Punt when trying to build with threaded Python on FreeBSD. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Tom Lane | Redesign the patch for allocation of shmem space and... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Tom Lane | Adjust plperl to ensure that all strings and hash keys... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Bruce Momjian | FAQ updates --- This is a small cosmetic patch that... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Tom Lane | Code review for --no-data-for-failed-tables patch.... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Tom Lane | Code and docs review for ALTER TABLE INHERIT/NO INHERIT... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Peter Eisentraut | Make unknown-option-warning code more portable. echo... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Tom Lane | Fix typo in version number. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Bruce Momjian | Fix test_fsync compile on MinGW(win32) |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Teodor Sigaev | Fix infinite sleep and failes of send in Win32. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Bruce Momjian | Add url's for hints: |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Neil Conway | Make some incremental improvements and fixes to the... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Tom Lane | Update release notes for SQL functions vs triggers... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Neil Conway | In the installation docs, add some links to the documen... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Tom Lane | Fix mishandling of after-trigger state when a SQL funct... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Tom Lane | Use Min() instead of min() in qsort, for consistency... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Tom Lane | Remove somebody's ill-considered free() call, per repor... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Bruce Momjian | Update pg_hba.conf comment about documentation section. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Tom Lane | A bit of copy-editing on back-branch release notes. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Tom Lane | Repair incorrect check for coercion of unknown literal... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Tom Lane | Code review for LIKE INCLUDING CONSTRAINTS patch -... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Teodor Sigaev | Rename function 'isexists' and 'isdefined' to |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Peter Eisentraut | Cleanup pass |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Bruce Momjian | MSVC/BCC Win32 compiler fixes. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Bruce Momjian | Typo fix. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Bruce Momjian | Add release checklist item: |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Bruce Momjian | Update FAQ for latest release 8.1.5. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Tom Lane | Revise psql pattern-matching switches as per discussion... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Tom Lane | Improve description of the pattern matching rules used... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Tom Lane | Move processNamePattern into dumputils.c in preparation... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Bruce Momjian | Update release notes for releases 7.3.16, 7.4.14, 8... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Peter Eisentraut | Updated keyword table for 8.2 |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Tom Lane | Update Darwin dlopen() support to avoid deprecation... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Bruce Momjian | Update multi-line editing wording in release notes. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Bruce Momjian | In release notes, mention that multi-line history savin... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Bruce Momjian | Add include needed for new getrusage() call. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Tom Lane | On Windows, we know the backend stack size limit becaus... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Bruce Momjian | Update comments for pgcvslog, -r BASE does not work... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Bruce Momjian | Simplify <link> regex cleanup code. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Bruce Momjian | Allow HISTORY/history.html to be generated by removing... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | Fix ancient oversight in psql's \d pattern processing... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Bruce Momjian | In release notes, always use </link> rather than </>. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Peter Eisentraut | Added missing entry (CASCADED) in keywords table. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | Fix thinko in comment. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Peter Eisentraut | Updated config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Peter Eisentraut | The -X option in pg_dump was supposed to be a workaroun... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | When planning a query at Bind time, be careful to pass... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | On platforms that have getrlimit(RLIMIT_STACK), use... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | Adjust HINT for stack depth limit to mention checking... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Bruce Momjian | Remove tabs added accidentally. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Neil Conway | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Bruce Momjian | Add main documentation link tags to the release notes. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Tom Lane | Fix string_to_array() to correctly handle the case... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Tom Lane | Fix bcc32.mak to create and remove pg_config_os.h prope... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Tom Lane | Fix SysCacheGetAttr() to handle the case where the... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Tom Lane | Cleanup for pglz_compress code: remove dead code, const... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Tom Lane | Make use of qsort_arg in several places that were forme... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Bruce Momjian | Add indenting to Solaris FAQ, for clarity. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Bruce Momjian | Update DB2X texinfo example code. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Tom Lane | Work around buggy strtod on (some versions of?) IRIX... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Tom Lane | Second try at fixing libedit configuration for Bob... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | Update Solaris strtod() bug comment. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | Update Solaris strtol() bug comment. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Tom Lane | Adjust configure's handling of libedit to not look... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | Update Solaris FAQ. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | Exclude pgindent from affecting the ecpg regression... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Tom Lane | Fix initdb's logic for picking shared_buffers/max_fsm_p... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Tom Lane | Fix comment to agree with presentation. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Tom Lane | Improve error messages from to_tsquery per yesterday... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Tom Lane | Add qsort and qsort_arg to MSVC list of src/port files. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Michael Meskes | Reverted changes made by pgindent |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | pgindent run for 8.2. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Bruce Momjian | Udpate typedefs for pgindent. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Tom Lane | Switch over to using our own qsort() all the time,... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | pgevent fixes: |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Update typedef list for 8.2 pgindent run. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Fix yesno_prompt() memory leak in /script tools, report... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Improve numeric overflow error message. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Make some sentences consistent with similar ones. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Improve readline psql prompt suggestion. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bruce Momjian | Add experimental support for db2x texinfo |
commit | commitdiff | tree | snapshot |
next |