- 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.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 24, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
proper default username.
-
- May 23, 2010
-
-
Tom Lane authored
its sole caller does that too. Jan Matousek, via Pavel Stehule
-
- May 19, 2010
-
-
Bruce Momjian authored
comparing the same column to multiple values.
-
Bruce Momjian authored
match the behavior of autovacuum, which does this as the xid advances even if autovacuum is turned off.
-
- May 18, 2010
-
-
Bruce Momjian authored
hardcoding a 'template0' check, per suggestion from Alvaro. This might fix a problem where someone has allowed 'template0' connections, but it is a cleaner approach even if doesn't fix the bug.
-
Bruce Momjian authored
-
- May 15, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Heikki Linnakangas authored
-
- May 14, 2010
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
Modify path separators for Win32. Per ideas from Takahiro Itagaki
-
Bruce Momjian authored
EDB must maintain their own patch set for this.
-
Tom Lane authored
Should fix buildfarm failures.
-
- May 13, 2010
-
-
Magnus Hagander authored
* There is no chmod() on Windows. * Must always use the 3-parameter version of open() * There is no dynloader.h - but it also appears unnecessary on all platforms * Don't include shlobj.h because it causes compile errors, and from what I can see it's not actually used. This may need to be added back for mingw and/or cygwin in the worst case.
-
Tom Lane authored
-
Bruce Momjian authored
(pg_upgrade_support).
-
- May 12, 2010
-
-
Tom Lane authored
on the buildfarm.
-
Tom Lane authored
cmp parameter for pg_scandir(). The code failed to support this anyway for Sun/Windows, so pretending we could accept a parameter other than NULL was just asking for trouble.
-
Bruce Momjian authored
-
Bruce Momjian authored
Add PGAPPICON to all executable makefiles.
-
Bruce Momjian authored
-
Bruce Momjian authored
-