Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Peter Eisentraut b4a7213b07 Equalize wordings to avoid redundant translation work. 21 years ago
Peter Eisentraut e5c453edce Clean up the help displays. 21 years ago
Peter Eisentraut 7df9f55f4b Change the option spelling to --connection-limit to be consistent with the 21 years ago
Alvaro Herrera a7084efd2d Fix confusion between relfilenode and Oid. 21 years ago
Peter Eisentraut 8928d4d69d Correct spelling 21 years ago
Tom Lane 2e1254e7fa Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 21 years ago
Peter Eisentraut 1c25594549 Improve messages 21 years ago
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when 21 years ago
Tom Lane 4fc935a5d4 Fix problems with PGXS builds against an installation tree that was 21 years ago
Bruce Momjian e2d8b79f8b Suppress FAQ and TODO changes in pgcvslog output. 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Bruce Momjian 8ddd22f245 Fix incorrect psql \x memory allocation for numericlocale. Redesign API 21 years ago
Tom Lane 3772975f30 Fix our version of strdup() to adhere to the standard semantics for 21 years ago
Bruce Momjian c23240ecbe Rename variable for clarity. 21 years ago
Peter Eisentraut 7fe1f9a2c2 Don't need gettext calls around debug messages. 21 years ago
Bruce Momjian 72739020c2 Log protocol-excute fetch operatation as fetch, rather than execute, 21 years ago
Tom Lane e990b9ce23 The original patch to avoid building a hash join's hashtable when the 21 years ago
Tom Lane 303e089df5 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Tom Lane 54a8af058e In a machine where INT64_IS_BUSTED, we can only support 32-bit values 21 years ago
Bruce Momjian 9f53cfd9db Add comments explaining clauses used by CREATE ROLE but not ALTER. 21 years ago
Tom Lane 06d70d78a4 Fix typo in comment. 21 years ago
Tom Lane d7e4fd99e5 Fix bug introduced into indexable_outerrelids() by an ill-considered 21 years ago
Bruce Momjian a5b9e18acc Add instructions. 21 years ago
Bruce Momjian 5d075bb4cc Add "codelines" script to compute number of lines in a releaes. 21 years ago
Bruce Momjian b3364fc81b pgindent new GIST index code, per request from Tom. 21 years ago
Tom Lane 08817bdb76 Adjust GiST error messages to conform to message style guidelines. 21 years ago
Tom Lane a453951dd9 Take exclusive buffer lock in scan_heap() to eliminate some corner cases 21 years ago
Bruce Momjian 4f915cd377 This patch cleans up the access to members of ItemIdData. 21 years ago
Bruce Momjian d7a06c2ac8 Fix psql \x by removing puts(). 21 years ago
Bruce Momjian a3b9c6988d Suppress port number for unix domain sockets in log connect/disconnect 21 years ago
Tom Lane d7bb412e9c Remove some dead code. 21 years ago
Tom Lane 1128f55659 Fix postgresql.conf lexer to accept doubled single quotes in literal 21 years ago
Tom Lane dbf952860e Suppress database dump item when --table and/or --schema switch was 21 years ago
Tom Lane bc9d4ec9a1 optimize_minmax_aggregates() neglected to check for inherited tables. 21 years ago
Bruce Momjian 99bb9c551e Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" 21 years ago
Bruce Momjian b7159824e6 Return proper value for psql -f filename failure if filename open fails. 21 years ago
Bruce Momjian 408c140266 autovacuum setting false -> off, for consistency 21 years ago
Bruce Momjian 658657177e Print proper cause of statement cancel, user interaction or timeout. 21 years ago
Peter Eisentraut bfa47ddc20 Clarify some error messages 21 years ago
Bruce Momjian d5eab81313 Adjust regression for new cancel query message. 21 years ago
Bruce Momjian 098d204a6b Update query cancel message: 21 years ago
Bruce Momjian 1d734b79a3 Adjust bcc to work for thread changes. 21 years ago
Bruce Momjian eab3e9b80d This correction is required of nmake of Windows. 21 years ago
Teodor Sigaev f4516f8732 Small fixes 21 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 21 years ago
Neil Conway 148c00acbb Update two comments to refer to use the new list API names. 21 years ago
Tom Lane dc06734a72 Force the size and alignment of LWLock array entries to be either 16 or 32 21 years ago
Neil Conway 1dd9b09332 Copy-editing for GiST README. 21 years ago
Teodor Sigaev 79fae4a764 Readme about GiST's algorithms 21 years ago