postgresql/src/include
Robert Haas 1d41739e5a Don't require sort support functions to provide a comparator.
This could be useful for datatypes like text, where we might want
to optimize for some collations but not others.  However, this patch
doesn't introduce any new sortsupport functions that work this way;
it merely revises the code so that future patches may do so.

Patch by me.  Review by Peter Geoghegan.
2014-08-06 16:06:06 -04:00
..
access Move log_newpage and log_newpage_buffer to xlog.c. 2014-07-31 16:48:55 +03:00
bootstrap
catalog json_build_object and json_build_array are stable, not immutable. 2014-07-15 14:24:47 -04:00
commands Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
common pgindent run for 9.4 2014-05-06 12:12:18 -04:00
datatype pgindent run for 9.4 2014-05-06 12:12:18 -04:00
executor Avoid leaking memory while evaluating arguments for a table function. 2014-06-19 22:14:26 -04:00
foreign Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
lib pgindent run for 9.4 2014-05-06 12:12:18 -04:00
libpq Rename lo_create(oid, bytea) to lo_from_bytea(). 2014-06-12 15:39:09 -04:00
mb pgindent run for 9.4 2014-05-06 12:12:18 -04:00
nodes Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
optimizer Allow join removal in some cases involving a left join to a subquery. 2014-07-15 21:12:43 -04:00
parser Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
port Remove Alpha and Tru64 support. 2014-06-28 21:46:15 +02:00
portability pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postmaster When a background worker exists with code 0, unregister it. 2014-05-07 17:44:42 -04:00
regex pgindent run for 9.4 2014-05-06 12:12:18 -04:00
replication Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 2014-07-06 15:58:01 +02:00
rewrite pgindent run for 9.4 2014-05-06 12:12:18 -04:00
snowball pgindent run for 9.4 2014-05-06 12:12:18 -04:00
storage Remove swpb-based spinlock implementation for ARMv5 and earlier. 2014-07-06 14:56:36 -04:00
tcop pgindent run for 9.4 2014-05-06 12:12:18 -04:00
tsearch
utils Don't require sort support functions to provide a comparator. 2014-08-06 16:06:06 -04:00
.gitignore
c.h Don't allow to disable backend assertions via the debug_assertions GUC. 2014-06-20 11:09:17 +02:00
fmgr.h Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. 2014-07-03 18:25:33 -04:00
funcapi.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
getaddrinfo.h
getopt_long.h
Makefile
miscadmin.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_config_ext.h.in
pg_config_ext.h.win32
pg_config_manual.h Add option to pg_ctl to choose event source for logging 2014-07-17 12:42:08 +02:00
pg_config.h.in Detect presence of SSL_get_current_compression 2014-07-15 18:07:03 +02:00
pg_config.h.win32 Detect presence of SSL_get_current_compression 2014-07-15 18:07:03 +02:00
pg_getopt.h Fix comment. 2014-05-08 12:42:56 -04:00
pg_trace.h
pgstat.h Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shutdown. 2014-06-04 12:09:45 +09:00
pgtar.h
pgtime.h
port.h Detect presence of SSL_get_current_compression 2014-07-15 18:07:03 +02:00
postgres_ext.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postgres_fe.h
postgres.h Fix typos in comments. 2014-07-07 19:39:42 +09:00
rusagestub.h
windowapi.h