Commit Graph

7027 Commits (f6a3b87c7b5d870471c73ee47b494f8b32e2a3a4)
 

Author SHA1 Message Date
Tom Lane f6a3b87c7b Reset CurrentMemoryContext to TopMemoryContext at the beginning of error 26 years ago
Tom Lane e0095c6c42 Remove bogus 'xid loop detected' check, which actually wasn't detecting 26 years ago
Bruce Momjian 2f19d11fc8 Clean up ecpg test files. 26 years ago
Bruce Momjian 3e24112b71 Update TODO list. 26 years ago
Bruce Momjian 0ccf3c8877 Update pgeasy examples 26 years ago
Bruce Momjian 9bd604f3be Update TODO list. 26 years ago
Bruce Momjian 7bd35f0f77 Update TODO list. 26 years ago
Bruce Momjian 0e69b81d25 Update libpgeasy define. 26 years ago
Bruce Momjian 96d643e5d5 More libpgeasy update of connectdb() parameter ordering 26 years ago
Bruce Momjian 7aa443d01e Change libpgeasy to take dbname at end like all other interfaces. 26 years ago
Bruce Momjian 796695c9d1 Update TODO list. 26 years ago
Tom Lane a90dc572ed Setting statistic options from SET PG_OPTIONS caused a backend crash 26 years ago
Tom Lane 45cc0e9b27 plpgsql RAISE statement was careless about the possibility of a NULL 26 years ago
Tom Lane f106779263 Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, 26 years ago
Bruce Momjian fb7318a632 Update libpgeasy e-mail address 26 years ago
Tom Lane d6eac08f11 Repair problem noted by Elphick: make_rels_by_joins failed to handle 26 years ago
Tom Lane 85a5303877 -D switch to postmaster should override any PGDATA environment variable 26 years ago
Tom Lane 1b4f150541 Tweak outUnique to include uniqColIdx[] field in the printout. This does 26 years ago
Tom Lane 6a4fa7eccb On HPUX, shl_load should be called with options BIND_IMMEDIATE rather 26 years ago
Bruce Momjian 00645eb1fd Fix include "" to <> 26 years ago
Bruce Momjian f839762e0b Remove DriverClass.java. It is generated by the compile. 26 years ago
Bruce Momjian 0b65e1436e Add res clear to example 26 years ago
Bruce Momjian 3c0685e423 Install Peter's Makefile. 26 years ago
Jan Wieck 9d56aff7bc Reinstalled revision 1.36 (looks Peter Mount installed 26 years ago
Peter Mount dbd8d38fa5 third attempt 26 years ago
Peter Mount 4fc3690238 Attempt III 26 years ago
Peter Mount 39116bfbfc Another attempt 26 years ago
Bruce Momjian 1b266fbcca Update libpgeasy readme. 26 years ago
Bruce Momjian a0551e8afa Make c++ examples return 0 from main(). 26 years ago
Bruce Momjian 02ee04180d Update readme for 7.0. 26 years ago
Bruce Momjian 1234981836 Fix libpq example return values 26 years ago
Hiroshi Inoue 56e09ddf0c change reindex ERROR/NOTICE message 26 years ago
Peter Eisentraut 282861ad75 initdb didn't always remove temp file 26 years ago
Tom Lane f46c1f1e33 Check that user-specified opclass in CREATE INDEX corresponds to operators 26 years ago
Tatsuo Ishii e308786889 Update pg_ctl so that it does not redirect outputs from postmaster 26 years ago
Bruce Momjian 418368bc3c Update SCO FAQ> 26 years ago
Bruce Momjian 297e7f3ef4 Fix \h to not go past array bounds 26 years ago
Bruce Momjian 11ae8ba7ea Add mention of int in variable. 26 years ago
Bruce Momjian bc4e6db44c Add mention of int for variable in examples 26 years ago
Tom Lane cfc0e015a1 Our test to see if we had permission to install into Perl5 install area 26 years ago
Tom Lane 2ee858b5f0 Update obsolete info in CREATE INDEX ref page. (I had fixed the text 26 years ago
Tom Lane 97f0521d8e Produce an appropriate error message when opclass is not supported by 26 years ago
Tom Lane a77c4df2c1 List of available pg_options items was a tad out-of-date. 26 years ago
Tom Lane 8994662a0b 7.0 buffer manager can support different backends running with different 26 years ago
Tom Lane 290978fff0 Remove broken tracing code (which would be dangerous if it did work...) 26 years ago
Tom Lane 51c92941c6 Update example: PgLargeObject constructor now takes a conninfo string, 26 years ago
Bruce Momjian 6caa4fa406 Update TODO list. 26 years ago
Tom Lane 3ddeba7403 pltcl didn't work well at all when Tcl had been built with a different 26 years ago
Tom Lane ef6c33f3b9 Finally figured out that HP's cpp won't do ANSI preprocessing constructs 26 years ago
Tom Lane f084cc4939 Fix still more static-declaration-vs-nonstatic-definition glitches. 26 years ago