Commit Graph

3608 Commits (832bcfef55e160998fd1b46e3bf6cbbdeb23df15)

Author SHA1 Message Date
Bruce Momjian 832bcfef55 I reconfirmed MS-VC6. Thank you for wonderful correspondence. 20 years ago
Bruce Momjian 96a1732710 Stamp 8.1.1. 20 years ago
Bruce Momjian a3e1e99674 Disble some Win32-specific code in win32-client-only builds: 20 years ago
Bruce Momjian 42860677a4 Add documentation on the use of *printf() macros and libintl. 20 years ago
Tom Lane 24bc418969 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane c4279b45fd Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Tom Lane fd3ac58b68 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane c8de36352f Modify tuptoaster's API so that it does not try to modify the passed 20 years ago
Tom Lane be324ad2ab DropRelFileNodeBuffers failed to fix the state of the lookup hash table 20 years ago
Tom Lane 659d3b2b0e Restore the former RestrictInfo field valid_everywhere (but invert the flag 20 years ago
Tom Lane 431178ae67 Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple 20 years ago
Tom Lane 48052de722 Repair an error introduced by log_line_prefix patch: it is not acceptable 20 years ago
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would 20 years ago
Alvaro Herrera 902377c465 Rename the members of CommandDest enum so they don't collide with other uses of 20 years ago
Tom Lane fc5894bf77 Adjust parser so that POSTQUEL-style implicit RTEs are stored with 20 years ago
Tom Lane 25777f6fd3 Fix Windows setitimer() emulation to not depend on delivering an APC 20 years ago
Tom Lane 4d20df3c78 Temporarily disable Qingqing's Windows signal processing patch, so that 20 years ago
Tom Lane 6aad07d270 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 21 years ago
Tom Lane ef3b7cd328 Add an implicit cast from varchar to regclass, so that existing code 21 years ago
Tom Lane b33a732264 Improve trace_sort code to also show the total memory or disk space used. 21 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 21 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 21 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Tom Lane abd3f43b4c Fix syslog bug: if any messages are emitted to write_syslog before 21 years ago
Neil Conway 689c815b09 Add a comment describing the requirement that pointers into shared memory 21 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 21 years ago
Tom Lane a72ee09090 Add infrastructure for making spins_per_delay variable depending on 21 years ago
Tom Lane 9907b9775b Don't use a non-locked pre-test of the spinlock on x86_64 machines. 21 years ago
Tom Lane 9178306151 Fix the problem of GRANTs creating "dangling" privileges not directly 21 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 21 years ago
Bruce Momjian 8e0c8a2463 Add spaces around operator. 21 years ago
Tom Lane bb55e583f6 Allocate a few extra LWLocks for possible use by add-on modules. 21 years ago
Alvaro Herrera a84429a1aa Remove an unused typedef. 21 years ago
Neil Conway f59175d72f Minor API cleanup for async notifications: we can only register the 21 years ago
Tom Lane 9ea14ef56a When a function not returning RECORD has a single OUT parameter, use 21 years ago
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses 21 years ago
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 21 years ago
Tom Lane 12992ab37a Separate out the VacRUsage stuff as an independent module, in preparation 21 years ago
Tom Lane 64eea6c21d Expand pg_control information so that we can verify that the database 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Tom Lane 1b61ee3c69 _SPI_execute_plan failed to return result tuple table to caller in 21 years ago
Tom Lane 2e1254e7fa Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 21 years ago
Tom Lane 4fc935a5d4 Fix problems with PGXS builds against an installation tree that was 21 years ago
Tom Lane e990b9ce23 The original patch to avoid building a hash join's hashtable when the 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Bruce Momjian 4f915cd377 This patch cleans up the access to members of ItemIdData. 21 years ago
Bruce Momjian 658657177e Print proper cause of statement cancel, user interaction or timeout. 21 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 21 years ago