2003-05-23 |
Michael Meskes | Forgot these. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Michael Meskes | ecpg now accepts array elements as arguments. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Tom Lane | Seems pl_funcs didn't have support for plpgsql PERFORM... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Update for 7.3.3. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Bruce Momjian | Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Update release history for impending 7.3.3 release. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Peter Eisentraut | Fix compilation on Cygwin. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Add defense against possibility that tzname[] doesn... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Michael Meskes | Fixed segfault when detecting undefined cursor. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Adjust configure so that extern tzname[] will be checke... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Repair sometimes-incorrect computation of StartUpID... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Michael Meskes | Removed one TODO item for ecpg as this is done. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Michael Meskes | ecpg now recognizes named structs/unions. So you don... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Tom Lane | Fix coredump in pg_get_triggerdef, ensure function... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Michael Meskes | Reversed my incorrect fix. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Add error message style guidelines to the SGML document... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Use -fPIC on Sparc, per Tom Callaway. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Bruce Momjian | Rename Win32 include directory from win32_include to... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Michael Meskes | Fixed exec sql ifdef command. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Repair quoting sloppiness, lack of schema awareness... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Peter Eisentraut | Add documentation for information schema, and some... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Tom Lane | Add code to test for unknown timezone names (following... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tom Lane | Fix breakage induced by recent patch (careless use... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Fix failure when uniq-ifying an array of zero elements. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Small changes to use the absolute path to system catalogs. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Michael Meskes | Made variable type double work again. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Michael Meskes | Fixed incorrect include and another typo. Sorry, the... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Check calling context for connectby_text(), per Joe... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Bruce Momjian | Allow interfaces to compile under MingGW/Win32 by addin... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Revert kerberos code breakage. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Bruce Momjian | Remove use of geteuid under Win32. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Bruce Momjian | Reorganize Win32 includes to only include <port.h>... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Tom Lane | Revert change of inclusion order for pg_config_os.h... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Tom Lane | Add missing #include. |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Bruce Momjian | Add copydir() function because xcopy doesn't work in... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Bruce Momjian | Add missing win32 file --- seems best way to find these... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Bruce Momjian | Allow Win32 to compile under MinGW. Major changes... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Peter Eisentraut | Indexing support for pattern matching operations via... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Tom Lane | Fix oversight: ignore-till-SYNC state should not ignore... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Tom Lane | Add text(cidr) cast, per recent discussion. I'm not... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Michael Meskes | - Added more compatibility functions. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Tom Lane | Fix various recent build and regression-test problems... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Tom Lane | Backend support for autocommit removed, per recent... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Tom Lane | In RowDescription messages, report columns of domain... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Tom Lane | More binary I/O routines. |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Michael Meskes | Fixed order of include file search path. |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Tom Lane | Change pg_amop's index on (amopclaid,amopopr) to index... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Tom Lane | Add binary I/O routines for a bunch more datatypes... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Tom Lane | Avoid unnecessary copying of parameter values in BIND... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Tom Lane | Apply fixes for problems with dropped columns whose... |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Tom Lane | Finish removing HPUXMATHLIB. |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Tom Lane | Revert previous change --- turns out the underlying... |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Tom Lane | Disable the recently-added use_physical_tlist optimizat... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Tom Lane | Make use of new error context stack mechanism to allow... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Tom Lane | In child-crashed log messages, identify a checkpoint... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Tom Lane | Adjust CreateCheckpoint so that buffer dumping activiti... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Bruce Momjian | More crypt() cleanup. |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Bruce Momjian | Remove HPUX 9 rint() test. |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Bruce Momjian | Add Makefile rules for new crypt/rint() /port functions... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Tom Lane | Implement array_send/array_recv (binary I/O for arrays... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Tom Lane | COPY BINARY uses the new binary I/O routines. Update... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Tom Lane | Now that fastpath protocol allows null arguments to... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Tom Lane | Implement new-protocol binary I/O support in DataRow... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | More cleanups now that we have crypt(). |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | autoconf run for crypt(). |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Add crypt() to /port for Win32. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Remove rint() prototype from QNX. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Remove another old rint() replacement. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Add rint() to /port, remove from qnx/. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Pass canAcceptConnections to exec'ed backend, for Jan. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Tom Lane | Binary send/receive routines for a few basic datatypes... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Bruce Momjian | Add opendir/readdir/closedir() for Win32. |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Tom Lane | Reinstate pg_type's typsend and typreceive columns... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Bruce Momjian | Write non-defaults file before signalling the children... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Bruce Momjian | Move attached to shared memory out into a separate... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Tom Lane | I think we're done with protocol instability, so mark... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Tom Lane | Update 3.0 protocol support to match recent agreements... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Bruce Momjian | Pass shared memory address on command line to exec... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Tom Lane | Fix documentation problem pointed out by Barry Lind... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Tom Lane | Update COPY BINARY file format spec to reflect recent... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Tom Lane | Revise protocol doc for recently-agreed modifications... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Bruce Momjian | Change alternate database location patch to test for... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Tom Lane | Fix erroneous example, per Tim Knowles. |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Barry Lind | Fixed bug with Warnings. Warnings are not added to... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Bruce Momjian | Pass shared memory id and socket descriptor number... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Bruce Momjian | Properly test for buggy flex 2.5.3. |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Tom Lane | Minor editorializing. |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Tom Lane | Add display of eventual result RowDescription (if any... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Tom Lane | Ensure that an Execute operation can't send tuples... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Tom Lane | Restructure command destination handling so that we... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Michael Meskes | Added rfmtlong compatibility function. |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Bruce Momjian | Rename internal variables DBName|dbName to dbname,... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Bruce Momjian | Comment out some of the conditional tests until we... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Tom Lane | Implement feature of new FE/BE protocol whereby RowDesc... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Tom Lane | Ditch ExecGetTupType() in favor of the much simpler... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Tom Lane | Alter plpgsql's lexer so that yylineno and yymore are... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Tom Lane | Provide a real link to CREATE SEQUENCE's reference... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Tom Lane | Not sure why parser() was still doing clearerr(stdin... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Tom Lane | Extended query protocol: parse, bind, execute, describe... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Bruce Momjian | Disable alternate locations on Win32 because it doesn... |
commit | commitdiff | tree | snapshot |
next |