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
2206b498d8
Simplify ParamListInfo data structure to support only numbered parameters,
...
not named ones, and replace linear searches of the list with array indexing.
The named-parameter support has been dead code for many years anyway,
and recent profiling suggests that the searching was costing a noticeable
amount of performance for complex queries.
20 years ago
..
access
Make the world safe for full_page_writes. Allow XLOG records that try to
20 years ago
bootstrap
Make all our flex and bison files use %option prefix or %name-prefix
20 years ago
catalog
Simplify ParamListInfo data structure to support only numbered parameters,
20 years ago
commands
Support the syntax
20 years ago
executor
Update copyright for 2006. Update scripts.
20 years ago
lib
Update copyright for 2006. Update scripts.
20 years ago
libpq
This patch adds native LDAP auth, for those platforms that don't have
20 years ago
mb
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
20 years ago
nodes
Simplify ParamListInfo data structure to support only numbered parameters,
20 years ago
optimizer
Update copyright for 2006. Update scripts.
20 years ago
parser
Support the syntax
20 years ago
port
Add CVS tag lines to files that were lacking them.
20 years ago
postmaster
Update copyright for 2006. Update scripts.
20 years ago
regex
Standard pgindent run for 8.1.
21 years ago
rewrite
Update copyright for 2006. Update scripts.
20 years ago
storage
Recognize __ppc64__, which seems to be Apple's spelling of the predefined
20 years ago
tcop
Improve parser so that we can show an error cursor position for errors
20 years ago
utils
Fix EXPLAIN so that it can drill down through multiple levels of subplan
20 years ago
Makefile
Allow installation into directories containing spaces in the name.
21 years ago
c.h
Repair a low-probability race condition identified by Qingqing Zhou.
20 years ago
fmgr.h
Modify all callers of datatype input and receive functions so that if these
20 years ago
funcapi.h
Update copyright for 2006. Update scripts.
20 years ago
getaddrinfo.h
Update copyright for 2006. Update scripts.
20 years ago
getopt_long.h
Update copyright for 2006. Update scripts.
20 years ago
miscadmin.h
Update copyright for 2006. Update scripts.
20 years ago
pg_config.h.in
This patch adds native LDAP auth, for those platforms that don't have
20 years ago
pg_config.h.win32
Add CVS tag lines to files that were lacking them.
20 years ago
pg_config_manual.h
Define a separately configurable XLOG_BLCKSZ symbol for the page size
20 years ago
pgstat.h
Remove the pgstats logic for delaying destruction of stats table entries.
20 years ago
pgtime.h
Update copyright for 2006. Update scripts.
20 years ago
port.h
Update copyright for 2006. Update scripts.
20 years ago
postgres.h
Update copyright for 2006. Update scripts.
20 years ago
postgres_ext.h
Pgindent run for 8.0.
22 years ago
postgres_fe.h
Update copyright for 2006. Update scripts.
20 years ago
rusagestub.h
Update copyright for 2006. Update scripts.
20 years ago
strdup.h
Fix an obsolete file path mentioned in a comment.
22 years ago