postgresql/src
Tom Lane 653aa603f5 Provide an error cursor for "can't subscript" error messages.
Commit c7aba7c14 didn't add this, but after more fooling with the
feature I feel that it'd be useful.  To make this possible, refactor
getSubscriptingRoutines() so that the caller is responsible for
throwing any error.  (In clauses.c, I just chose to make the
most conservative assumption rather than throwing an error.  We don't
expect failures there anyway really, so the code space for an error
message would be a poor investment.)
2020-12-11 18:58:21 -05:00
..
backend Provide an error cursor for "can't subscript" error messages. 2020-12-11 18:58:21 -05:00
bin pg_dump: Don't use enums for defining bit mask values 2020-12-11 19:15:30 +01:00
common Refactor MD5 implementations according to new cryptohash infrastructure 2020-12-10 11:59:10 +09:00
fe_utils Remove incorrect %s in string 2020-11-09 10:38:22 +01:00
include Refactor MD5 implementations according to new cryptohash infrastructure 2020-12-10 11:59:10 +09:00
interfaces Move SHA2 routines to a new generic API layer for crypto hashes 2020-12-02 10:37:20 +09:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Support subscripting of arbitrary types, not only arrays. 2020-12-09 12:40:37 -05:00
port Remove ability to independently select random number generator 2020-11-20 13:57:33 +01:00
template On macOS, use -isysroot in link steps as well as compile steps. 2020-11-20 00:07:09 -05:00
test Provide an error cursor for "can't subscript" error messages. 2020-12-11 18:58:21 -05:00
timezone Update time zone data files to tzdata release 2020d. 2020-10-22 21:23:47 -04:00
tools Refactor MD5 implementations according to new cryptohash infrastructure 2020-12-10 11:59:10 +09:00
tutorial Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split Makefile symbol CFLAGS_VECTOR into two symbols. 2020-09-06 21:28:16 -04:00
Makefile.shlib Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00