- Jul 25, 2010
-
-
Bruce Momjian authored
migrations. Backpatch to 9.0.
-
Bruce Momjian authored
where the oid is not preserved by pg_upgrade (everything but pg_type). Update documentation. Per bug report from depstein@alliedtesting.com.
-
- Jul 20, 2010
-
-
Robert Haas authored
Per buildfarm.
-
- Jul 13, 2010
-
-
Bruce Momjian authored
because of file access limitations on that platform.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 09, 2010
-
-
Bruce Momjian authored
copy mode, per report from depstein@alliedtesting.com. Patch suggestion from Magnus. Backpatch to 9.0.X.
-
- Jul 06, 2010
-
-
Bruce Momjian authored
-
Tom Lane authored
supposing that they should set SHLIB_LINK rather than LDFLAGS_SL. Since these don't go through Makefile.shlib that was a no-op on most platforms. Also regularize the few platform-specific Makefiles that did pay attention to SHLIB_LINK: it seems that the real value of that is to pull in BE_DLLLIBS, so do that instead. Per buildfarm failures on cygwin.
-
- Jul 03, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
from Tom.
-
- Jul 02, 2010
-
-
Robert Haas authored
David Wheeler, with one small correction by me.
-
- Jul 01, 2010
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- Jun 23, 2010
-
-
Bruce Momjian authored
-
- Jun 22, 2010
-
-
Bruce Momjian authored
output to the same file, because it is impossible. Also set user name for pg_dumpall in pg_upgrade.
-
Robert Haas authored
This is an oversight in my previous patch to deprecate => as an operator name. Per buildfarm.
-
- Jun 18, 2010
-
-
Robert Haas authored
This is not yet in any released version, so we still have the option to change the name. We may want to reserve the token => in a future release.
-
- Jun 17, 2010
-
-
Tom Lane authored
sane places, make messages follow project's message style guidelines. Also, avoid closedir(NULL). Fujii Masao and Tom Lane
-
- Jun 16, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Steve Singer
-
- Jun 15, 2010
-
-
Tom Lane authored
dblink_build_sql_insert() and related functions. Now the column numbers are treated as logical not physical column numbers. This will provide saner behavior in the presence of dropped columns; furthermore, if we ever get around to allowing rearrangement of logical column ordering, the original definition would become nearly untenable from a usability standpoint. Per recent discussion of dblink's handling of dropped columns. Not back-patched for fear of breaking existing applications.
-
Robert Haas authored
This is not yet in any released version, so we still have the option to backtrack. Instead, document hstore(text[], text[]). Per discussion.
-
Tom Lane authored
columns correctly. In passing, get rid of some dead logic in the underlying get_sql_insert() etc functions --- there is no caller that will pass null value-arrays to them. Per bug report from Robert Voinea.
-
Tom Lane authored
dblink_build_sql_insert() and related functions. In particular, be sure to reject references to dropped and out-of-range column numbers. The numbers are still interpreted as physical column numbers, though, for backward compatibility. This patch replaces Joe's patch of 2010-02-03, which handled only some aspects of the problem.
-
Bruce Momjian authored
Ruprecht on Mac (64 bit).
-
- Jun 14, 2010
-
-
Tom Lane authored
lock the target relation just once per SQL function call. The original coding obtained and released lock several times per call. Aside from saving a not-insignificant number of cycles, this eliminates possible race conditions if someone tries to modify the relation's schema concurrently. Also centralize locking and permission-checking logic. Problem noted while investigating a trouble report from Robert Voinea --- his problem is still to be fixed, though.
-
Simon Riggs authored
-
Simon Riggs authored
standalone utility for removing files from archive.
-
- Jun 12, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
than in a subdirectory of the $HOME directory, or $TMP in Windows.
-
- Jun 09, 2010
-
-
Itagaki Takahiro authored
when connection string is longer than NAMEDATALEN. The previous fix for long connection name broke the behavior.
-
Itagaki Takahiro authored
end with "duplicate connection name" errors. Backported to release 7.4.
-
- Jun 07, 2010
-
-
Teodor Sigaev authored
-
- Jun 03, 2010
-
-
Itagaki Takahiro authored
Now long names are adjusted with truncate_identifier() and NOTICE messages are raised if names are actually truncated. Backported to release 8.0.
-
- May 25, 2010
-
-
Bruce Momjian authored
for pg_migrator, per suggestion from Magnus.
-
Bruce Momjian authored
-
Bruce Momjian authored
in their display of command-line options with other client applications.
-