postgresql/src
Heikki Linnakangas 6c2744f1d3 Use memmove() instead of memcpy() for copying overlapping regions.
In commit d2495f272c, I fixed this bug in
to_tsquery(), but missed the fact that plainto_tsquery() has the same bug.
2014-02-10 09:57:59 +02:00
..
backend Use memmove() instead of memcpy() for copying overlapping regions. 2014-02-10 09:57:59 +02:00
bin Further pg_dump / ftello improvements 2014-02-09 18:28:14 -05:00
common Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
include Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
interfaces Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:08:33 -05:00
pl PL/Perl: Fix compiler warning 2014-02-04 20:08:39 -05:00
port Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
template Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
test In RelationClearRelation, postpone cache reload if !IsTransactionState(). 2014-02-06 19:38:06 -05:00
timezone Update copyright for 2014 2014-01-07 16:05:30 -05:00
tools Introduce replication slots. 2014-01-31 22:45:36 -05:00
tutorial Update copyright for 2014 2014-01-07 16:05:30 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in build: pass EXTRA_REGRESS_OPTS to secondary regression tests 2013-12-04 10:14:45 -05:00
Makefile.shlib fix whitespace 2014-02-01 16:30:26 -05:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
nls-global.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00