Commit Graph

27853 Commits (cb05ab81a857582161dd74cbfa91d4468e496cd1)
 

Author SHA1 Message Date
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
Tom Lane d04db37072 Arrange for function default arguments to be processed properly in expressions 17 years ago
Bruce Momjian d3706cb6d2 Remove tabs from SGML docs. 17 years ago
Peter Eisentraut 8ebf1a3d5c Remove fairly useless mixed-case identifier test that causes locale 17 years ago
Magnus Hagander 8d320b6356 Code review of strftime patch, per comments from Tom: 17 years ago
Peter Eisentraut f8e5b79368 Change chapter titles thus: 17 years ago
Magnus Hagander 0709c0017f Fix strftime usage on Win32 when trying to fetch the locale-aware 17 years ago
Peter Eisentraut 58a81baa3c More portable use of "find". 17 years ago
Peter Eisentraut 26dc14b6b2 Rewrite update-po target, so that it works less like a shell script and more 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Andrew Dunstan 32e1265dd9 Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns. 17 years ago
Bruce Momjian 32c34aab1d Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need 17 years ago
Bruce Momjian 9bdf216f9c Fix memory leak for file name if expect file name contains a dot, per 17 years ago
Alvaro Herrera b813c8daca A couple further reloptions improvements, per KaiGai Kohei: add a validation 17 years ago
Bruce Momjian eb0d7e243a Document that txid_visible_in_snapshot() cannot be used with 17 years ago
Tom Lane 2e9650cbcf Defend against null input in analyze_requires_snapshot(), per report 17 years ago
Peter Eisentraut 3467f02957 Add note that not all SQL commands support ONLY in the same way. 17 years ago
Bruce Momjian af96c82019 Document current_query() as being the _client_ query. 17 years ago