postgresql/src/backend
Robert Haas 9f1255ac85 Don't zero opfuncid when reading nodes.
The comments here stated that this was just in case we ever had an
ALTER OPERATOR command that could remap an operator to a different
function.  But those comments have been here for a long time, and no
such command has come about.  In the absence of such a feature,
forcing the pg_proc OID to be looked up again each time we reread a
stored rule or similar is just a waste of cycles.  Moreover, parallel
query needs a way to reread the exact same node tree that was written
out, not one that has been slightly stomped on.  So just get rid of
this for now.

Per discussion with Tom Lane.
2015-09-24 11:36:29 -04:00
..
access Allow autoanalyze to add pages deleted from pending list to FSM 2015-09-23 15:33:51 +03:00
bootstrap pgindent run for 9.5 2015-05-23 21:35:49 -04:00
catalog Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
commands Make ANALYZE compute basic statistics even for types with no "=" operator. 2015-09-23 18:26:49 -04:00
executor Glue layer to connect the executor to the shm_mq mechanism. 2015-09-18 21:56:58 -04:00
foreign Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
lib Avoid use of float arithmetic in bipartite_match.c. 2015-08-23 13:02:18 -04:00
libpq Support RADIUS passwords up to 128 characters 2015-09-06 14:31:53 +02:00
main Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:21 -04:00
nodes Don't zero opfuncid when reading nodes. 2015-09-24 11:36:29 -04:00
optimizer Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
parser Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Rely on inline functions even if that causes warnings in older compilers. 2015-08-05 18:19:52 +02:00
postmaster Remove files signaling a standby promotion request at postmaster startup 2015-09-09 22:51:44 +09:00
regex Fix low-probability memory leak in regex execution. 2015-09-18 13:55:17 -04:00
replication Add ability to reserve WAL upon slot creation via replication protocol. 2015-09-06 13:30:57 +02:00
rewrite Enforce ALL/SELECT policies in RETURNING for RLS 2015-09-15 15:49:31 -04:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage Correct value of LW_SHARED_MASK. 2015-09-22 11:14:14 +02:00
tcop Glue layer to connect the executor to the shm_mq mechanism. 2015-09-18 21:56:58 -04:00
tsearch pgindent run for 9.5 2015-05-23 21:35:49 -04:00
utils Lower *_freeze_max_age minimum values. 2015-09-24 14:53:32 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk
Makefile Fix build problems in commit aa65de042f. 2015-09-11 14:56:17 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00