| Age | Commit message (Expand) | Author |
| 2003-06-12 | Back out this patch because it is patched inside a later patch. | Bruce Momjian |
| 2003-06-12 | Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two | Bruce Momjian |
| 2003-06-12 | Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and | Bruce Momjian |
| 2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
| 2003-06-11 | Add add_missing_from GUC variable. | Bruce Momjian |
| 2003-06-11 | Add log_min_duration_statement. | Bruce Momjian |
| 2003-06-11 | Add missing DLLIMPORT for cpu_index_tuple_cost to | Bruce Momjian |
| 2003-06-11 | Represent grant options in the information schema. | Peter Eisentraut |
| 2003-06-11 | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian |
| 2003-06-09 | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane |
| 2003-06-08 | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-06-05 | Support for Intel compiler on Linux | Peter Eisentraut |
| 2003-06-02 | In src/include/mb/pg_wchar.h we have: | Bruce Momjian |
| 2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | Tom Lane |
| 2003-05-28 | Fix things so that an error occuring during standalone-backend processing | Tom Lane |
| 2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-27 | Add configure thread tests. | Bruce Momjian |
| 2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-23 | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane |
| 2003-05-22 | Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3. | Bruce Momjian |
| 2003-05-22 | Fix compilation on Cygwin. | Peter Eisentraut |
| 2003-05-22 | Adjust configure so that extern tzname[] will be checked for | Tom Lane |
| 2003-05-19 | Rename Win32 include directory from win32_include to win32. | Bruce Momjian |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-16 | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian |
| 2003-05-16 | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian |
| 2003-05-15 | Revert change of inclusion order for pg_config_os.h; this broke plperl | Tom Lane |
| 2003-05-15 | Add missing win32 file --- seems best way to find these is to just | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2003-05-14 | Add text(cidr) cast, per recent discussion. I'm not bothering to | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-05-13 | More binary I/O routines. | Tom Lane |
| 2003-05-13 | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-05-09 | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane |
| 2003-05-09 | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane |
| 2003-05-09 | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane |
| 2003-05-09 | More cleanups now that we have crypt(). | Bruce Momjian |
| 2003-05-09 | Remove rint() prototype from QNX. | Bruce Momjian |
| 2003-05-09 | Add rint() to /port, remove from qnx/. | Bruce Momjian |
| 2003-05-09 | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane |
| 2003-05-09 | Add opendir/readdir/closedir() for Win32. | Bruce Momjian |
| 2003-05-08 | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane |
| 2003-05-08 | I think we're done with protocol instability, so mark server and libpq | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
| 2003-05-08 | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian |