Commit Graph

29273 Commits (7e40cdc07585d5f93dd1f35ce1d402eba55e425b)
 

Author SHA1 Message Date
Magnus Hagander 7e40cdc075 Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared 16 years ago
Tom Lane 4f15699d70 Add pg_table_size() and pg_indexes_size() to provide more user-friendly 16 years ago
Tom Lane 309cd7cf18 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. 16 years ago
Peter Eisentraut 8ab27affea Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch 16 years ago
Tom Lane a49147af78 Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an 16 years ago
Teodor Sigaev a0a7e63434 Fix incorrect comparison of scan key in GIN. Per report from 16 years ago
Tom Lane 376c6203cc Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 16 years ago
Tom Lane 04ef404018 Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDE 16 years ago
Tom Lane 9a915e596f Improve the handling of SET CONSTRAINTS commands by having them search 16 years ago
Magnus Hagander ee3b4188a7 Add include directory for dblink to find fmgroids.h on VS2008 builds. 16 years ago
Magnus Hagander 94fa8301f7 Silence compiler warning, noted by Stefan Kaltenbrunner 16 years ago
Tom Lane 0ae19c11f4 Remove unnecessary, inconsistent flag resets in ProcessInterrupts. 16 years ago
Magnus Hagander 1db098974c Fix spelling error, noticed by Thomas Shinnick 16 years ago
Tom Lane a6c75be23d Re-order configure tests to reflect the fact that the code generated for 16 years ago
Tom Lane 196a6ca5de Fix unportable use of isxdigit() with char (rather than unsigned char) 16 years ago
Tom Lane e319e6799a Fix bogus initialization of KnownAssignedXids shared memory state --- 16 years ago
Simon Riggs 8bfd1a8848 Lock database while running drop database in Hot Standby to protect 16 years ago
Magnus Hagander 40b91b3a8d Build the walreceiver library on MSVC as well. 16 years ago
Peter Eisentraut 44e03742d8 Improved printing of Python exceptions in PL/Python 16 years ago
Simon Riggs 2edc31c439 Message mentions msec when it should be seconds, so use s instead of ms. 16 years ago
Simon Riggs a8ce974cdd Teach standby conflict resolution to use SIGUSR1 16 years ago
Tom Lane c9dc53be77 Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants of 16 years ago
Bruce Momjian a736540958 Add #include <sys/time.h> for struct timeval definition on BSD/OS. 16 years ago
Tom Lane 47a09eda89 PGDLLIMPORT-ize the remaining variables needed by walreceiver. 16 years ago
Tom Lane 08f8d478eb Do parse analysis of an EXPLAIN's contained statement during the normal 16 years ago
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