Commit Graph

28070 Commits (2dbbf33f4a95cdcce66365bcdb47c885a8858d3c)
 

Author SHA1 Message Date
Peter Eisentraut 0a9ddf72cf Avoid regression test cases that fail in locales that sort "v" and "w" 17 years ago
Peter Eisentraut 8987c115f1 Alter regression test cases that rely on the sort order of "aa". Some 17 years ago
Peter Eisentraut 2b01cbe340 Alter the regression test cases that rely on the sort order of "ch" between 17 years ago
Peter Eisentraut 0d8c613180 Message wordsmithing 17 years ago
Tom Lane 390081e3f5 Fix a pg_dump output ordering problem introduced in 8.3 by the addition of 17 years ago
Neil Conway fd1d4b3acd Fix an ungrammatical statement. 17 years ago
Neil Conway ea4b54e5f9 Fix typo. 17 years ago
Peter Eisentraut 56ac25c115 Manual attempt to update this file. 17 years ago
Peter Eisentraut 1fb1049836 plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5, 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Peter Eisentraut 19afb4e805 Wordsmithing 17 years ago
Peter Eisentraut cc02b5eff1 Remove period from primary error message. 17 years ago
Heikki Linnakangas 14bfea3b75 Change explanation of pg_switch_xlog()'s return value to match code. 17 years ago
Teodor Sigaev 41d17e042b Fix URL generation in headline. Only tag lexeme will be replaced by space. 17 years ago
Teodor Sigaev 8fd07a35ba Fix generation too long headline with ShortWords. 17 years ago
Peter Eisentraut f8c8386a08 Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and 17 years ago
Peter Eisentraut d0fe3df745 Remove unneeded GETTEXT_TRIGGERS. 17 years ago
Peter Eisentraut cb05ab81a8 NLS cleanup in ecpglib 17 years ago
Peter Eisentraut cbb1358b18 Build needed things in src/test/regress/ first. And some build rules 17 years ago
Peter Eisentraut e72187d789 Make .pot files depend on the makefiles, so that they are updated when the 17 years ago
Bruce Momjian 9173d759d2 Modify distdir rule to skip .git directory. 17 years ago
Bruce Momjian 520c41b526 Add documentation mention that full page writes have to be enabled for 17 years ago
Bruce Momjian 6faf495b8a Make 'find' syntax consistent; add .git exclusion to make_ctags. 17 years ago
Peter Eisentraut c82b63a54f Avoid version-control system directories when creating TAGS. Besides 17 years ago
Bruce Momjian 1327a0bc06 Remove empty #ifdef block. 17 years ago
Peter Eisentraut 8ae6b4c49f Make the columns is_insertable_into and is_updatable behave uniformly 17 years ago
Peter Eisentraut 8b583ba2d7 Make error messages match backend style. 17 years ago
Bruce Momjian eac951d510 Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it 17 years ago
Bruce Momjian 62f09e92be Renable threading build for Solaris 2.5, per report from Andrew Chernow 17 years ago
Peter Eisentraut 08585dcf13 misc.o depends on pg_config_paths.h when --enable-nls is used. 17 years ago
Heikki Linnakangas f2248478c1 Remove broken Assertions that failed if a statement executed in PL/pgSQL is 17 years ago
Peter Eisentraut 03b4fc7240 Remove useless (and insecure) temp file handling. 17 years ago
Magnus Hagander 3a819b0780 Throw an error when using -C and -1 at the same time in pg_restore. 17 years ago
Magnus Hagander 64580224f9 Remove special-handling of usernames with Kerberos authentication. We will 17 years ago
Bruce Momjian afe8ac2078 Document how pglesslog can be used to reduce the storage requirements of PITR. 17 years ago
Alvaro Herrera 8ebe1e356c Simplify the writing of amoptions routines by introducing a convenience 17 years ago
Tom Lane 8a4505013d Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching 17 years ago
Peter Eisentraut 405728f669 Add some minimal documentation that the SQL standard requires parentheses 17 years ago
Peter Eisentraut bf21cdb7e7 Use qualified_name instead of relation_expr for commands that have no 17 years ago
Peter Eisentraut ca8100f9eb Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 17 years ago
Peter Eisentraut a5d67a0a05 Make tests pass with or without locale. 17 years ago
Tom Lane 43a57cf365 Revise the TIDBitmap API to support multiple concurrent iterations over a 17 years ago
Bruce Momjian 3b34e98242 Modify libpq environment variable documentation to point to the relevant 17 years ago
Bruce Momjian 2f90d9ff04 Update link guidelines. 17 years ago
Bruce Momjian feba07f838 Add guidelines section. 17 years ago
Bruce Momjian 908e2c7fd1 Add file to explain SGML linking options, for use by SGML document 17 years ago
Tom Lane ccb51c0842 A further attempt at clarifying the \distv business. 17 years ago
Tom Lane d25ada4d78 Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an 17 years ago