Commit Graph

15955 Commits (a5e9e51fb05dd0968527b0f3f7632d2f824a8a16)
 

Author SHA1 Message Date
Bruce Momjian a5e9e51fb0 on my timetravel.c I find a bug: after the 23 years ago
Bruce Momjian 92e100dd33 Here is a patch that removes contrib/array, leaving only the README with 23 years ago
Bruce Momjian d768cb267b seemed like a typo in one of the appendix tables 23 years ago
Tom Lane fdd93470fa Fix missed message update, per Alvaro Herrera. 23 years ago
Bruce Momjian d6a9b4e0b5 Update row count for \? output, used by pager. 23 years ago
Tom Lane 9cb4a28f47 Improve error message for cp or rm failur during create/drop database, 23 years ago
Bruce Momjian 2b56a9646a Add: 23 years ago
Bruce Momjian e303be78e8 Add: 23 years ago
Bruce Momjian 73cfa77edd This patch fixes a trivial typo in the CREATE FUNCTION ref page. 23 years ago
Tom Lane 336ebee2c0 copydir() is supposed to return on failure, not elog(ERROR). Reduce 23 years ago
Bruce Momjian d16b877612 Add HINT if CREATE FUNCTION specifies a valid language, but the language 23 years ago
Bruce Momjian a72fce035d Add quotes to vacuum/analyze for upper/lowercase table names, per 23 years ago
Michael Meskes 573f4500a3 Some uppercase type definitions were left. 23 years ago
Bruce Momjian 0f310ee703 Here is a patch to make PostgreSQL use a full path in DT_SONAME for 23 years ago
Bruce Momjian a9953097f4 Clean up printability test in dbase code. 23 years ago
Bruce Momjian 22b305ad4a Add: 23 years ago
Peter Eisentraut 33d4c828fd Some "feature not supported" errors are better syntax errors, because the 23 years ago
Bruce Momjian 3610f083c1 Improve wording of increasing page size. 23 years ago
Tom Lane d4019b7cd3 Remove a bunch of content-free Diagnostics sections, as per previous 23 years ago
Bruce Momjian 1815f6179d Update max tasble size to 32TB. 23 years ago
Tom Lane d0bfe7f100 Update comments about how locale settings are handled. 23 years ago
Barry Lind 62b53accd4 Clean up some unused import warnings in the example jdbc code 23 years ago
Michael Meskes 2fab616866 Fixed a few bugs that came up on pgsql-interfaces. 23 years ago
Barry Lind 5cdf771d8a Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on this 23 years ago
Michael Meskes fcdf0e22fc - Added Dave patch for Informix handling of numeric/int conversion. 23 years ago
Tom Lane fd65be4a78 Fix a couple minor typos. 23 years ago
Peter Eisentraut 6de93c0529 Update preface. 23 years ago
Bruce Momjian e54965c0f8 Add: 23 years ago
Tom Lane 4427969315 "statenebt" ? 23 years ago
Tom Lane f176e37975 Document a bunch of formerly-undocumented date/time operators, 23 years ago
Barry Lind 05dddf40c2 Opps, can't forget the new file. This is part of the last commit to apply 23 years ago
Barry Lind 0378a269f3 This set of changes applies a patch from KHO at redhat to add some SQLState 23 years ago
Tom Lane e702b04cf4 Avoid using s_addr as a local variable name, to work around broken 23 years ago
Bruce Momjian 1a9a346793 Update URL. 23 years ago
Bruce Momjian b58bd87f55 Update URL to be momjian.postgresql.org. 23 years ago
Bruce Momjian 01a0e9734d autoconf run. 23 years ago
Bruce Momjian 96b4a9ac3a Add $srcdir for Win32 builds, from Peter. 23 years ago
Tom Lane 2f606ed87d Remove another useless, counterproductive srandom() call. 23 years ago
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random() 23 years ago
Tom Lane 75c35e0f31 Remove check on source address of a statistics packet. Check was broken 23 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 23 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 23 years ago
Tom Lane f4ed650996 load_file() has to remove pre-existing shlibs that match the new file 23 years ago
Peter Eisentraut 3e20a72603 Make all valid uses of the COLLATE clause yield the same result: a syntax 23 years ago
Bruce Momjian 4060f07578 Rename variables for clarity. 23 years ago
Tom Lane 92aa462247 Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 23 years ago
Tom Lane 3c9bb8886d Allow IPv4-format entries in pg_hba.conf to match IPv6 connections 23 years ago
Bruce Momjian 23d07fa357 Done: 23 years ago
Bruce Momjian e26af972b5 ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. 23 years ago
Bruce Momjian cec1333bba Add WIN32 URL. 23 years ago