Commit Graph

10555 Commits (e30b283f30c39648abc17e14b709ad93f53aac95)
 

Author SHA1 Message Date
Tom Lane a1e28d3505 Fix some typos. 25 years ago
Tom Lane 7d66bf261c Add some minimal exercising of functional-index feature to regression 25 years ago
Tom Lane c92b450891 Suppress definitions of 'true' and 'false' macros if __cplusplus. 25 years ago
Tom Lane 814f40cf43 Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't 25 years ago
Tom Lane 545c6696a6 Fix confusion over static-ness of a subroutine. 25 years ago
Tom Lane 5163394659 Remove unneeded/unportable extern. 25 years ago
Tom Lane d15a118a21 Quick-hack solution to regproc/oid issue was not the right solution. 25 years ago
Tom Lane ceca2a7d14 Un-break pg_dump --- pg_class.indproc is now regproc not oid, which 25 years ago
Peter Eisentraut 87c5e0fa56 Do not install the odbc header files, per discussion on odbc list. 25 years ago
Peter Eisentraut 42ae4f2940 Turn on plpython build by default if we have something that looks like a 25 years ago
Hiroshi Inoue af70014686 Fix a complie error on Windows platform. 25 years ago
Peter Eisentraut 34fd50880f VPATH and DESTDIR support for PL/Perl, using the same techniques employed 25 years ago
Peter Eisentraut ef7152f99b Put the right runpath to libpq into the Perl module shared object on more 25 years ago
Tom Lane 8e0d642c9b Documentation for transaction-ID-wraparound changes. Add a chapter to 25 years ago
Bruce Momjian 3d162c0d1a Please pull this patch. It breaks JDBC1 support. The JDBC1 code no 25 years ago
Bruce Momjian e1635b4402 Back out "Remove outdated documentation section of ecpg." for Michael. 25 years ago
Tom Lane bc7d37a525 Transaction IDs wrap around, per my proposal of 13-Aug-01. More 25 years ago
Bruce Momjian d1ee78f296 Document single-letter createuser encryption options. 25 years ago
Bruce Momjian e87a5ed1e0 Add single-letter encryption options for createuser. Update createuser --help. 25 years ago
Bruce Momjian 5863d541ae Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query. 25 years ago
Bruce Momjian 19a251d0ec >>>>The JDBC driver requires 25 years ago
Bruce Momjian 1be615f381 Here is a patch to the resultmap to make the regression tests work on 25 years ago
Bruce Momjian f478692552 The attached file: SerializePatch2.tgz, contains a patch for 25 years ago
Tom Lane ca86791a61 Fix portability problem in new CLOG code, per report from Rene Pijlman. 25 years ago
Bruce Momjian a263e39bec Re-apply Array.java patch to new Array.java file to fix compile. 25 years ago
Tom Lane 2589735da0 Replace implementation of pg_log as a relation accessed through the 25 years ago
Bruce Momjian 4699d81dc9 Add ENCRYPTED/UNENCRYPTED control in createuser script. 25 years ago
Bruce Momjian 0927d9929a Add MD5 to win32.mak 25 years ago
Bruce Momjian 46d7ae759b Add intended Array.java file that accidentally was patched into the 25 years ago
Peter Eisentraut d39ec83cc2 update from Serguei Mokhov 25 years ago
Peter Eisentraut d374e06905 Hide backend debug output in initdb by default. To that end, the bootstrap 25 years ago
Peter Eisentraut f5cda6d3f3 c.h needs to include postgres_ext.h to be self-contained. 25 years ago
Peter Eisentraut ae05b2fd43 Missed this part in pg_config.h rename. 25 years ago
Peter Eisentraut 7e20c35e1c Add ecpg --help and --version. Renumber the exit status codes, which were 25 years ago
Peter Eisentraut 9cf701f324 Start adding some more documentation about the number types. Make 25 years ago
Bruce Momjian e8cb935921 Reverse sense of comparison in psql socket test, per Tom Lane. 25 years ago
Bruce Momjian 680d465b75 Remove outdated documentation section of ecpg. 25 years ago
Bruce Momjian 4142769257 There are two problems when compiling libpq.dll and psql.exe 25 years ago
Bruce Momjian 76a6da8a1b Attached is a patch to fix the current issues with building under jdbc1. 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
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros 25 years ago
Tom Lane 29ec29ffac Makefile forgot to install README.btree_gist. 25 years ago
Tom Lane 3563e90a8c Add chkpass. 25 years ago
Tom Lane 0525ddc3e5 Bring chkpass build process into sync with other contrib modules; 25 years ago
Tom Lane 119fd7956a Remove test of 'inf' since it introduces a platform dependency (some 25 years ago
Tom Lane 07f6c02eac tskey_cmp() should use timestamp_cmp() instead of doing its own 25 years ago
Bruce Momjian 839c7924ec Update TODO list. 25 years ago
Tom Lane 5b2208a82e Allow the return value of an SQL function to be binary-compatible with 25 years ago
Peter Eisentraut 627c0d4472 Add option to output SET SESSION AUTHORIZATION commands rather than 25 years ago
Peter Eisentraut a4cc5770ef remove no longer needed -Wno-error 25 years ago