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
ed62e74522
Alter the configure script to fail immediately if the C compiler does not
...
provide a working 64-bit integer datatype. As recently noted, we've been
broken on such platforms since early in the 8.4 development cycle. Since
it took nearly two years for anyone to even notice, it seems that the
rationale for continuing to support such platforms has reached the point
of non-existence. Rather than thrashing around to try to make it work
again, we'll just admit up front that this no longer works.
Back-patch to 8.4 since that branch is also broken.
We should go around to remove INT64_IS_BUSTED support, but just in HEAD,
so that seems like material for a separate commit.
16 years ago
..
access
Fix an old bug in multixact and two-phase commit. Prepared transactions can
16 years ago
bootstrap
Update copyright for 2009.
17 years ago
catalog
Refine the use of terminology around bound and unbound cursors and cursor
17 years ago
commands
Fix longstanding problems in VACUUM caused by untimely interruptions
16 years ago
executor
Fix a bug introduced when set-returning SQL functions were made inline-able:
16 years ago
foreign
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
lib
Update copyright for 2009.
17 years ago
libpq
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
mb
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
nodes
Add support for doing FULL JOIN ON FALSE. While this is really a rather
16 years ago
optimizer
Fix set_append_rel_pathlist() to deal intelligently with cases where
17 years ago
parser
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
17 years ago
port
Reserve the shared memory region during backend startup on Windows, so
17 years ago
portability
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
postmaster
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
regex
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
rewrite
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
17 years ago
snowball
Update copyright for 2009.
17 years ago
storage
Fix some serious bugs in archive recovery, now that bgwriter is active
17 years ago
tcop
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
tsearch
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
utils
Prevent indirect security attacks via changing session-local state within
16 years ago
Makefile
Install src/include/utils/fmgroids.h on VPATH builds too.
17 years ago
c.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
fmgr.h
Update copyright for 2009.
17 years ago
funcapi.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
getaddrinfo.h
Update copyright for 2009.
17 years ago
getopt_long.h
Remove a boatload of useless definitions of 'int optreset'. If we
17 years ago
miscadmin.h
Prevent indirect security attacks via changing session-local state within
16 years ago
pg_config.h.in
Alter the configure script to fail immediately if the C compiler does not
16 years ago
pg_config.h.win32
tag for 8.4.2
16 years ago
pg_config_manual.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
pg_trace.h
Update copyright for 2009.
17 years ago
pgstat.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
pgtime.h
Update copyright for 2009.
17 years ago
port.h
Add inheritable ACE when creating a restricted token for execution on
16 years ago
postgres.h
Update copyright for 2009.
17 years ago
postgres_ext.h
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
19 years ago
postgres_fe.h
Update copyright for 2009.
17 years ago
rusagestub.h
Update copyright for 2009.
17 years ago
windowapi.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago