Commit Graph

27860 Commits (19afb4e80535ba8d0ce797029a1ff448541e93f2)
 

Author SHA1 Message Date
Peter Eisentraut 19afb4e805 Wordsmithing 18 years ago
Peter Eisentraut cc02b5eff1 Remove period from primary error message. 18 years ago
Heikki Linnakangas 14bfea3b75 Change explanation of pg_switch_xlog()'s return value to match code. 18 years ago
Teodor Sigaev 41d17e042b Fix URL generation in headline. Only tag lexeme will be replaced by space. 18 years ago
Teodor Sigaev 8fd07a35ba Fix generation too long headline with ShortWords. 18 years ago
Peter Eisentraut f8c8386a08 Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and 18 years ago
Peter Eisentraut d0fe3df745 Remove unneeded GETTEXT_TRIGGERS. 18 years ago
Peter Eisentraut cb05ab81a8 NLS cleanup in ecpglib 18 years ago
Peter Eisentraut cbb1358b18 Build needed things in src/test/regress/ first. And some build rules 18 years ago
Peter Eisentraut e72187d789 Make .pot files depend on the makefiles, so that they are updated when the 18 years ago
Bruce Momjian 9173d759d2 Modify distdir rule to skip .git directory. 18 years ago
Bruce Momjian 520c41b526 Add documentation mention that full page writes have to be enabled for 18 years ago
Bruce Momjian 6faf495b8a Make 'find' syntax consistent; add .git exclusion to make_ctags. 18 years ago
Peter Eisentraut c82b63a54f Avoid version-control system directories when creating TAGS. Besides 18 years ago
Bruce Momjian 1327a0bc06 Remove empty #ifdef block. 18 years ago
Peter Eisentraut 8ae6b4c49f Make the columns is_insertable_into and is_updatable behave uniformly 18 years ago
Peter Eisentraut 8b583ba2d7 Make error messages match backend style. 18 years ago
Bruce Momjian eac951d510 Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it 18 years ago
Bruce Momjian 62f09e92be Renable threading build for Solaris 2.5, per report from Andrew Chernow 18 years ago
Peter Eisentraut 08585dcf13 misc.o depends on pg_config_paths.h when --enable-nls is used. 18 years ago
Heikki Linnakangas f2248478c1 Remove broken Assertions that failed if a statement executed in PL/pgSQL is 18 years ago
Peter Eisentraut 03b4fc7240 Remove useless (and insecure) temp file handling. 18 years ago
Magnus Hagander 3a819b0780 Throw an error when using -C and -1 at the same time in pg_restore. 18 years ago
Magnus Hagander 64580224f9 Remove special-handling of usernames with Kerberos authentication. We will 18 years ago
Bruce Momjian afe8ac2078 Document how pglesslog can be used to reduce the storage requirements of PITR. 18 years ago
Alvaro Herrera 8ebe1e356c Simplify the writing of amoptions routines by introducing a convenience 18 years ago
Tom Lane 8a4505013d Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching 18 years ago
Peter Eisentraut 405728f669 Add some minimal documentation that the SQL standard requires parentheses 18 years ago
Peter Eisentraut bf21cdb7e7 Use qualified_name instead of relation_expr for commands that have no 18 years ago
Peter Eisentraut ca8100f9eb Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 18 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 18 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 18 years ago
Peter Eisentraut a5d67a0a05 Make tests pass with or without locale. 18 years ago
Tom Lane 43a57cf365 Revise the TIDBitmap API to support multiple concurrent iterations over a 18 years ago
Bruce Momjian 3b34e98242 Modify libpq environment variable documentation to point to the relevant 18 years ago
Bruce Momjian 2f90d9ff04 Update link guidelines. 18 years ago
Bruce Momjian feba07f838 Add guidelines section. 18 years ago
Bruce Momjian 908e2c7fd1 Add file to explain SGML linking options, for use by SGML document 18 years ago
Tom Lane ccb51c0842 A further attempt at clarifying the \distv business. 18 years ago
Tom Lane d25ada4d78 Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an 18 years ago
Tom Lane d04db37072 Arrange for function default arguments to be processed properly in expressions 18 years ago
Bruce Momjian d3706cb6d2 Remove tabs from SGML docs. 18 years ago
Peter Eisentraut 8ebf1a3d5c Remove fairly useless mixed-case identifier test that causes locale 18 years ago
Magnus Hagander 8d320b6356 Code review of strftime patch, per comments from Tom: 18 years ago
Peter Eisentraut f8e5b79368 Change chapter titles thus: 18 years ago
Magnus Hagander 0709c0017f Fix strftime usage on Win32 when trying to fetch the locale-aware 18 years ago
Peter Eisentraut 58a81baa3c More portable use of "find". 18 years ago
Peter Eisentraut 26dc14b6b2 Rewrite update-po target, so that it works less like a shell script and more 18 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 18 years ago
Andrew Dunstan 32e1265dd9 Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns. 18 years ago