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.
Bruce Momjian
75a64eeb4b
I made the patch that implements regexp_replace again.
...
The specification of this function is as follows.
regexp_replace(source text, pattern text, replacement text, [flags
text])
returns text
Replace string that matches to regular expression in source text to
replacement text.
- pattern is regular expression pattern.
- replacement is replace string that can use '\1'-'\9', and '\&'.
'\1'-'\9': back reference to the n'th subexpression.
'\&' : entire matched string.
- flags can use the following values:
g: global (replace all)
i: ignore case
When the flags is not specified, case sensitive, replace the first
instance only.
Atsushi Ogawa
21 years ago
..
access
Add pg_column_size() to return storage size of a column, including
21 years ago
bootstrap
Tag appropriate files for rc3
21 years ago
catalog
I made the patch that implements regexp_replace again.
21 years ago
commands
Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
21 years ago
executor
Revise nodeMergejoin in light of example provided by Guillaume Smet.
21 years ago
lib
Tag appropriate files for rc3
21 years ago
libpq
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
21 years ago
mb
Support 3 and 4-byte unicode characters.
21 years ago
nodes
Teach planner about some cases where a restriction clause can be
21 years ago
optimizer
Teach planner about some cases where a restriction clause can be
21 years ago
parser
Replace the parser's namespace tree (which formerly had the same
21 years ago
port
Add fsync() define for Win32 to cover cases other than wal_sync_method
21 years ago
postmaster
Improve the checkpoint signaling mechanism so that the bgwriter can tell
21 years ago
regex
I made the patch that implements regexp_replace again.
21 years ago
rewrite
Change expandRTE() and ResolveNew() back to taking just the single
21 years ago
storage
Bring syntax of role-related commands into SQL compliance. To avoid
21 years ago
tcop
Fix the mechanism for reporting the original table OID and column number
21 years ago
utils
I made the patch that implements regexp_replace again.
21 years ago
Makefile
Use 'cp' and 'chmod' in place of 'install' to install header files.
21 years ago
c.h
Add E'' to internally created SQL strings that contain backslashes.
21 years ago
fmgr.h
Avoid bare 'struct Node;' declaration --- provokes annoying warnings
21 years ago
funcapi.h
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
21 years ago
getaddrinfo.h
Some more missed copyright notices. Many of these look like they
21 years ago
getopt_long.h
Some more missed copyright notices. Many of these look like they
21 years ago
miscadmin.h
Arrange for the postmaster (and standalone backends, initdb, etc) to
21 years ago
pg_config.h.in
Update to autoconf 2.59 as well as updates of related scripts
21 years ago
pg_config.h.win32
Win32 8.1 stamp.
21 years ago
pg_config_manual.h
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
21 years ago
pgstat.h
Clean up the rather historically encumbered interface to now() and
21 years ago
pgtime.h
This patch makes it possible to use the full set of timezones when doing
21 years ago
port.h
Complete zic patch backout by removing NO_PGPORT workaround.
21 years ago
postgres.h
First phase of project to use fixed OIDs for all system catalogs and
21 years ago
postgres_ext.h
Pgindent run for 8.0.
22 years ago
postgres_fe.h
Tag appropriate files for rc3
21 years ago
rusagestub.h
Tag appropriate files for rc3
21 years ago
strdup.h
…