Commit Graph

21841 Commits (cd5d464e9f8bf9d1a19ae628c5c64374ffb931f6)
 

Author SHA1 Message Date
Bruce Momjian cd5d464e9f Doc patch that adds an example of a correllated UPDATE. 20 years ago
Bruce Momjian 807cb000f6 Clarify STABLE function documentation to highlight how such functions 20 years ago
Tom Lane efbe674e4e Add some test scaffolding to allow cache-flush stress testing (and I do 20 years ago
Bruce Momjian 248c9bdfcb Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 20 years ago
Bruce Momjian c52bafca45 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. 20 years ago
Tom Lane ed69cf5d23 Avoid crashing if relcache flush occurs while trying to load data into an 20 years ago
Bruce Momjian 99e0c54290 Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, 20 years ago
Tom Lane 4513d9deda It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
Tom Lane b0be247e38 Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). 20 years ago
Bruce Momjian 7259cc1e7e Clarify use of btree indexes for ILIKE and ~*. 20 years ago
Bruce Momjian ccebb6745e You'll find attached a patch for a fixed explanation on parameter_mode 20 years ago
Tom Lane d5db3abfb6 Modify pgstats code to reduce performance penalties from oversized stats data 20 years ago
Bruce Momjian e1af35afac Done: 20 years ago
Neil Conway 33e06ebccb Add a new system view, pg_cursors, that displays the currently available 20 years ago
Tom Lane 558bc2584d Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Michael Meskes f3dda5be89 Data transferred binary is now put into the variables verbatim. 20 years ago
Tom Lane 73e3566078 Improve comments about btree's use of ScanKey data structures: there 20 years ago
Bruce Momjian e38217d1ec Improve constraint_name wording. 20 years ago
Bruce Momjian a0ae3dbacb Add markup for new constraint_name mention. 20 years ago
Bruce Momjian 9200318972 Add documentaiotn mention that constraint names can be sentences that 20 years ago
Neil Conway b06e6f1a9a Change the parameter_types column of the pg_prepared_statements to be 20 years ago
Neil Conway 1ce4c9e9b4 When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 20 years ago
Neil Conway 4dcc82ac7e Add regression tests to verify that domain constraints on parameters 20 years ago
Neil Conway 106a3695f5 Allow the types of parameters to PREPARE to be inferred. If a parameter's 20 years ago
Tom Lane f7ea931287 Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE 20 years ago
Peter Eisentraut 7930e627d8 Fix pg_ctl crash on "unregister" when a data directory is not specified. 20 years ago
Tom Lane 34f8ee9737 Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, 20 years ago
Tom Lane 39fc1fb07a Remove logic in XactLockTableWait() that attempted to mark a crashed 20 years ago
Tom Lane 7d6d02b640 Document that CREATE OPERATOR CLASS amounts to granting public execute 20 years ago
Tom Lane 1564e92cea Require the issuer of CREATE TYPE to own the functions mentioned in the 20 years ago
Neil Conway 4b3252c4b8 We neglected to apply domain constraints on UNKNOWN parameters to 20 years ago
Andrew Dunstan ea73a78b08 Clear up remaining compile warning for plperl on Windows. 20 years ago
Neil Conway d3a4d63387 mbutils was previously doing some allocations, including invoking 20 years ago
Tom Lane 25b9b1b042 Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Tom Lane db0558c113 Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Tom Lane 9484e14c5c Remove extraneous backslash from 'fixseq.sql' example --- mea culpa 20 years ago
Tom Lane 445144b8c2 Update comment about outer joins in description of geqo_threshold. 20 years ago
Neil Conway 416689c866 Documentation tweak: add spaces around the brackets in the description 20 years ago
Bruce Momjian 2583663623 Brace cleanup. 20 years ago
Bruce Momjian 9545d66a97 Done: 20 years ago
Tom Lane 782eefc580 Create a standard function pg_sleep() to sleep for a specified amount of time. 20 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Neil Conway 762bcbdba2 Remove a confusing pair of parentheses. 20 years ago
Tom Lane 399437acec Improve error messages for missing-FROM-entry cases, as per recent discussion. 20 years ago
Neil Conway 8ea91ba18e Minor code clarity improvement: AFAICS, estate.eval_econtext must be 20 years ago
Tom Lane ce8fd39e15 Improve patternsel() by applying the operator itself to each value 20 years ago
Andrew Dunstan ad24b8e6ee remove unneeded defines for uid_t and gid_t, which conflict with perl's typedefs. 20 years ago
Neil Conway c08c8529e7 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Bruce Momjian 42ff6a04d8 Done: 20 years ago
Tom Lane e4a6bd224c Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago