postgresql/src/backend
Robert Haas 844a28a9dd pg_lsn macro naming and type behavior revisions.
Change pg_lsn_mi so that it can return negative values when subtracting
LSNs, and clean up some perhaps ill-considered macro names.
2014-02-19 09:34:15 -05:00
..
access Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. 2014-02-18 09:48:18 +02:00
bootstrap Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
catalog Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
commands Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
executor Fix *-qualification of named parameters in SQL-language functions. 2014-02-03 14:47:17 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Disallow use of SSL v3 protocol in the server as well as in libpq. 2014-01-31 17:51:18 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
optimizer Fix bogus handling of "postponed" lateral quals. 2014-01-30 14:51:16 -05:00
parser Remove broken code that tried to handle OVERLAPS with a single argument. 2014-02-18 12:44:20 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
postmaster Fix unportable coding in BackgroundWorkerStateChange(). 2014-02-15 17:15:05 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Make pg_basebackup skip temporary statistics files. 2014-02-03 23:19:49 +09:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Fix capitalization in README. 2014-02-17 14:03:41 -05:00
tcop Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
tsearch Prevent potential overruns of fixed-size buffers. 2014-02-17 11:20:21 -05:00
utils pg_lsn macro naming and type behavior revisions. 2014-02-19 09:34:15 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Get rid of use of dlltool in Mingw builds. 2014-02-11 12:56:20 -05:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00