Commit Graph

29248 Commits (00b5ccebdd0d2925a2e5db0fdf067ea4b7bae799)
 

Author SHA1 Message Date
Tom Lane 00b5ccebdd Second try: walreceiver should not be built with -DBUILDING_DLL 16 years ago
Tom Lane cf7af28068 No, scratch that, it was getting added twice. 16 years ago
Tom Lane 4335281604 Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... 16 years ago
Tom Lane 798fe1d513 Fix bogus subdir setting ... wonder just what that affects ... 16 years ago
Heikki Linnakangas 3daf3821e6 Move build of src/backend/replication/walreceiver/ later in the build 16 years ago
Michael Meskes eb730cf556 Added correct error handling in DESCRIBE statement processing by Boszormenyi Zoltan <zb@cybertec.at>. 16 years ago
Heikki Linnakangas d3be71a208 Remove unused (in non-assertion-enabled build) variable. 16 years ago
Michael Meskes bf69b535c0 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Teodor Sigaev 4cbe473938 Add point_ops opclass for GiST. 16 years ago
Simon Riggs e99767bc28 First part of refactoring of code for ResolveRecoveryConflict. Purposes 16 years ago
Tom Lane 0fba3bef55 Simplify validate_exec() by using access(2) to check file permissions, 16 years ago
Tom Lane 715120e7ac When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane dbba3a1465 Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, 16 years ago
Michael Meskes b3627d1de3 Applied Zoltan's patch to make char the default sqlda type. 16 years ago
Michael Meskes cf4d9c4772 Fix SQL3 type return value. 16 years ago
Tom Lane 43a9a2fb89 Make fixed_paramref_hook behave properly when there are 'unused' slots 16 years ago
Magnus Hagander b2aab42467 Update MSVC build instructions. 16 years ago
Tom Lane 491dd4a97d Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Michael Meskes b81d033130 Removed ecpg Changelog file that was only there for historical reasons and isn't actively used anymore. 16 years ago
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator 16 years ago
Tom Lane 894fc6b763 Fix aclexplode to not explode on a zero-entry ACL array. 16 years ago
Bruce Momjian 6ce4e4f39b Remove tabs in SGML file. 16 years ago
Tom Lane d5e0029862 Add some simple support and documentation for using process-specific oom_adj 16 years ago
Tom Lane 292176a118 Improve ExecEvalVar's handling of whole-row variables in cases where the 16 years ago
Andrew Dunstan ccaad19112 remove use of temp file for perlchunks.h, as in recent change to plperl GNUmakefile 16 years ago
Tom Lane 6164b4bc19 Some trivial adjustments in comments for struct RelationData. 16 years ago
Tom Lane 3f7a518332 Remove unnecessary use of temp file. Tim Bunce 16 years ago
Tom Lane 2d7f136ff7 Improve plpgsql parsing to report "foo is not a known variable", rather than a 16 years ago
Tom Lane 01f7d29902 Improve plpgsql's handling of record field references by forcing all potential 16 years ago
Simon Riggs f537e7dfa4 Docs for behaviour change of drop database during Hot Standby 16 years ago
Magnus Hagander 48eaa34d44 Update Windows installation notes. 16 years ago
Simon Riggs 3bfcccc295 During Hot Standby, fix drop database when sessions idle. 16 years ago
Magnus Hagander 87091cb1f1 Create typedef pgsocket for storing socket descriptors. 16 years ago
Robert Haas 84b6d5f359 Remove partial, broken support for NULL pointers when fetching attributes. 16 years ago
Robert Haas 8b9fa7a93a Document pg_tablespace.spcoptions. 16 years ago
Tom Lane 85113bcf5a Make ExecEvalFieldSelect throw a more intelligible error if it's asked to 16 years ago
Simon Riggs 42edbd16fb During Hot Standby, set DatabasePath correctly during relcache init file 16 years ago
Andrew Dunstan 510f3502eb Provide regression testing for plperlu, and for plperl+plperlu interaction. 16 years ago
Andrew Dunstan 0346442b5d Build perlchunks.h for plperl on MSVC 16 years ago
Tom Lane c79640efb2 Fix makefile so it works for VPATH case. 16 years ago
Andrew Dunstan a2b34b16be Tidy up and refactor plperl.c. 16 years ago
Michael Meskes 369494e41f Also update ChangerLog file. 16 years ago
Tom Lane 217dc525c0 Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because 16 years ago
Itagaki Takahiro 83a5a338bf pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows. 16 years ago
Itagaki Takahiro 8964dbd51e Add buffer access counters to pg_stat_statements. 16 years ago
Robert Haas b1ee6daf2f Document why we copy reloptions into CacheMemoryContext after-the-fact. 16 years ago
Tom Lane 50626efe0a Fix 3-parameter form of bit substring() to throw error for negative length, 16 years ago
Tom Lane e4a6ebf7de Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane 82170c747b Fix (some of the) breakage introduced into query-cancel processing by HS. 16 years ago