Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
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
Tom Lane d5db3abfb6 Modify pgstats code to reduce performance penalties from oversized stats data 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
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
Bruce Momjian 2583663623 Brace cleanup. 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
Tom Lane e4a6bd224c Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Peter Eisentraut 894829a32c Change allow_system_table_mods to PGC_POSTMASTER, restoring previous 20 years ago
Neil Conway 6c8d838079 Minor code cleanup for PL/Python: fixup some strangely formatted comments, 20 years ago
Andrew Dunstan 9bb76d0b3f Rationalise perl header inclusions via a common include file, which also 20 years ago
Tom Lane 2645cb54cb Fix the assert_enabled issue properly. This eliminates the former ABI 20 years ago
Tom Lane cbf39930d6 Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per 20 years ago
Tom Lane edfbd0744a Avoid leaking memory while reading toasted entries from pg_rewrite, 20 years ago
Neil Conway 44b928e876 Add a new system view, pg_prepared_statements, that can be used to 20 years ago
Tom Lane afa8f1971a Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane e58a944700 Add comment explaining why RelationOpenSmgr() call is not needed. 20 years ago
Tom Lane 7eb5428199 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 0a8510e0f8 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Bruce Momjian 38e75d9275 Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. 20 years ago
Tom Lane a7812eb4be Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane 2d0475e480 Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane 304160c3e2 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian 33cd2706ad Update x86 Solaris documenation ideas. 20 years ago