Peter Eisentraut
6555177f24
Use different sed separator for configure arguments.
24 years ago
Bruce Momjian
fe80b5ed8a
Remove more references to pgaccess as a build target in docs.
24 years ago
Barry Lind
62da2fa0e1
Fixed DatabaseMetaData to correctly handle NAME size of 64
...
Fixed Statement to correctly DEALLOCATE any prepared statements
Modified Files:
jdbc/org/postgresql/PGStatement.java
jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
24 years ago
Bruce Momjian
24507acc0b
Changes to documentation and the regression tests for the default
...
NAMEDATALEN of 64.
Kris Jurka
24 years ago
Bruce Momjian
86e8a43f9b
Done as far as possible:
...
< * Add documentation to lock shared memory into RAM for each OS, if possible
24 years ago
Bruce Momjian
fba5c7b944
Remove pgaccess from docs; not shipping it anymore.
24 years ago
Peter Eisentraut
40853dd445
Allow pg_dumpall to work with previous releases again. Don't pass the -c
...
option down to pg_dump, where it's useless, and clarify the meaning of -c
in the documentation.
24 years ago
Peter Eisentraut
123baf8310
Fix help output.
24 years ago
Peter Eisentraut
38e444aae6
Make sure the pg_dump tar archiver can handle members larger than 2 GB, but
...
does not create members larger than allowed by the tar format. Also, fix
the generation of the tar header to conform to POSIX.
24 years ago
Peter Eisentraut
172f9a49e0
Adjust the tarball splitting scheme to the new reality.
24 years ago
Bruce Momjian
f37c1c486a
Run pgjindent for Java folks.
24 years ago
Bruce Momjian
b4295d052e
Fix another typo.
24 years ago
Bruce Momjian
022eb280af
Fix typo.
24 years ago
Bruce Momjian
c813d03ff9
Update for new IP.
24 years ago
Bruce Momjian
f3b211841e
Add JAVA_HOME test for Ant.
24 years ago
Bruce Momjian
847f8b39d7
Fix printf() quote handling and improper exit(), per Tom.
24 years ago
Tom Lane
9a9825f96a
Remove heap_mark4update from AlterTableCreateToastTable. This has
...
never been the correct procedure for locking a relation, and the
recently-found ALTER TABLE bug with adding a constraint and a toast
table in the same command shows why it's a bad idea.
24 years ago
Tom Lane
6fe27ca2fb
Fix some operator-precedence problems. New constructs IS DISTINCT FRM
...
and IS [NOT] OF were not being parsed consistently with other IS forms.
Also, make the world a little safer for functions named LEFT, RIGHT, etc.
24 years ago
Bruce Momjian
e06f4c65b4
Fix compile error.
24 years ago
Bruce Momjian
cd06c70d9a
Missed mention of PGPASSWORDFILE.
24 years ago
Bruce Momjian
6e9b41b3f2
Update HISTORY for PGPASSWORDFILE change.
24 years ago
Bruce Momjian
5fc10c3d17
Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.
...
Cleanup up memory allocation for $HOME in related psql places.
Update mention of $HOME/.pgpass in the docs; add mention in pg_dumpall.
24 years ago
Bruce Momjian
f4aecac468
Update:
...
> * -Add ~/.pgpass to store passwords with user/host/password combinations
24 years ago
Peter Eisentraut
04604fd1a4
Fill in section on table modification.
24 years ago
Tom Lane
497baca6b5
Fix compile warning.
24 years ago
Tom Lane
8d7904f526
Fix bit-rotted reference to GetUserName() ...
...
it's GetUserNameFromId() now.
24 years ago
Tom Lane
bed4f65499
Fix breakage introduced by careless snprintf patching.
24 years ago
Tom Lane
fb473bc6fa
Fix unsafe macro definitions (which were producing incorrect code,
...
leading to compile warnings).
24 years ago
Tom Lane
da2e0ddeb4
Remove compile warnings, ensure consistent build environment for
...
largefile usage.
24 years ago
Tom Lane
f2a242f988
Fix compile warning.
24 years ago
Tom Lane
fcbe62ee51
findoidjoins and tsearch are not broken anymore.
24 years ago
Tom Lane
5d1c8a3b07
Fix compile errors.
24 years ago
Tom Lane
b73d8d22f7
Improve opr_sanity regression test to check oprltcmpop and opgtcmpop
...
mergejoin links.
24 years ago
Tom Lane
f4003816f5
Update oidjoins regression test for 7.3 catalogs.
24 years ago
Tom Lane
d7e654ff79
findoidjoins is updated for schemas, does not use libpgeasy.
...
From Joe Conway.
24 years ago
Tom Lane
5b69f695ac
Seems like a good idea for template1 to contain ANALYZE stats for the
...
system tables.
24 years ago
Peter Eisentraut
012288d565
Commenting out doesn't work, so move the broken modules out of the list.
24 years ago
Peter Eisentraut
b9d5620a14
autoconf
24 years ago
Peter Eisentraut
337da0678a
Assorted fixes for Cygwin:
...
Eliminate the mysterious games that the Cygwin build plays with the linker
flag variables. DLLLIBS is gone, use SHLIB_LINK like everyone else.
Detect cygipc in configure, after the linker flags are set up, otherwise
configure might not work at all.
Make sure everything is covered by make clean.
Fix the build of the new conversion procedure modules.
Add new DLLIMPORT markers where required.
Finally, the compiler complains if we use an explicit
-I/usr/local/include, so don't do that. Curiously, -L/usr/local/lib is
still necessary.
24 years ago
Peter Eisentraut
a11ea5e2a3
Don't use gethostbyname2(). It's not portable and we don't claim to
...
support IPv6 anyway.
24 years ago
Peter Eisentraut
1e91782533
Fix compilation warning. (Cygwin has char* as second argument of
...
recvfrom(), not void*.)
24 years ago
Bruce Momjian
51be3caca7
Remove:
...
< * Make pg_trigger.tgargs refer to columns by number, not name
24 years ago
Bruce Momjian
2096f20a92
Update:
...
> * Make pg_trigger.tgargs refer to columns by number, not name
24 years ago
Bruce Momjian
465cd5e8f6
Done:
...
> * -Make triggers refer to columns by number, not name
24 years ago
Marc G. Fournier
8834b8dd98
remove pgaccess from GNUmakefile.in if we want the beta to build :)
24 years ago
Tom Lane
edc71eced0
Remove include of libpq-int.h --- dblink.c should not be (and was not)
...
depending on libpq internals.
24 years ago
Tom Lane
52c9d25933
Be careful to include postgres.h *before* any system headers, to ensure
...
that the right flavors of largefile-related definitions are seen.
Most of these changes are probably unnecessary, but better safe than
sorry.
24 years ago
Tom Lane
3f63787cbf
Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
...
users, by limiting the length of string we will accept for a password.
Patch by Serguei Mokhov, some editorializing by Tom Lane.
24 years ago
Bruce Momjian
c5214b9f6c
Add change by Neil.
24 years ago
Peter Eisentraut
e43ecb3d1a
Remove leftovers from subproject removals. Fixes for Python and Kerberos
...
configuration.
24 years ago