Commit Graph

19923 Commits (00a1b1e27220acccae5e809f694486a7a2f83d65)
 

Author SHA1 Message Date
Neil Conway 00a1b1e272 This file was whacked by pgindent before it knew it shouldn't remove 21 years ago
Tom Lane 726220fb9f Adjust grammar for plpgsql's OPEN command so that a cursor can be 21 years ago
Tom Lane fd97cf4df0 plpgsql does OUT parameters, as per my proposal a few weeks ago. 21 years ago
Tom Lane 2af664e7ce Fix broken markup. 21 years ago
Neil Conway 51b2f8ba55 This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg 21 years ago
Neil Conway 8bbe905a2e Minor fixes for psql tab completion. Spell "absolute" like the English word, 21 years ago
Neil Conway dba561f94e Add a link to www.postgresql.org/download to the installation instructions. 21 years ago
Neil Conway 5b1c607abe Remove an unused variable `ShmemBootstrap', and remove an obsolete 21 years ago
Tom Lane 280de290d7 In cost_mergejoin, the early-exit effect should not apply to the 21 years ago
Tom Lane 503edbdbff Put back code mistakenly removed from copy of postmaster's 21 years ago
Bruce Momjian dfd33e2ff6 Fix release not typo. 21 years ago
Bruce Momjian 65d2624e04 Update release notes for 8.0.2. 21 years ago
Tom Lane a5dda5dc3a Second try at making examine_variable and friends behave sanely in 21 years ago
Tom Lane 06fb6105f5 Make plperl work with OUT parameters. 21 years ago
Tom Lane 943178fec5 Minor improvements in the really-pretty-ad-hoc test scripts for the 21 years ago
Tom Lane a8e0dff101 Teach pg_dump about OUT parameters. 21 years ago
Bruce Momjian d1dcaed468 Update pgcvslog examples. 21 years ago
Bruce Momjian 9e9724e8bd Fix wrong week returnded by date_trunc('week') for early dates in 21 years ago
Bruce Momjian a70574d803 Update pgcvslog examples. 21 years ago
Neil Conway f5dbbdcf00 Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. 21 years ago
Bruce Momjian 135f65e299 Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value 21 years ago
Tom Lane 9336d636e2 Flush any remaining statistics counts out to the collector at process 21 years ago
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
Teodor Sigaev fb13881f42 1 fix various comparing functions 21 years ago
Bruce Momjian fd977434b3 Adjust SGML ulink tags to the URL is always displayed in our printed docs. 21 years ago
Neil Conway aeb502346b Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an 21 years ago
Neil Conway e1b398c6f5 Fix build error in pg_buffercache on Win32 (native and cygwin). From 21 years ago
Neil Conway 8962b6106b Document that the "-P" option to pg_autovacuum is insecure on many 21 years ago
Neil Conway d4beb2636c Minor tweak to documentation. 21 years ago
Neil Conway 320f85a953 Fix typo. 21 years ago
Tom Lane 0f085f6e9d Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 21 years ago
Tom Lane eb47ee4865 Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually 21 years ago
Tom Lane 8c85a34a3b Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 21 years ago
Neil Conway 4f6f5db474 Add SPI_getnspname(), including documentation. 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Tom Lane 119191609c Remove dead push/pop rollback code. Vadim once planned to implement 21 years ago
Tom Lane 5db2e83852 Rethink the order of expression preprocessing: eval_const_expressions 21 years ago
Tom Lane bf3dbb5881 First steps towards index scans with heap access decoupled from index 21 years ago
Tom Lane 351519affc Teach const-expression simplification to simplify boolean equality cases, 21 years ago
Tom Lane 617dd33b6e Eliminate duplicate hasnulls bit testing in index tuple access, and 21 years ago
Tom Lane 926e8a00d3 Add a back-link from IndexOptInfo structs to their parent RelOptInfo 21 years ago
Tom Lane febc9a613c Expand the 'special index operator' machinery to handle special cases 21 years ago
Tom Lane 9d388e1f39 Fix a pair of related issues with estimation of inequalities that involve 21 years ago
Tom Lane bb34970f91 Use a bitmapset instead of a list for duplicate-column checking in 21 years ago
Tom Lane 9e5238137d Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. 21 years ago
Tom Lane 4377648b9f Add Windows-specific variant comparison file. 21 years ago
Tom Lane 58a02c9905 Add another ORDER BY to rules test to eliminate platform-specific 21 years ago
Tom Lane fccde77ecb Prevent to_char(interval) from dumping core on month-related formats 21 years ago
Bruce Momjian a7032690f9 Use 'cp' and 'chmod' in place of 'install' to install header files. 21 years ago
Bruce Momjian e341a52037 Add 21 years ago