You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
7fab608205
Add configure test to see whether vsnprintf() is present,
separately from snprintf() --- HPUX, for one, has snprintf but not
vsnprintf. Fix a minor typo in snprintf.c, too.
|
27 years ago |
| .. |
|
access
|
SET TRANSACTION ISOLATION LEVEL ...
|
27 years ago |
|
bootstrap
|
OK, folks, here is the pgindent output.
|
28 years ago |
|
catalog
|
Add max oid display, rather than returning just a dash for the last entry.
|
27 years ago |
|
commands
|
SET TRANSACTION ISOLATION LEVEL ...
|
27 years ago |
|
executor
|
New HeapTuple structure/interface.
|
27 years ago |
|
lib
|
Fixed nodeToString() to put out "<>" for NULL strings again.
|
27 years ago |
|
libpq
|
Replace direct inclusions of c.h with inclusion of postgres.h,
|
27 years ago |
|
mb
|
MB patches from Tatsuo Ishii
|
28 years ago |
|
nodes
|
SELECT FOR UPDATE syntax
|
27 years ago |
|
optimizer
|
Implement CASE expression.
|
27 years ago |
|
parser
|
Define routines and catalog entries for string min()/max() functions.
|
27 years ago |
|
port
|
Add configure test to see whether vsnprintf() is present,
|
27 years ago |
|
regex
|
Portability fixes found needed for SunOS 4.1.x:
|
27 years ago |
|
rewrite
|
The patch does 2 things:
|
28 years ago |
|
storage
|
Initial MVCC code.
|
27 years ago |
|
tcop
|
OK, folks, here is the pgindent output.
|
28 years ago |
|
utils
|
Restricted maximum precision for NUMERIC to 1000 digits.
|
27 years ago |
|
c.h
|
Add configure test to see whether vsnprintf() is present,
|
27 years ago |
|
config.h.in
|
Add configure test to see whether vsnprintf() is present,
|
27 years ago |
|
miscadmin.h
|
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
|
28 years ago |
|
postgres.h
|
OK, folks, here is the pgindent output.
|
28 years ago |
|
postgres_ext.h
|
Massive commit to run PGINDENT on all *.c and *.h files.
|
29 years ago |
|
rusagestub.h
|
OK, folks, here is the pgindent output.
|
28 years ago |
|
strdup.h
|
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
|
29 years ago |
|
version.h.in
|
Fix for version, update to 6.5.
|
27 years ago |