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