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
2f35b4efdb
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
...
ExecutorRun. This allows LIMIT to work in a view. Also, LIMIT in a
cursor declaration will behave in a reasonable fashion, whereas before
it was overridden by the FETCH count.
26 years ago
..
access
WAL utils defs
26 years ago
bootstrap
Cleanup of code for creating index entries. Functional indexes with
26 years ago
catalog
Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor
26 years ago
commands
Fix breakage I introduced yesterday in MULTIBYTE compilations.
26 years ago
executor
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
26 years ago
lib
First phase of memory management rewrite (see backend/utils/mmgr/README
26 years ago
libpq
Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.
26 years ago
mb
Support SET/SHOW/RESET client_encoding and server_encoding even when
26 years ago
nodes
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
26 years ago
optimizer
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
26 years ago
parser
Arrange that no database accesses are attempted during parser() --- this
26 years ago
port
Makeover for Unixware 7.1.1
26 years ago
regex
Clean up #include's.
26 years ago
rewrite
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
26 years ago
storage
Reconsider page size for large objects: rather than stuffing disk pages
26 years ago
tcop
Arrange that no database accesses are attempted during parser() --- this
26 years ago
utils
Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor
26 years ago
Makefile
Add support for VPATH builds, that is, building somewhere else than in the
26 years ago
c.h
New diff that now covers the entire tree. Applying this gets postgresql
26 years ago
config.h.in
Back out xti.h portion of the patch.
26 years ago
config.h.win32
Add missing files like foreign key regression tests and config.h.win32.
26 years ago
fmgr.h
SQL-language functions are now callable in ordinary fmgr contexts ...
26 years ago
miscadmin.h
Add runtime configuration option "silent_mode".
26 years ago
postgres.h
Make acl-related functions safe for TOAST. Mark pg_class.relacl as
26 years ago
postgres_ext.h
Turns out OIDNAMELEN wasn't really being used at all!
27 years ago
rusagestub.h
Add:
26 years ago
strdup.h
…