2002-08-05 |
Tom Lane | Restructure system-catalog index updating logic. Inste... |
tree | commitdiff |
2002-08-05 |
Tom Lane | Preliminary code review for anonymous-composite-types... |
tree | commitdiff |
2002-08-05 |
Thomas G. Lockhart | Fix compilation problem with assert checking enabled... |
tree | commitdiff |
2002-08-05 |
Tom Lane | Code review for anonymous-functions patch --- clean... |
tree | commitdiff |
2002-08-04 |
Tom Lane | Temporary solution for XLogDir breakage. |
tree | commitdiff |
2002-08-04 |
Tom Lane | Fix merge failures for anonymous-type patch. From... |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | Fix compile failures for FRS composite tyhpe patch... |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | Rename backend_pid to pg_backend_pid, move docs to... |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | Attached are two patches to implement and document... |
tree | commitdiff |
2002-08-04 |
Tom Lane | Fix obsolete comment. |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Implement WAL log location control using "-X" or PGXLOG. |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Implement IS OF and IS NOT OF type predicate. |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Implement IS OF type predicate. Can now do queries... |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Add guard code to protect from buffer overruns on long... |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Implement hex literal conversion to bit string literal. |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Allow bit string constants without fully-specified... |
tree | commitdiff |
2002-08-04 |
Thomas G. Lockhart | Implement WAL log location control using "-X" or PGXLOG. |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | This patch fixes a probably harmless write of uninitial... |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | Change messages like this: |
tree | commitdiff |
2002-08-04 |
Bruce Momjian | The attached patch implements START TRANSACTION, per... |
tree | commitdiff |
2002-08-02 |
Tom Lane | When compiling with --enable-cassert, check for referen... |
tree | commitdiff |
2002-08-02 |
Tom Lane | RemoveAttrDefaultById() neglected to obtain exclusive... |
tree | commitdiff |
2002-08-02 |
Tom Lane | ALTER TABLE DROP COLUMN works. Patch by Christopher... |
tree | commitdiff |
2002-08-01 |
Bruce Momjian | * -Remove LockMethodTable.prio field, not used (Bruce) |
tree | commitdiff |
2002-07-31 |
Tom Lane | Instead of having a configure-time DEFAULT_ATTSTATTARGE... |
tree | commitdiff |
2002-07-31 |
Bruce Momjian | Rename pid function to backend_pid(). |
tree | commitdiff |
2002-07-31 |
Bruce Momjian | Add function to access backend pid, pg_stat_get_backend... |
tree | commitdiff |
2002-07-30 |
Tom Lane | If we're cleaning out _deadcode, might as well zap... |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | Remove last recipe file. |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | The attached patch removes the last remnants of support for |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | IMPROVED VERSION APPLIED: |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | This should fix a bug where a row that was... |
tree | commitdiff |
2002-07-30 |
Tom Lane | Since we're depending on %option noyywrap in the main... |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | Here are two patches. The guc_and_tablefunc patch addre... |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | This patch fixes one serious bug (runaway INSERT) and... |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | Move alarm timers to proper location. |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | Make statement_timeout apply to entire query string... |
tree | commitdiff |
2002-07-30 |
Bruce Momjian | --enable-syslog no longer required to use syslog. |
tree | commitdiff |
2002-07-29 |
Tom Lane | Centralize code for interpreting schema references... |
tree | commitdiff |
2002-07-29 |
Tom Lane | Use aclcheck_error() in place of ad-hoc permissions... |
tree | commitdiff |
2002-07-29 |
Tom Lane | Implement CREATE/DROP OPERATOR CLASS. Work still remai... |
tree | commitdiff |
2002-07-29 |
Tom Lane | Fix minor coding error: don't ReleaseSysCache until... |
tree | commitdiff |
2002-07-27 |
Peter Eisentraut | Assemble portability modules into libpgport library. |
tree | commitdiff |
2002-07-25 |
Tatsuo Ishii | Implement DROP CONVERSION |
tree | commitdiff |
2002-07-24 |
Peter Eisentraut | Remove _deadcode. |
tree | commitdiff |
2002-07-24 |
Peter Eisentraut | Remove unused system table columns: |
tree | commitdiff |
2002-07-24 |
Tatsuo Ishii | Add Japanese README explaining how to add new conversion. |
tree | commitdiff |
2002-07-22 |
Peter Eisentraut | Add unique index on pg_cast.oid, and document pg_cast... |
tree | commitdiff |
2002-07-20 |
Tom Lane | Tweak CreateTrigger() so that the OID used in the name... |
tree | commitdiff |
2002-07-20 |
Tom Lane | Code review for SHOW output changes; fix horology expec... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | Fix problems caused by code drift of API for without... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | The attached patch fixes 2 trivial warnings generated... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | > 2. This patch includes the same Table Function API... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | Patch problems caused by code drift since OID patch... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | Manually apply part of oid patch that didn't apply... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | oid is needed, it is added at the end of the struct... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | The attached patch fixes a build problem with GEQO... |
tree | commitdiff |
2002-07-20 |
Bruce Momjian | This patch fixes a regression caused by my recent chang... |
tree | commitdiff |
2002-07-19 |
Tom Lane | Small performance improvement --- use indexscan not... |
tree | commitdiff |
2002-07-19 |
Bruce Momjian | Complete TODO item: |
tree | commitdiff |
2002-07-19 |
Tatsuo Ishii | Oops. Too much ifdef out. |
tree | commitdiff |
2002-07-19 |
Tatsuo Ishii | Temporary ifdef out migrating functions to avoid compil... |
tree | commitdiff |
2002-07-19 |
Bruce Momjian | Complete TODO item: |
tree | commitdiff |
2002-07-18 |
Peter Eisentraut | pg_cast table, and standards-compliant CREATE/DROP... |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | Complete TODO item: |
tree | commitdiff |
2002-07-18 |
Peter Eisentraut | Create directory before installing files. |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | Back out BETWEEN node patch, was causing initdb failure. |
tree | commitdiff |
2002-07-18 |
Tom Lane | Implement DROP SCHEMA. It lacks support for dropping... |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC; |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | The attached patch (against HEAD) implements |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | Finished the Between patch Christopher started. |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | Here is a patch for the Table Function API. It fixes... |
tree | commitdiff |
2002-07-18 |
Bruce Momjian | Move libc replacement files from src/backend/port to... |
tree | commitdiff |
2002-07-18 |
Tatsuo Ishii | I have committed many support files for CREATE CONVERSI... |
tree | commitdiff |
2002-07-16 |
Tom Lane | Add more dependency insertions --- this completes the... |
tree | commitdiff |
2002-07-16 |
Bruce Momjian | Oops, sometimes strtol isn't called in pg_atoi, so... |
tree | commitdiff |
2002-07-16 |
Bruce Momjian | Fix tid to in/out as unsigned. |
tree | commitdiff |
2002-07-16 |
Tatsuo Ishii | Add conversion procs for CREATE CONVERSION |
tree | commitdiff |
2002-07-16 |
Tatsuo Ishii | Fix typo |
tree | commitdiff |
2002-07-16 |
Tatsuo Ishii | Add FindDefaultConversionProc |
tree | commitdiff |
2002-07-16 |
Tom Lane | Add code to extract dependencies from an expression... |
tree | commitdiff |
2002-07-16 |
Bruce Momjian | Add DLLINIT mention in port/Makefile. |
tree | commitdiff |
2002-07-16 |
Bruce Momjian | Move few remaining src/utils files to backend/port... |
tree | commitdiff |
2002-07-16 |
Bruce Momjian | Mark 'line' as 'not implemented' in SGML and psql ... |
tree | commitdiff |
2002-07-15 |
Bruce Momjian | Remove certain Makefile dependencies by using full... |
tree | commitdiff |
2002-07-15 |
Tom Lane | Use the dependency mechanism to manage column defaults... |
tree | commitdiff |
2002-07-15 |
Bruce Momjian | Improve relcache.c error reporting for the next guy... |
tree | commitdiff |
2002-07-14 |
Tom Lane | Add COMMENT ON CONSTRAINT facility (from Rod Taylor... |
tree | commitdiff |
2002-07-14 |
Tom Lane | In DeleteAttributeTuples, use a single indexscan instea... |
tree | commitdiff |
2002-07-13 |
Tom Lane | Fix testing of partial-index predicates to work correct... |
tree | commitdiff |
2002-07-13 |
Bruce Momjian | Add SET statement_timeout capability. Timeout is in... |
tree | commitdiff |
2002-07-12 |
Tom Lane | Second phase of committing Rod Taylor's pg_depend/pg_co... |
tree | commitdiff |
2002-07-11 |
Bruce Momjian | Change error messages ExecAppend->ExecInsert and ExecRe... |
tree | commitdiff |
2002-07-11 |
Tatsuo Ishii | Add new CREATE CONVERSION/DROP CONVERSION command. |
tree | commitdiff |
2002-07-09 |
Bruce Momjian | Oops, proper initialization for domainTypMod was none... |
tree | commitdiff |
2002-07-09 |
Bruce Momjian | Fix compiler warning: |
tree | commitdiff |
2002-07-06 |
Bruce Momjian | I've fixed up the way domain constraints (not null... |
tree | commitdiff |
2002-07-04 |
Bruce Momjian | Fix compile error in assert coded added by new DISTINCT... |
tree | commitdiff |
2002-07-04 |
Thomas G. Lockhart | Implement the IS DISTINCT FROM operator per SQL99. |
tree | commitdiff |
2002-07-02 |
Bruce Momjian | >the extra level of struct naming for pd_opaque has... |
tree | commitdiff |
next |