Commit Graph

15071 Commits (bee0ac67ee35e578404d7ae476cd3cc82b275154)
 

Author SHA1 Message Date
Bruce Momjian bee0ac67ee Add missing win32 file --- seems best way to find these is to just 22 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 22 years ago
Peter Eisentraut 2c0556068f Indexing support for pattern matching operations via separate operator 22 years ago
Tom Lane 2a2f6cfa39 Fix oversight: ignore-till-SYNC state should not ignore EOF ... 22 years ago
Tom Lane 22c4caef12 Add text(cidr) cast, per recent discussion. I'm not bothering to 22 years ago
Michael Meskes 4e1ed3da9b - Added more compatibility functions. 22 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane d9b679c13a In RowDescription messages, report columns of domain datatypes as having 22 years ago
Tom Lane 0249c24235 More binary I/O routines. 22 years ago
Michael Meskes 72f311b86a Fixed order of include file search path. 22 years ago
Tom Lane 1c9ac7dfd0 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). 22 years ago
Tom Lane 30f609484d Add binary I/O routines for a bunch more datatypes. Still a few to go, 22 years ago
Tom Lane b02832719c Avoid unnecessary copying of parameter values in BIND. This allows 22 years ago
Tom Lane d97c9b3662 Apply fixes for problems with dropped columns whose types have also been 22 years ago
Tom Lane a7c50cd92b Finish removing HPUXMATHLIB. 22 years ago
Tom Lane 6f261461c1 Revert previous change --- turns out the underlying problem affects 22 years ago
Tom Lane 8f2e53bc10 Disable the recently-added use_physical_tlist optimization in cases 22 years ago
Tom Lane a4e775a263 Make use of new error context stack mechanism to allow random errors 22 years ago
Tom Lane ecc8c3652e In child-crashed log messages, identify a checkpoint process as such 22 years ago
Tom Lane 8d86a96068 Adjust CreateCheckpoint so that buffer dumping activities and cleanup of 22 years ago
Bruce Momjian 199f24e19d More crypt() cleanup. 22 years ago
Bruce Momjian 37627eb571 Remove HPUX 9 rint() test. 22 years ago
Bruce Momjian cb8b1299a3 Add Makefile rules for new crypt/rint() /port functions. Add include 22 years ago
Tom Lane ba1e066e46 Implement array_send/array_recv (binary I/O for arrays). This exposed 22 years ago
Tom Lane b1ee615a7f COPY BINARY uses the new binary I/O routines. Update a few more datatypes 22 years ago
Tom Lane 38d9919d1a Now that fastpath protocol allows null arguments to be passed, 22 years ago
Tom Lane 0ac6298bb8 Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 22 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 22 years ago
Bruce Momjian 384bbdd0e1 autoconf run for crypt(). 22 years ago
Bruce Momjian 66e0a8cb39 Add crypt() to /port for Win32. 22 years ago
Bruce Momjian 89eae96b2f Remove rint() prototype from QNX. 22 years ago
Bruce Momjian 3afb84cd0f Remove another old rint() replacement. 22 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 22 years ago
Bruce Momjian 995773be1c Pass canAcceptConnections to exec'ed backend, for Jan. 22 years ago
Tom Lane 5ecd4e3f30 Binary send/receive routines for a few basic datatypes --- enough for 22 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 22 years ago
Tom Lane 45d04099df Reinstate pg_type's typsend and typreceive columns. They don't do much 22 years ago
Bruce Momjian f2c7a27635 Write non-defaults file before signalling the children to reread it. 22 years ago
Bruce Momjian 789a5b340c Move attached to shared memory out into a separate function for clarity. 22 years ago
Tom Lane 075a0078df I think we're done with protocol instability, so mark server and libpq 22 years ago
Tom Lane c0a8c3ac13 Update 3.0 protocol support to match recent agreements about how to 22 years ago
Bruce Momjian 5e7a5c9511 Pass shared memory address on command line to exec'ed backend. 22 years ago
Tom Lane 4e08d35e7d Fix documentation problem pointed out by Barry Lind: code expected a 22 years ago
Tom Lane 1718f4c66c Update COPY BINARY file format spec to reflect recent decisions about 22 years ago
Tom Lane 2de6da832f Revise protocol doc for recently-agreed modifications. This is the 22 years ago
Bruce Momjian 07d35e4277 Change alternate database location patch to test for symlink() rather 22 years ago
Tom Lane 6165a278e5 Fix erroneous example, per Tim Knowles. 22 years ago
Barry Lind 137b123fc7 Fixed bug with Warnings. Warnings are not added to the Statement instead of 22 years ago
Bruce Momjian d9fd7d12f6 Pass shared memory id and socket descriptor number on command line for 22 years ago