Bruce Momjian
dd52673803
Update TODO list.
25 years ago
D'Arcy J.M. Cain
92f3253926
Marc-Andre is changing where DateTime goes. This change allows the module
...
to work either way.
Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org>
25 years ago
D'Arcy J.M. Cain
f9ae973c5e
Correct indenting in _quote() function.
...
Fix submitted by Andrew Kuchling <akuchlin@mems-exchange.org>
25 years ago
Tom Lane
dcbbdb1b3e
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
...
as six bytes not eight. This fixes a regression test failure but more
importantly avoids wasting four bytes of pad space in every tuple header.
Also add some commentary about what's going on.
25 years ago
Tom Lane
d0f6ae68f5
random_seed => seed ...
25 years ago
Bruce Momjian
fe0918863b
Put proper pgaccess Chinese big5 file in place.
25 years ago
Peter Eisentraut
e692b0130b
Rename 'random_seed' back to 'seed'.
25 years ago
Peter Eisentraut
fdf1319d22
small fixes
25 years ago
Michael Meskes
827edf2076
Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>
25 years ago
Bruce Momjian
a27860cf59
Update TODO list.
25 years ago
Bruce Momjian
c7ea372df5
Update TODO list.
25 years ago
Tom Lane
0cadec788e
Correct erroneous description of MVCC Read Committed semantics.
25 years ago
Tom Lane
f155cc82ec
Quick hack to fix Oliver Elphick's problem with subselects in an
...
inheritance query: make duplicate copies of subplans in adjust_inherited_attrs.
When we redesign querytrees we really gotta do something about this
issue of whether querytrees are read-only and can share substructure
or not.
25 years ago
Tom Lane
fa0f2c6577
Repair pgindent damage to comments.
25 years ago
Bruce Momjian
ec12e80019
> Kinda looks like Ian broke the compile-in-source-dir case while
...
> making the compile-in-separate-dir case work. Tut tut.
Yes. My apologies. This patch is one way to fix things.
Ian
25 years ago
Bruce Momjian
341cb70044
The following patch updates the FAQ_AIX and makes C++ code work with
...
more recent versions of the IBM C++ compiler (now called VisualAge C++).
The C++ part was previously broken (g++ and xlC), thus this is zero risk.
Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER
) instead
of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo
ls for
.exp file)).
I thus ask you to please apply this patch before release.
With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both
the native
compiler vac.C 5.0.1 and gcc 2.95.2 :-)
Andreas
25 years ago
D'Arcy J.M. Cain
c4d354c271
Add changes from Mikhail Terekhov <terekhov@emc.com>.
...
Use Extension method from distutils.
Cleaned up mismatched indentation styles while I was at it.
25 years ago
Tatsuo Ishii
c252c972f6
Add checking for valid database encoding.
25 years ago
Bruce Momjian
12ceb11182
ODBC source code cleanup. Mostly alignment of #define constants.
25 years ago
Tom Lane
ff71301806
Spell __volatile__ correctly.
25 years ago
Bruce Momjian
153237cc45
OpenBSD resultmap change:
...
I posted this to the list a few days ago, but it was not addressed. Can
someone please make the changes to the src/test/regress/resultmap?
Thanks.
- brandon
25 years ago
Bruce Momjian
33881e4f68
Add period to message.
25 years ago
Bruce Momjian
099b60b352
Change message to _the_ administrator. There is only one administrative
...
account.
This connection has been terminated by the administrator.
25 years ago
Tom Lane
7e733dc960
Add #define HAVE_ATEXIT, per report from Magnus.
25 years ago
Tom Lane
b8c2421ef6
pqsignal call needs to be #ifndef WIN32, per report from Magnus.
25 years ago
Hiroshi Inoue
80c6843e6b
Add multibyte support
25 years ago
Tatsuo Ishii
46f4cdeb7a
Fix typo
25 years ago
Tom Lane
ccd415c63f
Fix unportable assumptions about alignment of local char[n] variables.
25 years ago
Tom Lane
571dbe4606
Improve comments for xlog item size #defines.
25 years ago
D'Arcy J.M. Cain
5fb00d424a
Update the changes for version 3.2.
25 years ago
D'Arcy J.M. Cain
f99e2003f1
Document the --with-python flag as a simpler way of installing the
...
PyGreSQL module when installing PostgreSQL.
Document the location of the WIN32 binaries.
25 years ago
Bruce Momjian
96ed4d4c88
Update TODO list.
25 years ago
Peter Eisentraut
3206e5225f
Pick up any extra -I options for Python build.
25 years ago
Tom Lane
1ed61b3a9c
Fix unportable assumptions about alignment of local char[n] variables.
25 years ago
Tom Lane
39ceedf5e0
The regexp pattern characters ^ and $ should be explained as matching
...
at the beginning and end of the input string, not the beginning and end
of "a line", since Postgres does not allow them to match at newline
characters in the data.
25 years ago
Tom Lane
42eaad0575
Re-order declarations to un-break the non-HAS_TEST_AND_SET case.
25 years ago
Peter Eisentraut
bdff9d80dc
spell fix
25 years ago
Peter Eisentraut
b67e7bb1f7
Allow building documentation outside source tree.
...
from Ian Lance Taylor
25 years ago
Tom Lane
00713cb7cb
Fix code that incorrectly assumed a 'char foo[N]' local variable would
...
be aligned on a word boundary. Per report from Steve Nicolai.
25 years ago
Peter Eisentraut
6ba0f31bdd
Make less misleading message for failed + ignored tests.
25 years ago
Tom Lane
f2c8f278b1
Portability fix from Steve Nicolai.
25 years ago
Peter Eisentraut
0967057b5d
minor copy editing
25 years ago
Peter Eisentraut
b420c47434
Disable pg_upgrade.
25 years ago
Tom Lane
5b4045d5d6
Hadn't built on a PARISC 1.1 box in a long time ... but when I did,
...
it turned out that the libpq makefile chokes on '-L /lib/pa1.1'.
Need to remove the space so filter rule works.
25 years ago
Tom Lane
1a9840cd63
Update info about mailing lists, make a few other minor improvements.
25 years ago
Thomas G. Lockhart
f7a4db10b2
Update to the current state of platform support.
...
Still need some tested for the 7.1 release.
25 years ago
Thomas G. Lockhart
15dc7d11ea
Fix up wording slightly. No change in content.
25 years ago
Marc G. Fournier
eb3ef4e070
update the ChangeLog in preparation for release ...
25 years ago
Tom Lane
27b5a8ef0f
Miscellaneous updates and minor copy-editing.
25 years ago
Tom Lane
3311e250cd
Doc update from Roberto Mello: improved versions of instr() examples.
25 years ago