Commit Graph

25072 Commits (7176e60bc8cee15e5ff7a76545630ff332d8fabc)
 

Author SHA1 Message Date
Bruce Momjian b1a1ea49da Update to 8.4: 19 years ago
Bruce Momjian 5e95fc0c8b Pl/pgsql MOVE done: 19 years ago
Neil Conway 8690ebc26f Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements 19 years ago
Neil Conway f2321a3f37 Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, 19 years ago
Tom Lane bbbe825f5f Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 19 years ago
Neil Conway a264671116 Remove no-longer-true statement from the docs. Since the default config 19 years ago
Magnus Hagander 6cc02136a4 Properly set MODULE_PATHNAME based on module name instead of incorrectly based 19 years ago
Michael Meskes 85a3fce996 Removed non-existant function from extern.h 19 years ago
Michael Meskes c8577c6c7f Inlined two functions to get rid of va_list problems on some archs. 19 years ago
Tom Lane a2e923a652 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Neil Conway 8e90c54480 Another tweak for tab completion of CREATE TEMP. Instead of only 19 years ago
Neil Conway 16fb5da730 Consistency tweaks for a table in the SGML docs: we don't terminate 19 years ago
Neil Conway 9475aa917d Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY", 19 years ago
Neil Conway c765ca2482 Minor tweak for DISCARD ref page. 19 years ago
Neil Conway 16efdb5ec7 Rename the newly-added commands for discarding session state. 19 years ago
Magnus Hagander 5ea27a4b28 libpgtypes is a client lib, should not link with backend. 19 years ago
Magnus Hagander 2d7f4f2220 Generate "fake configure output" for pg_config, so that external builds 19 years ago
Neil Conway 85904e0d36 Minor consistency tweak for SGML docs. 19 years ago
Magnus Hagander 6792b4bba3 Install libpgport.lib as needed by some client programs. 19 years ago
Magnus Hagander 9295463087 Install headers in the same directory structure as Mingw. 19 years ago
Bruce Momjian 197ca8f83e Remove tabs from installation.sgml. 19 years ago
Bruce Momjian fad9fb1d83 Update Japanese FAQs. 19 years ago
Bruce Momjian f63afbe8d4 Fix typo. 19 years ago
Bruce Momjian 2a2e6d3f0f Update FAQ item: 19 years ago
Magnus Hagander 93dc5a234e Set maximum semaphore count to 32767 instead of 1. Fixes 19 years ago
Magnus Hagander 152b77aa3d Don't try to install uuid-ossp since we don't build it. 19 years ago
Neil Conway 24236db193 Fix newly-introduced documentation typo. 19 years ago
Peter Eisentraut 3591ca1fbf Make some functions immutable. 19 years ago
Peter Eisentraut 83ebe3a562 Fix typo 19 years ago
Bruce Momjian 3644ba5f9b Done: 19 years ago
Tom Lane dbcd9d6160 Remove some of the most blatant brain-fade in the recent guc patch 19 years ago
Tom Lane afcf09dd90 Some further performance tweaks for planning large inheritance trees that 19 years ago
Magnus Hagander ac7e6c0665 Fix build for directories with spaces in them by quoting properly. 19 years ago
Peter Eisentraut b7edb568bd Make configuration parameters fall back to their default values when they 19 years ago
Magnus Hagander adf7788c5e Don't try to build uuid-ossp on msvc. 19 years ago
Peter Eisentraut e08617cfba Fix alignment of help output. 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan 71495f296e Document new -with-libxslt build option. 19 years ago
Tom Lane 48239e156f Avoid useless work during set_plain_rel_pathlist() when the relation 19 years ago
Tom Lane 925ca9d7de Tweak make_inh_translation_lists() to check the common case wherein parent and 19 years ago
Tom Lane 402bd494ce Improve the way in which CatalogCacheComputeHashValue combines multiple key 19 years ago
Tom Lane 11da4c671e Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays 19 years ago
Tom Lane ca3d14f2a9 Tweak set_rel_width() to avoid redundant executions of getrelid(). 19 years ago
Peter Eisentraut 8073fff8e4 Documentation for UUID type 19 years ago
Bruce Momjian 1c8302cab3 Add comment on why deadlock detection error messages only prints numbers. 19 years ago
Bruce Momjian 0240b28668 Add script major_release_split to simplify creating release notes for 19 years ago
Bruce Momjian d4b832508a Add mention of checking <link> behavior of HISTORY.html to release 19 years ago
Bruce Momjian 39c1ce2ccb Remove duplicate text, per Magnus. 19 years ago
Tom Lane 23c8b0ccc6 Fix markup. 19 years ago
Tom Lane aa27977fe2 Support explicit placement of the temporary-table schema within search_path. 19 years ago