Skip to content

PostgreSQL ECPG client-side cursor caching

Notifications You must be signed in to change notification settings

sierraworks/ecpg-readahead

 
 

Repository files navigation

This is a fork of zboszor's wonderful read-ahead patches to ECPG for Postgresql.   
It has been tested against AWS Aurora PG v10.

The fork is to remove all of the non-needed code since it originally built a complete Postgresql install.  
Now it just builds the ECPG files.

Other changes:

A:  an environment ECPG_ROOT is used to indicate the top level directory.  This allows moving the source 
around without having to rerun the configuration utility.

B:  the install will NOT put the .a, .so and .h files into the system area.  This ensures 
that a standard PG install isn't stepped on.  The install directory is defined with an 
environmental variable called ECPG_INSTALL.

-- below is the original README


PostgreSQL Database Management System
=====================================

This directory contains the source code distribution of the PostgreSQL
database management system.

PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.  This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

	http://www.postgresql.org/download

See the file INSTALL for instructions on how to build and install
PostgreSQL.  That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Changes between all PostgreSQL releases are recorded in the
file HISTORY.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.

About

PostgreSQL ECPG client-side cursor caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.0%
  • PLpgSQL 5.3%
  • C++ 2.7%
  • Yacc 1.6%
  • Perl 0.9%
  • Makefile 0.8%
  • Other 1.7%