Peter Eisentraut
c7beffcc1d
Override upstream DSSSL style sheet formatting changes
22 years ago
Peter Eisentraut
bc7589a292
Comma splice police
22 years ago
Teodor Sigaev
bb89237531
1 Eliminate duplicate field HLWORD->skip
...
2 Rework support for html tags in parser
3 add HighlightAll to headline function for generating highlighted
whole text with saved html tags
22 years ago
Michael Meskes
e48cfacb84
Arrays can be read as arrays or as character strings now.
22 years ago
Tom Lane
04ab0cb5c1
Remove some no-longer-needed #includes.
22 years ago
Tom Lane
adc507f242
Fix some bogus code in ConstBit production --- it managed to work, but
...
only because 14627 still contained the same node that BitWithoutLength had
just produced. Make it more transparent. Also adjust ConstCharacter
to be coded the same way for consistency.
22 years ago
Tom Lane
b3d36a2467
Fix bogus line break within a file name, as noted by Alvaro.
22 years ago
Michael Meskes
03ad5da8f8
- Only use typedefs inside their scope.
...
- Variables that are out of scope, were not removed all the time.
- Make a varchar NULL set everything to 0 when not using indicators.
- Synced parser.
22 years ago
Dennis Bjorklund
4eb5f0a8e2
Translation updates
22 years ago
Tom Lane
0ceeb4cbbe
Adjust pgstat message definitions so that the target message size is
...
specified in just one place and adhered to exactly, rather than just more
or less. A side effect is to increase PGSTAT_ACTIVITY_SIZE (maximum
reported query length) from 256 to nearly 1000.
22 years ago
Dennis Bjorklund
b2ca707746
Translation updates
22 years ago
Dennis Bjorklund
03e1e6cad8
Translation updates: update-po
22 years ago
Dennis Bjorklund
ac1cbcc961
Translation updates
22 years ago
Tom Lane
ddf6518b95
Fix to work better with Exuberant's version of ctags.
...
Gavin Sherry
22 years ago
Tom Lane
0adfa2c39d
Support renaming of tablespaces, and changing the owners of
...
aggregates, conversions, functions, operators, operator classes,
schemas, types, and tablespaces. Fold the existing implementations
of alter domain owner and alter database owner in with these.
Christopher Kings-Lynne
22 years ago
Dennis Bjorklund
1621192b11
Translation updates
22 years ago
Tom Lane
a0e842d81b
Add pg_get_serial_sequence() function, and cause pg_dump to use it.
...
This eliminates the assumption that a serial column's sequence will
have the same name on reload that it was given in the original database.
Christopher Kings-Lynne
22 years ago
Tom Lane
ef2880263c
#ifdef out file permissions check on SSL key file when on Windows, as
...
we also have done for the data directory permissions check.
Dave Page
22 years ago
Dennis Bjorklund
7d7806d0a2
Translation updates
22 years ago
Dennis Bjorklund
bc4c2ac44f
Swedish translation of pg_ctl.
22 years ago
Dennis Bjorklund
fbe4b75515
Make pg_ctl possible to translate. Strings marked for
...
translation has to be complete sentences.
22 years ago
Dennis Bjorklund
dcd97c01a2
Translation updates
22 years ago
Dennis Bjorklund
4e2801bcf5
Translation updates
22 years ago
Dennis Bjorklund
d0f1b4c4fb
Add argument name to syntax.
22 years ago
Dennis Bjorklund
c95246bd63
Translation updates
22 years ago
Dennis Bjorklund
0897eef095
Translation updates
22 years ago
Tom Lane
b15f9b08ef
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
...
routine to do something appropriate on Win32. Also, add a security check
on Win32 that parallels the can't-run-as-root check on Unix.
Magnus Hagander
22 years ago
Tom Lane
b5b9e33564
Add documentation for pg_cancel_backend and pg_terminate_backend.
...
Magnus Hagander
22 years ago
Tom Lane
1b80b6da6a
Add --pwfile option to initdb, so that passwords can be set by GUI tools
...
that aren't able to feed the password to initdb's /dev/tty.
Magnus Hagander
22 years ago
Tom Lane
a061a3f62f
Avoid including <sys/time.h> on platforms that don't have it.
...
Per trouble report from Andreas Pflug.
22 years ago
Tom Lane
fd786668ea
Include c.h instead of postgres.h in files that need to be usable in
...
both frontend and backend. Per Andreas Pflug.
22 years ago
Tom Lane
f8dd00c3ef
Extend pg_ctl to handle service management under WIN32. Lacks docs.
...
Claudio Natoli and Magnus Hagander
22 years ago
Teodor Sigaev
df9d87f608
Previous commit wasnt full...
22 years ago
Teodor Sigaev
de55c0cef6
1 Fix affixes with void replacement (AFAIK, it's only russian)
...
2 Optimize regex execution
22 years ago
Bruce Momjian
153d5d31eb
Remove link:
...
< http://momjian.postgresql.org/main/writings/pgsql/project/pitr.html
22 years ago
Teodor Sigaev
09bc52fe73
Fix stupid bug in installcheck
22 years ago
Tom Lane
1a76550b3b
Fix information schema views to return NULL for precision and scale of
...
an unconstrained numeric column. Also, factor out some duplicate code
into functions, to ease future maintenance.
22 years ago
Tom Lane
5ca40c5d31
Add comment about rationale for continuing to use C library functions
...
instead of src/timezone for timestamping log entries.
22 years ago
Tom Lane
ba6b87f330
Fix pg_dump and pg_dumpall for new names of built-in tablespaces,
...
per Chris K-L.
22 years ago
Tom Lane
f5f448fb3e
Rename the built-in tablespaces to pg_default and pg_global, and prohibit
...
creation of user-defined tablespaces with names starting with 'pg_', as
per suggestion of Chris K-L. Also install admin-guide tablespace
documentation from Gavin.
22 years ago
Bruce Momjian
483b7f8249
Rename pg_tablespaces directory to pg_tblspc, so it is more unique from
...
the pg_tablespace table. Update catalog version.
22 years ago
Michael Meskes
ac334e9551
Synced parser and keyword list.
22 years ago
Bruce Momjian
7864e0aa6a
Add pgevent, with docs explaining out to install it on Win32.
22 years ago
Tom Lane
1098677482
Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere
...
to reference the spinlock variable, and specify "memory" as a clobber
operand to be sure gcc does not try to keep shared-memory values in
registers across a spinlock acquisition. Also tighten the S/390 asm
sequence, which was apparently written with only minimal study of the
gcc asm documentation. I have personally tested i386, ia64, ppc, hppa,
and s390 variants --- there is some small chance that I broke the others,
but I doubt it.
22 years ago
Tom Lane
c1d9dec3e3
Looks like s_lock_test needs <time.h> on some platforms.
22 years ago
Tom Lane
1232878159
s_lock_test requires libpgport to build now.
22 years ago
Tom Lane
f0cc132621
Fix oversight in recent rowtype-handling improvements: transformTargetList
...
should recognize 'foo.*' when the star appears in A_Indirection, not only
in ColumnRef. This allows 'SELECT something.*' to do what the user
expects when the something is an expression yielding a row.
22 years ago
Bruce Momjian
57d2665108
Fix Makefile syntax. Forgot to test this.
22 years ago
Bruce Momjian
3101181e9e
Add changes to support threads on Win32 native port at some point in the future.
22 years ago
Bruce Momjian
af70d57825
Enable thread safety for win32.mak build of PostgreSQL.
...
Andreas Pflug
22 years ago