Commit Graph

68 Commits (b6db89a02d187a42e33fc3af8170749f22fdac99)

Author SHA1 Message Date
Peter Eisentraut 60e42602a0 revert last change 24 years ago
D'Arcy J.M. Cain d75ed09b31 Bump version to 3.3. Mostly this is because there is some confusion about 24 years ago
Tom Lane 9b03776ff2 A bunch of small doco updates motivated by scanning the comments on 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
D'Arcy J.M. Cain 568cb6ab5c Version was 3.3 but last released version was 3.1. Setting to match rest 24 years ago
D'Arcy J.M. Cain 5f067722bf Note that PyGreSQL has been checked against Python 2.1 now. 24 years ago
D'Arcy J.M. Cain 6395d86a9a The "%d", while syntactically correct, was confusing. Added a space to 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian ece1b67f54 > This stops the interface from leaking the row tuples (and thus the 25 years ago
Bruce Momjian 076026bba9 Python handle as string all int8 values from postgresql. This could be 25 years ago
D'Arcy J.M. Cain ae64196acb Change the version. We are moving towards the next release. 25 years ago
Bruce Momjian da1696b5c1 Remove INV_ARCHIVE mention in python readme. 25 years ago
Peter Eisentraut 968d7733a1 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 25 years ago
Bruce Momjian f7eedfdff2 This patch fixes the well-known but unfixed bug that fetchone() always returns 25 years ago
Bruce Momjian d674b48307 Add prototypes to supress warnings. 25 years ago
Peter Eisentraut 8237d89c0f Support fake root install, separate build dir, dependency tracking, our 25 years ago
Peter Eisentraut 31fe394cd8 Include catalog/pg_type.h instead of manually extracting the interesting 25 years ago
D'Arcy J.M. Cain 588463a449 Make sure that everything says version 3.2. 25 years ago
D'Arcy J.M. Cain 54e374c9e6 Add NUMERICOID to this script. This script can be run occasionally to 25 years ago
D'Arcy J.M. Cain f09546fabf Add bpchar to list of string types. 25 years ago
D'Arcy J.M. Cain d34a5d8e2d Add missing comma. 25 years ago
D'Arcy J.M. Cain 52350c7ad9 Add NUMERICOID return type. Treat it as floating point for now. This 25 years ago
Bruce Momjian dffb673692 While changing Cygwin Python to build its core as a DLL (like Win32 25 years ago
Bruce Momjian 3f7c542a60 Back out, per Peter E. 25 years ago
Bruce Momjian eeca4bdb31 The attached patch changes src/interfaces/python/GNUmakefile to use the 25 years ago
D'Arcy J.M. Cain 9478206d32 Fix small thinko. 25 years ago
Peter Eisentraut bbc3920fe9 PL/Python should build portably now, if you can get over the fact that 25 years ago
D'Arcy J.M. Cain 57faa28740 Add note explaining why inserts take longer as tables grow. Also suggest 25 years ago
D'Arcy J.M. Cain 66feaa80dc Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code works 25 years ago
D'Arcy J.M. Cain d3d35e9b25 I just noticed the beta comment. That's not actually true any more 25 years ago
D'Arcy J.M. Cain 92f3253926 Marc-Andre is changing where DateTime goes. This change allows the module 25 years ago
D'Arcy J.M. Cain f9ae973c5e Correct indenting in _quote() function. 25 years ago
D'Arcy J.M. Cain c4d354c271 Add changes from Mikhail Terekhov <terekhov@emc.com>. 25 years ago
D'Arcy J.M. Cain 5fb00d424a Update the changes for version 3.2. 25 years ago
D'Arcy J.M. Cain f99e2003f1 Document the --with-python flag as a simpler way of installing the 25 years ago
Peter Eisentraut 3206e5225f Pick up any extra -I options for Python build. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
D'Arcy J.M. Cain 551e0aa991 Fix parameter handling. 25 years ago
D'Arcy J.M. Cain 37d67eb159 Add WIN32 support. 25 years ago
D'Arcy J.M. Cain 7a2fdd9632 Update the version number. We may change this to 7.1 if we align it with 25 years ago
D'Arcy J.M. Cain 88342ae929 Add oid to list of keys cached. 25 years ago
D'Arcy J.M. Cain 6b6f8327ae Incrementing version number in preparation for next release. Note that I 25 years ago
D'Arcy J.M. Cain a487e0d333 Added postgres.h header for more type checking. 25 years ago
Peter Eisentraut d79ab787b8 Only pass the -L* portions of LDFLAGS to the Python build environment. 25 years ago
Peter Eisentraut 8791d12d9e Pass LDFLAGS along with LIBS to the Python build stuff, especially to pick 25 years ago
Bruce Momjian b60c57da2d Apply patches for QNX from Maurizio 25 years ago
Peter Eisentraut ab432f204a Fix unportable use of '!' in shell commands. 25 years ago
Bruce Momjian eafb636435 Update to PyGreSQL 3.1: 25 years ago
Bruce Momjian 439643a668 Add missing python files. 26 years ago