Commit Graph

21951 Commits (77bb65d3fcdd2b588cec4b94af05e3d3f30e80cc)
 

Author SHA1 Message Date
Tom Lane 2647ad6583 Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can 20 years ago
Neil Conway 1d763d9107 Allow an optional alias for the target table to be specified for UPDATE 20 years ago
Neil Conway 57a84ca48e Minor improvements to GEQO documentation. 20 years ago
Tom Lane b42f307340 Marginal improvements in the wording of the autovacuum documentation: 20 years ago
Tom Lane 27959dd746 Fix broken markup. 20 years ago
Tom Lane c89a0dd3bb Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago
Bruce Momjian 4789e98801 Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 20 years ago
Tom Lane 33feb55c47 Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Bruce Momjian 138fdf32bb Update EXPLAIN wording for GEQO usage. 20 years ago
Tom Lane 413d492d32 Fix thinko in autovacuum's test to skip temp tables: want to skip any 20 years ago
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