2002-08-04 |
Bruce Momjian | Tom Lane: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | [ Previous patch reversed.] |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This patch fixes a probably harmless write of uninitial... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Change messages like this: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This trivial patch fixes a small memory leak in pg_dump. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | please find attached patch to current CVS ( contrib... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This patch fixes a "multi-line string literal" warning... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | The attached patch implements START TRANSACTION, per... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This patch fixes in intermittent failure in the regress... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This patch adds support for inet[] arrays to the /contr... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Back out pl/pgsql quotation fix. Has problems. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | I send a simple patch for PL/pgSQL parser which... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Here is a doc patch for the SHOW X changes and new... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tom Lane | When compiling with --enable-cassert, check for referen... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tom Lane | RemoveAttrDefaultById() neglected to obtain exclusive... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Bruce Momjian | Remove unused drop TODO.detail. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Bruce Momjian | No need for TODO.detail link anymore: |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tom Lane | ALTER TABLE DROP COLUMN works. Patch by Christopher... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Bruce Momjian | * -Remove LockMethodTable.prio field, not used (Bruce) |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Hiroshi Inoue | 1) Improve the handling of the queries like (select... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Tom Lane | Instead of having a configure-time DEFAULT_ATTSTATTARGE... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Bruce Momjian | Move backend_pid to functions/misc. |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Bruce Momjian | Rename pid function to backend_pid(). |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Bruce Momjian | Add function to access backend pid, pg_stat_get_backend... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Teach pg_dump to dump user-defined operator classes... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Updated: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Clarification from Tom: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Would it be wise to have the plsql.sgml file renamed... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Added for Neil Conway: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | If we're cleaning out _deadcode, might as well zap... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Replace ad-hoc insertions into pg_opclass and friends... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Remove last recipe file. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Ensure that src/tutorial gets cleaned by top-level... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Replace ad-hoc insertions into pg_opclass and friends... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Use Max/Min macros, not MAX/MIN, to eliminate portabili... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | The attached patch removes the last remnants of support for |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | IMPROVED VERSION APPLIED: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Add ltree data type to contrib, from Teodor Sigaev... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Added support for schemas and quotes in tab-complete... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | This should fix a bug where a row that was... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Since we're depending on %option noyywrap in the main... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Add tablefunc to contrib makefile. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | As mentioned above, here is my contrib/tablefunc patch... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Here are two patches. The guc_and_tablefunc patch addre... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | This patch fixes one serious bug (runaway INSERT) and... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Update contributions link. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Dave Cramer | added tests for crossReferences |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Dave Cramer | changed test user back to test |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Dave Cramer | Added DataSource code and tests submitted by Aaron... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Dave Cramer | changes for new Datasource |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Move alarm timers to proper location. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Tom Lane | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalog... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Make statement_timeout apply to entire query string... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | --enable-syslog no longer required to use syslog. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Move item: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Hiroshi Inoue | Fix a bug about automatic client_encoding setting. |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Tom Lane | Centralize code for interpreting schema references... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Tom Lane | Use aclcheck_error() in place of ad-hoc permissions... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Tom Lane | Implement CREATE/DROP OPERATOR CLASS. Work still remai... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Bruce Momjian | Fix from Neil Conway: |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Tom Lane | Fix minor coding error: don't ReleaseSysCache until... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Tatsuo Ishii | Fix typo. Remove #ifdef MULTIBYTE |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Peter Eisentraut | Structure reference pages consistently. Document that... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Peter Eisentraut | Clean documentation subtree during make clean. |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Peter Eisentraut | Assemble portability modules into libpgport library. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Hiroshi Inoue | Fix a bug about the handling of CX parameter of the... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Barry Lind | Fouth (and final) phase of restructuring to add jdbc3... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Barry Lind | Third phase of restructuring to add jdbc3 support. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Peter Eisentraut | Remove extra comma. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Tatsuo Ishii | Implement DROP CONVERSION |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Barry Lind | Second phase of restructuring to add jdbc3 support. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Peter Eisentraut | Remove _deadcode. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Peter Eisentraut | Remove unused system table columns: |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Bruce Momjian | Add mention of copyright year update. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Tatsuo Ishii | Add Japanese README explaining how to add new conversion. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Tatsuo Ishii | Add pg_conversion system catalog. Update description... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Lind | Initial restructuring to add jdbc3 support. There... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Peter Eisentraut | Add unique index on pg_cast.oid, and document pg_cast... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Tatsuo Ishii | Add CREATE CONVERSION/DROP CONVERSOION reference manual |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Michael Meskes | Fixed some minor typos. |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Michael Meskes | Re-Committed old file. |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Bruce Momjian | Schema TODO.detail file not needed anymore. |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Tom Lane | Tweak CreateTrigger() so that the OID used in the name... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Bruce Momjian | Mark items as done: |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Tom Lane | Code review for SHOW output changes; fix horology expec... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Michael Meskes | Synced parser yet again. |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Bruce Momjian | Fix regression tests for new SHOW output. |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Bruce Momjian | Fix problems caused by code drift of API for without... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Bruce Momjian | The attached patch fixes 2 trivial warnings generated... |
commit | commitdiff | tree | snapshot |
next |