| Commit message (Expand) | Author | Age |
* | Temporary solution for XLogDir breakage. | Tom Lane | 2002-08-04 |
* | Fix merge failures for anonymous-type patch. From Joe Conway. | Tom Lane | 2002-08-04 |
* | Fix broken pg_backend_pid reference, per Joe Conway. | Tom Lane | 2002-08-04 |
* | Another backend_pid rename. | Bruce Momjian | 2002-08-04 |
* | Fix compile failures for FRS composite tyhpe patch until Joe can fix it. | Bruce Momjian | 2002-08-04 |
* | Rename backend_pid to pg_backend_pid, move docs to monitoring section. | Bruce Momjian | 2002-08-04 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |
* | Fix obsolete comment. | Tom Lane | 2002-08-04 |
* | Minor clarification or fix of typos. | Thomas G. Lockhart | 2002-08-04 |
* | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 |
* | Implement IS OF and IS NOT OF type predicate. | Thomas G. Lockhart | 2002-08-04 |
* | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart | 2002-08-04 |
* | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 |
* | Define macros for handling typmod manipulation for date/time types. | Thomas G. Lockhart | 2002-08-04 |
* | Implement hex literal conversion to bit string literal. | Thomas G. Lockhart | 2002-08-04 |
* | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart | 2002-08-04 |
* | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 |
* | Add IS OF type predicate. | Thomas G. Lockhart | 2002-08-04 |
* | Add Myannar Time, Iran Time variant name, and Marquesas Time. | Thomas G. Lockhart | 2002-08-04 |
* | Fix broken markup. | Tom Lane | 2002-08-04 |
* | Neil's patch claimed a column list didn't work for COPY BINARY. | Tom Lane | 2002-08-04 |
* | Add missing file; new docs for start_transaction. | Bruce Momjian | 2002-08-04 |
* | Tom Lane: | Bruce Momjian | 2002-08-04 |
* | [ Previous patch reversed.] | Bruce Momjian | 2002-08-04 |
* | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian | 2002-08-04 |
* | Change messages like this: | Bruce Momjian | 2002-08-04 |
* | This trivial patch fixes a small memory leak in pg_dump. | Bruce Momjian | 2002-08-04 |
* | please find attached patch to current CVS ( contrib/ltree ) | Bruce Momjian | 2002-08-04 |
* | This patch fixes a "multi-line string literal" warning encountered | Bruce Momjian | 2002-08-04 |
* | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 |
* | This patch fixes in intermittent failure in the regression tests: | Bruce Momjian | 2002-08-04 |
* | This patch adds support for inet[] arrays to the /contrib/array module. | Bruce Momjian | 2002-08-04 |
* | Back out pl/pgsql quotation fix. Has problems. | Bruce Momjian | 2002-08-04 |
* | *** empty log message *** | Bruce Momjian | 2002-08-04 |
* | *** empty log message *** | Bruce Momjian | 2002-08-04 |
* | I send a simple patch for PL/pgSQL parser which allow now to use | Bruce Momjian | 2002-08-04 |
* | Here is a doc patch for the SHOW X changes and new config-settings | Bruce Momjian | 2002-08-04 |
* | When compiling with --enable-cassert, check for reference count leaks | Tom Lane | 2002-08-02 |
* | RemoveAttrDefaultById() neglected to obtain exclusive lock on the | Tom Lane | 2002-08-02 |
* | Remove unused drop TODO.detail. | Bruce Momjian | 2002-08-02 |
* | No need for TODO.detail link anymore: | Bruce Momjian | 2002-08-02 |
* | Done: | Bruce Momjian | 2002-08-02 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian | 2002-08-01 |
* | 1) Improve the handling of the queries like (select ..) union (select ..) | Hiroshi Inoue | 2002-08-01 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Done: | Bruce Momjian | 2002-07-31 |
* | Move backend_pid to functions/misc. | Bruce Momjian | 2002-07-31 |
* | Rename pid function to backend_pid(). | Bruce Momjian | 2002-07-31 |
* | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian | 2002-07-31 |