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.
 
 
 
 
 
 
postgres/src/include
Tom Lane 43ef6abcbb Improve unreachability recognition in elog() macro. 9 years ago
..
access Fix deletion of speculatively inserted TOAST on conflict 9 years ago
bootstrap pgindent run for 9.5 11 years ago
catalog Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
commands Rework internals of changing a type's ownership 10 years ago
common pgindent run for 9.5 11 years ago
datatype Define integer limits independently from the system definitions. 11 years ago
executor Mark read/write expanded values as read-only in ExecProject(). 10 years ago
foreign Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
lib Avoid use of float arithmetic in bipartite_match.c. 10 years ago
libpq Fix pq_putmessage_noblock() to not block. 10 years ago
mb Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions. 11 years ago
nodes Fix improper repetition of previous results from a hashed aggregate. 9 years ago
optimizer Fix mishandling of equivalence-class tests in parameterized plans. 10 years ago
parser Create new ParseExprKind for use by policy expressions. 11 years ago
port Fix comment whitespace in VS2105 patch 10 years ago
portability Use mmap MAP_NOSYNC option to limit shared memory writes 11 years ago
postmaster Pass extra data to bgworkers, and use this to fix parallel contexts. 10 years ago
regex Suppress compiler warnings about useless comparison of unsigned to zero. 10 years ago
replication logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
rewrite RLS refactoring 10 years ago
snowball Update copyright for 2015 11 years ago
storage Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
tcop pgindent run for 9.5 11 years ago
tsearch Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member. 11 years ago
utils Improve unreachability recognition in elog() macro. 9 years ago
.gitignore
Makefile
c.h Fix more typos in comments. 11 years ago
fmgr.h Fix comment in fmgr.h to refer to actual function used. 11 years ago
funcapi.h pgindent run for 9.5 11 years ago
getaddrinfo.h Update copyright for 2015 11 years ago
getopt_long.h Update copyright for 2015 11 years ago
miscadmin.h Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
pg_config.h.in Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
pg_config.h.win32 Stamp 9.5.4. 10 years ago
pg_config_ext.h.in
pg_config_ext.h.win32
pg_config_manual.h Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
pg_getopt.h Update copyright for 2015 11 years ago
pg_trace.h Update copyright for 2015 11 years ago
pgstat.h Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
pgtar.h Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
pgtime.h Update copyright for 2015 11 years ago
port.h Redesign tablesample method API, and do extensive code review. 11 years ago
postgres.h Adjust DatumGetBool macro, this time for sure. 10 years ago
postgres_ext.h
postgres_fe.h Update copyright for 2015 11 years ago
rusagestub.h Update copyright for 2015 11 years ago
windowapi.h Update copyright for 2015 11 years ago