postgresql/src/backend
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows
This allows different instances to use the eventlog with different
identifiers, by setting the event_source GUC, similar to how
syslog_ident works.

Original patch by MauMau, heavily modified by Magnus Hagander
2011-10-25 20:02:55 +02:00
..
access Support synchronization of snapshots through an export/import procedure. 2011-10-22 18:23:30 -04:00
bootstrap Simplify handling of the timezone GUC by making initdb choose the default. 2011-09-09 17:59:11 -04:00
catalog More cleanup after failed reduced-lock-levels-for-DDL feature. 2011-10-21 13:50:30 -04:00
commands More cleanup after failed reduced-lock-levels-for-DDL feature. 2011-10-21 13:50:30 -04:00
executor Avoid assuming that index-only scan data matches the index's rowtype. 2011-10-16 19:15:04 -04:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:36:49 -04:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Reject empty pg_hba.conf files. 2011-10-18 20:09:18 -04:00
main Add postmaster -C option to query configuration parameters, and have 2011-10-06 09:38:39 -04:00
nodes Don't trust deferred-unique indexes for join removal. 2011-10-23 00:43:39 -04:00
optimizer Don't trust deferred-unique indexes for join removal. 2011-10-23 00:43:39 -04:00
parser Support synchronization of snapshots through an export/import procedure. 2011-10-22 18:23:30 -04:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
postmaster Code review for pgstat_get_crashed_backend_activity patch. 2011-10-21 16:36:04 -04:00
regex Add markers for skips. 2011-08-26 18:15:13 -04:00
replication Fix overly-complicated usage of errcode_for_file_access(). 2011-10-22 20:19:50 +03:00
rewrite More cleanup after failed reduced-lock-levels-for-DDL feature. 2011-10-21 13:50:30 -04:00
snowball Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
storage Support synchronization of snapshots through an export/import procedure. 2011-10-22 18:23:30 -04:00
tcop Consolidate DROP handling for some object types. 2011-10-19 23:27:19 -04:00
tsearch Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
utils Support configurable eventlog application names on Windows 2011-10-25 20:02:55 +02:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:08 -04:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00