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 |
2003-05-04 |
Tom Lane | Allow 60 in seconds fields of timestamp, time, interval... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Eisentraut | Last round of reference page editing. |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Tom Lane | When a TIMESTAMP, TIME, or INTERVAL precision is specif... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Tom Lane | Fix erroneous space calculation leading to core dump... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Barry Lind | Patch to fix up LONGVARBINARY support submitted by... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Bruce Momjian | Cleanup patch for exec() handling. |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Bruce Momjian | Handle clog structure in shared memory in exec() case... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Bruce Momjian | SECOND ATTEMPT |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Bruce Momjian | Back out second part of patch. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Bruce Momjian | Back out last commit --- wrong patch. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Bruce Momjian | Dump/read non-default GUC values for use by exec'ed... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Tom Lane | Portal and memory management infrastructure for extende... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Tom Lane | Repair sloppiness about where cached mergeclause pathke... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Michael Meskes | Fixed double definition of ecpg_compat_mode. |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Michael Meskes | Added an option to force ecpg to also parse files inclu... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Tom Lane | Documentation refers to box() function where it should... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Tom Lane | Update to describe new set of globally-known contexts... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Tom Lane | Infrastructure for deducing Param types from context... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Bruce Momjian | Remove unneeded define. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Tom Lane | Code review for holdable-cursors patch. Fix error... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Bruce Momjian | Update German FAQ, from Ian Barwick |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tom Lane | Minor wordsmithing on .pgpass description. |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tom Lane | Minor improvement in wording. |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tom Lane | Missed some corner cases (PGSERVICE mostly)... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Tom Lane | Okay, I've had it with PQsetdbLogin having slightly... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Tom Lane | Make getaddrinfo's behavior with NULL node parameter... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Tom Lane | Prevent coredump in current_schemas() if someone has... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Tom Lane | Fix plpgsql so that variables of composite types (rowty... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Tom Lane | Put back encoding-conversion step in processing of... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Tom Lane | Department of second thoughts: probably still need... |
commit | commitdiff | tree | snapshot |
next |