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
e549722a8b
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
...
making pull_up_sublinks() construct a full-blown JoinExpr tree representation
of IN/EXISTS SubLinks that it is able to convert to semi or anti joins.
This makes pull_up_sublinks() a shade more complex, but the gain in semantic
clarity is worth it. I still have more to do in this area to address the
previously-discussed problems, but this commit in itself fixes at least one
bug in HEAD, as shown by added regression test case.
17 years ago
..
access
Start background writer during archive recovery. Background writer now performs
17 years ago
bootstrap
Update copyright for 2009.
17 years ago
catalog
Add the possibility to specify an explicit validator function for foreign-data
17 years ago
commands
Allow reloption names to have qualifiers, initially supporting a TOAST
17 years ago
executor
Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the
17 years ago
foreign
Add the possibility to specify an explicit validator function for foreign-data
17 years ago
lib
Update copyright for 2009.
17 years ago
libpq
Add hba parameter include_realm to krb5, gss and sspi authentication, used
17 years ago
mb
Support for KOI8U encoding
17 years ago
nodes
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
17 years ago
optimizer
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
17 years ago
parser
Support column-level privileges, as required by SQL standard.
17 years ago
port
Make win32 builds always do SetEnvironmentVariable() when doing putenv().
17 years ago
portability
Update copyright for 2009.
17 years ago
postmaster
Update copyright for 2009.
17 years ago
regex
Convert three more guc settings to enum type:
18 years ago
rewrite
Revert updatable views
17 years ago
snowball
Update copyright for 2009.
17 years ago
storage
Change the signaling of end-of-recovery. Startup process now indicates end
17 years ago
tcop
Update copyright for 2009.
17 years ago
tsearch
Fix URL generation in headline. Only tag lexeme will be replaced by space.
17 years ago
utils
Update autovacuum to use reloptions instead of a system catalog, for
17 years ago
Makefile
Remove all traces that suggest that a non-Bison yacc might be supported, and
18 years ago
c.h
Update copyright for 2009.
17 years ago
fmgr.h
Update copyright for 2009.
17 years ago
funcapi.h
Update copyright for 2009.
17 years ago
getaddrinfo.h
Update copyright for 2009.
17 years ago
getopt_long.h
Update copyright for 2009.
17 years ago
miscadmin.h
Export IsUnderPostmaster on win32.
17 years ago
pg_config.h.in
Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that
17 years ago
pg_config.h.win32
define HAVE_FSEEKO for MSVC
17 years ago
pg_config_manual.h
Implement prefetching via posix_fadvise() for bitmap index scans. A new
17 years ago
pg_trace.h
Update copyright for 2009.
17 years ago
pgstat.h
Add contrib/pg_stat_statements for server-wide tracking of statement execution
17 years ago
pgtime.h
Update copyright for 2009.
17 years ago
port.h
Update MinGW so it handles fseeko() similar to Unix.
17 years ago
postgres.h
Update copyright for 2009.
17 years ago
postgres_ext.h
…
postgres_fe.h
Update copyright for 2009.
17 years ago
rusagestub.h
Update copyright for 2009.
17 years ago
windowapi.h
Update copyright for 2009.
17 years ago