postgresql/src/backend
Robert Haas cbb2a812d7 Use PG_INT32_MIN instead of reiterating the constant.
Makes no difference, but it's cleaner this way.

Michael Paquier
2016-04-13 07:54:45 -04:00
..
access Improve API of GenericXLogRegister(). 2016-04-12 11:42:06 -04:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
commands Fix possible NULL dereference in ExecAlterObjectDependsStmt 2016-04-10 11:03:35 -03:00
executor Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 2016-04-11 20:07:17 -04:00
foreign Fix whitespace 2016-04-11 14:44:51 -04:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Add authentication parameters compat_realm and upn_usename for SSPI 2016-04-08 20:28:38 +02:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Fix whitespace 2016-04-11 14:44:51 -04:00
optimizer Fix costing for parallel aggregation. 2016-04-12 16:25:55 -04:00
parser Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
po
port Provide errno-translation wrappers around bind() and listen() on Windows. 2016-04-12 19:52:21 -04:00
postmaster Use GRANT system to manage access to sensitive functions 2016-04-06 21:45:32 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Remove unused function GetOldestWALSendPointer from walsender code. 2016-04-13 04:36:29 +09:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball
storage Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0 2016-04-12 11:48:02 -05:00
tcop Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
tsearch Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:25:14 +03:00
utils Use PG_INT32_MIN instead of reiterating the constant. 2016-04-13 07:54:45 -04:00
.gitignore
common.mk
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
nls.mk