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
1ad76112e7
Issue explicit error messages for attempts to use "shell" operators in
...
ordinary expressions. This probably doesn't catch every single case
where you might get "cache lookup failed for function 0" for use of a
shell operator, but it will catch most. Per bug #4120 from Pedro Gimeno.
This patch incidentally folds make_op_expr() into its sole remaining
caller --- the alternative was to give it yet more arguments, which
didn't seem an improvement.
18 years ago
..
access
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
bootstrap
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
catalog
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
commands
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
executor
Fix a couple of places in execMain that erroneously assumed that SELECT FOR
18 years ago
lib
Refactor backend makefiles to remove lots of duplicate code
18 years ago
libpq
Use error message wordings for permissions checks on .pgpass and SSL private
18 years ago
main
Refactor backend makefiles to remove lots of duplicate code
18 years ago
nodes
Push index operator lossiness determination down to GIST/GIN opclass
18 years ago
optimizer
Fix convert_IN_to_join to properly handle the case where the subselect's
18 years ago
parser
Issue explicit error messages for attempts to use "shell" operators in
18 years ago
po
Translation updates
18 years ago
port
Repair two places where SIGTERM exit could leave shared memory state
18 years ago
postmaster
Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly
18 years ago
regex
Refactor backend makefiles to remove lots of duplicate code
18 years ago
rewrite
Move the HTSU_Result enum definition into snapshot.h, to avoid including
18 years ago
snowball
Implement a few changes to how shared libraries and dynamically loadable
18 years ago
storage
Fix two race conditions between the pending unlink mechanism that was put in
18 years ago
tcop
Revert addition of pg_terminate_backend() because of race conditions.
18 years ago
tsearch
Simplify and standardize conversions between TEXT datums and ordinary C
18 years ago
utils
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
Makefile
Enable probes to work with Mac OS X Leopard and other OSes that will
18 years ago
common.mk
We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt
18 years ago
nls.mk
Add a new ereport auxiliary function errdetail_log(), which works the same as
18 years ago