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
c15a4c2aef
Replace planner's representation of relation sets, per pghackers discussion.
Instead of Lists of integers, we now store variable-length bitmap sets.
This should be faster as well as less error-prone.
|
23 years ago |
| .. |
|
access
|
Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO
|
23 years ago |
|
bootstrap
|
…
|
|
|
catalog
|
Revise mechanism for getting rid of temp tables at backend shutdown.
|
23 years ago |
|
commands
|
Determine the set of constraints applied to a domain at executor
|
23 years ago |
|
executor
|
Tweak planner and executor to avoid doing ExecProject() in table scan
|
23 years ago |
|
lib
|
…
|
|
|
libpq
|
Where available, use utime() or utimes() to update the file mod time
|
23 years ago |
|
mb
|
pgindent run.
|
24 years ago |
|
nodes
|
Replace planner's representation of relation sets, per pghackers discussion.
|
23 years ago |
|
optimizer
|
Replace planner's representation of relation sets, per pghackers discussion.
|
23 years ago |
|
parser
|
Determine the set of constraints applied to a domain at executor
|
23 years ago |
|
port
|
Awhile back I wrote that freebsd.h was probably broken in the places where
|
23 years ago |
|
regex
|
Replace regular expression package with Henry Spencer's latest version
|
23 years ago |
|
rewrite
|
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
|
24 years ago |
|
storage
|
Add code to print information about a detected deadlock cycle. The
|
23 years ago |
|
tcop
|
Phase 1 of read-only-plans project: cause executor state nodes to point
|
23 years ago |
|
utils
|
Create a GUC variable REGEX_FLAVOR to control the type of regular
|
23 years ago |
|
Makefile
|
…
|
|
|
c.h
|
Move new typedef AclId into c.h, so as to avoid cluttering namespace
|
23 years ago |
|
fmgr.h
|
Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent
|
24 years ago |
|
funcapi.h
|
pgindent run.
|
24 years ago |
|
getopt_long.h
|
Use our own version of getopt_long() if the OS doesn't have one.
|
23 years ago |
|
miscadmin.h
|
Move new typedef AclId into c.h, so as to avoid cluttering namespace
|
23 years ago |
|
pg_config.h.in
|
Where available, use utime() or utimes() to update the file mod time
|
23 years ago |
|
pg_config.h.win32
|
The attached patch fixes a number of issues related to compiling the
|
24 years ago |
|
pgstat.h
|
Move new typedef AclId into c.h, so as to avoid cluttering namespace
|
23 years ago |
|
postgres.h
|
Make 'dummy' declarations in header files be 'extern int no_such_variable'
|
24 years ago |
|
postgres_ext.h
|
Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers.
|
24 years ago |
|
postgres_fe.h
|
…
|
|
|
rusagestub.h
|
…
|
|
|
strdup.h
|
…
|
|